--TEST-- ldap_sort() - Testing ldap_sort() that should fail --CREDITS-- Patrick Allaert # Belgian PHP Testfest 2009 --SKIPIF-- --FILE-- ===DONE=== --EXPECTF-- Warning: ldap_sort() expects exactly 3 parameters, 1 given in %s on line %d bool(false) Warning: ldap_sort() expects exactly 3 parameters, 2 given in %s on line %d bool(false) Warning: ldap_sort() expects exactly 3 parameters, 4 given in %s on line %d bool(false) Warning: ldap_sort() expects parameter 3 to be %binary_string_optional%, resource given in %s on line %d bool(false) Warning: ldap_sort(): Supplied resource is not a valid ldap result resource in %s on line %d bool(false) ===DONE===