Searched refs:zend_call_method_if_exists (Results 1 – 4 of 4) sorted by relevance
117 zend_call_method_if_exists(Z_OBJ_P(obj), func_name, &retval, 0, NULL); in userfilter_dtor()303 zend_call_method_if_exists(Z_OBJ(obj), func_name, &retval, 0, NULL); in user_filter_factory_create()
257 return zend_call_method_if_exists( in call_method_if_exists()
1120 ZEND_API zend_result zend_call_method_if_exists( in zend_call_method_if_exists() function
881 ZEND_API zend_result zend_call_method_if_exists(
Completed in 26 milliseconds