Home
last modified time | relevance | path

Searched refs:method_args_ptr (Results 1 – 1 of 1) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_object_handlers.c706 zval *method_name_ptr, *method_args_ptr; in zend_std_call_user_call() local
710 ALLOC_ZVAL(method_args_ptr); in zend_std_call_user_call()
711 INIT_PZVAL(method_args_ptr); in zend_std_call_user_call()
712 array_init_size(method_args_ptr, ZEND_NUM_ARGS()); in zend_std_call_user_call()
715 zval_dtor(method_args_ptr); in zend_std_call_user_call()
740 zval_ptr_dtor(&method_args_ptr); in zend_std_call_user_call()
922 zval *method_name_ptr, *method_args_ptr; in zend_std_callstatic_user_call() local
926 ALLOC_ZVAL(method_args_ptr); in zend_std_callstatic_user_call()
927 INIT_PZVAL(method_args_ptr); in zend_std_callstatic_user_call()
931 zval_dtor(method_args_ptr); in zend_std_callstatic_user_call()
[all …]

Completed in 8 milliseconds