--TEST-- ldap_set_rebind_proc() - Testing ldap_set_rebind_proc() that should fail --CREDITS-- Patrick Allaert # Belgian PHP Testfest 2009 --SKIPIF-- --FILE-- ===DONE=== --EXPECTF-- Warning: ldap_set_rebind_proc() expects exactly 2 parameters, 1 given in %s on line %d bool(false) Warning: ldap_set_rebind_proc() expects exactly 2 parameters, 3 given in %s on line %d bool(false) Warning: ldap_set_rebind_proc(): Two arguments expected for 'rebind_proc_inexistent' to be a valid callback in %s on line %d bool(false) ===DONE===