--- embedaddon/php/ext/ldap/tests/ldap_get_values_len_error.phpt 2012/02/21 23:47:57 1.1.1.1 +++ embedaddon/php/ext/ldap/tests/ldap_get_values_len_error.phpt 2013/10/14 08:02:21 1.1.1.2 @@ -20,7 +20,7 @@ var_dump(ldap_get_values_len($link)); var_dump(ldap_get_values_len($link, $entry)); var_dump(ldap_get_values_len($link, $entry, "weirdAttribute", "Additional data")); -var_dump(ldap_get_values_len($link, $entry, "inexistantAttribute")); +var_dump(ldap_get_values_len($link, $entry, "inexistentAttribute")); ?> ===DONE=== --CLEAN--