Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_API.c2759 fcc->function_handler = NULL; in zend_is_callable_check_func()
2832 if (fcc->function_handler) { in zend_is_callable_check_func()
2855 fcc->function_handler = NULL; in zend_is_callable_check_func()
2883 if (fcc->function_handler) { in zend_is_callable_check_func()
2905 if (fcc->function_handler) { in zend_is_callable_check_func()
3026 fcc->function_handler = NULL; in zend_is_callable_ex()
3066 fcc->function_handler && in zend_is_callable_ex()
3074 efree(fcc->function_handler); in zend_is_callable_ex()
3144 fcc->function_handler && in zend_is_callable_ex()
3222 if (fcc.function_handler && in zend_make_callable()
[all …]
H A Dzend_interfaces.c76 …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 Dzend_execute_API.c801 EX(function_state).function = fci_cache->function_handler; in zend_call_function()
1104 fcall_cache.function_handler = EG(autoload_func); in zend_lookup_class_ex()
1113 EG(autoload_func) = fcall_cache.function_handler; in zend_lookup_class_ex()
H A Dzend_API.h57 zend_function *function_handler; member
/PHP-5.5/ext/spl/
H A Dspl_engine.h76 fcc.function_handler = func; in spl_instantiate_arg_n()
H A Dspl_iterators.c834 union _zend_function *function_handler; in spl_recursive_it_get_method() local
844 function_handler = std_object_handlers.get_method(object_ptr, method, method_len, key TSRMLS_CC); in spl_recursive_it_get_method()
845 if (!function_handler) { in spl_recursive_it_get_method()
846 …(&Z_OBJCE_P(zobj)->function_table, method, method_len+1, (void **) &function_handler) == FAILURE) { in spl_recursive_it_get_method()
849function_handler = Z_OBJ_HT_P(*object_ptr)->get_method(object_ptr, method, method_len, key TSRMLS_… in spl_recursive_it_get_method()
855 return function_handler; in spl_recursive_it_get_method()
1284 union _zend_function *function_handler; in spl_dual_it_get_method() local
1289 function_handler = std_object_handlers.get_method(object_ptr, method, method_len, key TSRMLS_CC); in spl_dual_it_get_method()
1290 if (!function_handler && intern->inner.ce) { in spl_dual_it_get_method()
1294function_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 Dphp_spl.c497 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
540 alfi.func_ptr = fcc.function_handler; in PHP_FUNCTION()
H A Dspl_directory.c2130 fcic.function_handler = func_ptr; in spl_filesystem_file_call()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c1408 fcc.function_handler = ce_ptr->constructor; in _reflection_export()
1924 fcc.function_handler = fptr; in ZEND_METHOD()
1991 fcc.function_handler = fptr; in ZEND_METHOD()
2896 fcc.function_handler = mptr; in ZEND_METHOD()
3005 fcc.function_handler = mptr; in ZEND_METHOD()
3015 fcc.function_handler = _copy_function(mptr TSRMLS_CC); in ZEND_METHOD()
4241 fcc.function_handler = constructor; in ZEND_METHOD()
4346 fcc.function_handler = constructor; in ZEND_METHOD()
/PHP-5.5/ext/mysqli/
H A Dmysqli.c1326 fcc.function_handler = ce->constructor; in php_mysqli_fetch_into_hash()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c489 fcc.function_handler = dbstmt_ce->constructor; in pdo_stmt_construct()
H A Dpdo_stmt.c778 fcc->function_handler = ce->constructor; in do_fetch_class_prepare()
/PHP-5.5/main/streams/
H A Duserspace.c316 fcc.function_handler = uwrap->ce->constructor; in user_stream_create_object()
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c2205 fcc.function_handler = ce->constructor;
/PHP-5.5/ext/pgsql/
H A Dpgsql.c2716 fcc.function_handler = ce->constructor;

Completed in 164 milliseconds