Lines Matching refs:func_ptr
364 zend_function *func_ptr; member
405 …zend_call_method(alfi->obj ? &alfi->obj : NULL, alfi->ce, &alfi->func_ptr, func_name, func_name_le… in PHP_FUNCTION()
466 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
469 if (!obj_ptr && alfi.func_ptr && !(alfi.func_ptr->common.fn_flags & ZEND_ACC_STATIC)) { in PHP_FUNCTION()
480 …on, 0 TSRMLS_CC, "Passed array does not specify %s %smethod (%s)", alfi.func_ptr ? "a callable" : … in PHP_FUNCTION()
489 …gicException, 0 TSRMLS_CC, "Function '%s' not %s (%s)", func_name, alfi.func_ptr ? "callable" : "f… in PHP_FUNCTION()
509 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
537 if (obj_ptr && !(alfi.func_ptr->common.fn_flags & ZEND_ACC_STATIC)) { in PHP_FUNCTION()
559 spl_alfi.func_ptr = spl_func_ptr; in PHP_FUNCTION()
570 …zend_hash_add(SPL_G(autoload_functions), lc_name, func_name_len+1, &alfi.func_ptr, sizeof(autoload… in PHP_FUNCTION()
695 } else if (alfi->func_ptr->common.scope) { in PHP_FUNCTION()
706 add_next_index_string(tmp, alfi->func_ptr->common.function_name, 1); in PHP_FUNCTION()
709 add_next_index_string(return_value, alfi->func_ptr->common.function_name, 1); in PHP_FUNCTION()