Searched refs:rebindproc (Results 1 – 1 of 1) sorted by relevance
75 zval rebindproc; member134 zval_ptr_dtor(&ld->rebindproc); in ldap_link_free()3822 if (Z_ISUNDEF(ld->rebindproc)) { in _ldap_rebind_proc()3830 …if (call_user_function(EG(function_table), NULL, &ld->rebindproc, &cb_retval, 2, cb_args) == SUCCE… in _ldap_rebind_proc()3859 if (!Z_ISUNDEF(ld->rebindproc)) { in PHP_FUNCTION()3860 zval_ptr_dtor(&ld->rebindproc); in PHP_FUNCTION()3861 ZVAL_UNDEF(&ld->rebindproc); in PHP_FUNCTION()3868 if (Z_ISUNDEF(ld->rebindproc)) { in PHP_FUNCTION()3871 zval_ptr_dtor(&ld->rebindproc); in PHP_FUNCTION()3874 ZVAL_COPY(&ld->rebindproc, &fci.function_name); in PHP_FUNCTION()
Completed in 17 milliseconds