Searched refs:function_handler (Results 1 – 15 of 15) sorted by relevance
/PHP-5.6/Zend/ |
H A D | zend_API.c | 2815 fcc->function_handler = NULL; in zend_is_callable_check_func() 2888 if (fcc->function_handler) { in zend_is_callable_check_func() 2911 fcc->function_handler = NULL; in zend_is_callable_check_func() 2939 if (fcc->function_handler) { in zend_is_callable_check_func() 2961 if (fcc->function_handler) { in zend_is_callable_check_func() 3082 fcc->function_handler = NULL; in zend_is_callable_ex() 3122 fcc->function_handler && in zend_is_callable_ex() 3130 efree(fcc->function_handler); in zend_is_callable_ex() 3200 fcc->function_handler && in zend_is_callable_ex() 3278 if (fcc.function_handler && in zend_make_callable() [all …]
|
H A D | zend_interfaces.c | 76 …function_table, function_name, function_name_len+1, (void **) &fcic.function_handler) == FAILURE) { in zend_call_method() 81 *fn_proxy = fcic.function_handler; in zend_call_method() 84 fcic.function_handler = *fn_proxy; in zend_call_method()
|
H A D | zend_execute_API.c | 696 EX(function_state).function = fci_cache->function_handler; in zend_call_function() 1002 fcall_cache.function_handler = EG(autoload_func); in zend_lookup_class_ex() 1011 EG(autoload_func) = fcall_cache.function_handler; in zend_lookup_class_ex()
|
H A D | zend_API.h | 57 zend_function *function_handler; member
|
/PHP-5.6/ext/spl/ |
H A D | spl_engine.h | 76 fcc.function_handler = func; in spl_instantiate_arg_n()
|
H A D | spl_iterators.c | 878 union _zend_function *function_handler; in spl_recursive_it_get_method() local 888 function_handler = std_object_handlers.get_method(object_ptr, method, method_len, key TSRMLS_CC); in spl_recursive_it_get_method() 889 if (!function_handler) { in spl_recursive_it_get_method() 890 …(&Z_OBJCE_P(zobj)->function_table, method, method_len+1, (void **) &function_handler) == FAILURE) { in spl_recursive_it_get_method() 893 …function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len, key TSRMLS_… in spl_recursive_it_get_method() 899 return function_handler; in spl_recursive_it_get_method() 1356 union _zend_function *function_handler; in spl_dual_it_get_method() local 1361 function_handler = std_object_handlers.get_method(object_ptr, method, method_len, key TSRMLS_CC); in spl_dual_it_get_method() 1362 if (!function_handler && intern->inner.ce) { in spl_dual_it_get_method() 1366 …function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len, key TSRMLS_… in spl_dual_it_get_method() [all …]
|
H A D | php_spl.c | 497 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION() 540 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
|
H A D | spl_directory.c | 2131 fcic.function_handler = func_ptr; in spl_filesystem_file_call()
|
/PHP-5.6/ext/reflection/ |
H A D | php_reflection.c | 1446 fcc.function_handler = ce_ptr->constructor; in _reflection_export() 1962 fcc.function_handler = fptr; in ZEND_METHOD() 2029 fcc.function_handler = fptr; in ZEND_METHOD() 2962 fcc.function_handler = mptr; in ZEND_METHOD() 3071 fcc.function_handler = mptr; in ZEND_METHOD() 3081 fcc.function_handler = _copy_function(mptr TSRMLS_CC); in ZEND_METHOD() 4315 fcc.function_handler = constructor; in ZEND_METHOD() 4420 fcc.function_handler = constructor; in ZEND_METHOD()
|
/PHP-5.6/ext/mysqli/ |
H A D | mysqli.c | 1327 fcc.function_handler = ce->constructor; in php_mysqli_fetch_into_hash()
|
/PHP-5.6/main/streams/ |
H A D | userspace.c | 316 fcc.function_handler = uwrap->ce->constructor; in user_stream_create_object()
|
/PHP-5.6/ext/pdo/ |
H A D | pdo_dbh.c | 483 fcc.function_handler = dbstmt_ce->constructor; in pdo_stmt_construct()
|
H A D | pdo_stmt.c | 766 fcc->function_handler = ce->constructor; in do_fetch_class_prepare()
|
/PHP-5.6/ext/mysql/ |
H A D | php_mysql.c | 2196 fcc.function_handler = ce->constructor;
|
/PHP-5.6/ext/pgsql/ |
H A D | pgsql.c | 2816 fcc.function_handler = ce->constructor;
|
Completed in 97 milliseconds