Home
last modified time | relevance | path

Searched refs:function_table (Results 1 – 25 of 75) sorted by last modified time

123

/PHP-5.5/sapi/milter/
H A Dphp_milter.c156 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 0, NULL TSRMLS_CC); in ZEND_DECLARE_MODULE_GLOBALS()
227 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 1, param TSRMLS_CC); in mlfi_connect()
261 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 1, param TSRMLS_CC); in mlfi_helo()
301 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 1, param TSRMLS_CC); in mlfi_envfrom()
341 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 1, param TSRMLS_CC); in mlfi_envrcpt()
380 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 2, param TSRMLS_CC); in mlfi_header()
412 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 0, NULL TSRMLS_CC); in mlfi_eoh()
446 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 1, param TSRMLS_CC); in mlfi_body()
477 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 0, NULL TSRMLS_CC); in mlfi_eom()
506 status = call_user_function(CG(function_table), NULL, &function_name, &retval, 0, NULL TSRMLS_CC); in mlfi_abort()
[all …]
/PHP-5.5/sapi/apache_hooks/
H A Dsapi_apache.c102 … call_user_function_ex(EG(function_table), &class, method, ret, 0, NULL, 0, NULL TSRMLS_CC); in apache_php_module_hook()
/PHP-5.5/main/streams/
H A Duserspace.c306 fci.function_table = &uwrap->ce->function_table; in user_stream_create_object()
/PHP-5.5/main/
H A Dmain.c138 …if (zend_hash_del(CG(function_table), function_name_5[i], strlen(function_name_5[i]) + 1)==FAILURE… in php_win32_disable_functions()
147 …if (zend_hash_del(CG(function_table), function_name_6[i], strlen(function_name_6[i]) + 1)==FAILURE… in php_win32_disable_functions()
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c304 fci.function_table = EG(function_table); in xsl_ext_function_php()
/PHP-5.5/ext/xmlrpc/
H A Dxmlrpc-epi-php.c960 …call_user_function(CG(function_table), NULL, pData->php_function, pData->return_data, 3, callback_… in php_xmlrpc_callback()
990 …if (call_user_function(CG(function_table), NULL, *php_function, &retval, 1, callback_params TSRMLS… in php_xmlrpc_introspection_callback()
/PHP-5.5/ext/xml/
H A Dxml.c521 fci.function_table = EG(function_table); in xml_call_handler()
/PHP-5.5/ext/wddx/
H A Dwddx.c476 …if (call_user_function_ex(CG(function_table), &obj, fname, &retval, 0, 0, 1, NULL TSRMLS_CC) == SU… in php_wddx_serialize_object()
/PHP-5.5/ext/standard/
H A Dvar_unserializer.c446 zend_hash_exists(&Z_OBJCE_PP(rval)->function_table, "__wakeup", sizeof("__wakeup"))) { in object_common2()
450 call_user_function_ex(CG(function_table), rval, &fname, &retval_ptr, 0, 0, 1, NULL TSRMLS_CC); in object_common2()
716 …if (call_user_function_ex(CG(function_table), NULL, user_func, &retval_ptr, 1, args, 0, NULL TSRML… in php_var_unserialize()
H A Dvar_unserializer.re450 zend_hash_exists(&Z_OBJCE_PP(rval)->function_table, "__wakeup", sizeof("__wakeup"))) {
454 call_user_function_ex(CG(function_table), rval, &fname, &retval_ptr, 0, 0, 1, NULL TSRMLS_CC);
775 …if (call_user_function_ex(CG(function_table), NULL, user_func, &retval_ptr, 1, args, 0, NULL TSRML…
H A Dvar.c799 …if (ce && ce != PHP_IC_ENTRY && zend_hash_exists(&ce->function_table, "__sleep", sizeof("__sleep")… in php_var_serialize_intern()
803 …res = call_user_function_ex(CG(function_table), &struc, &fname, &retval_ptr, 0, 0, 1, NULL TSRMLS_… in php_var_serialize_intern()
H A Dstreamsfuncs.c906 …if (FAILURE == call_user_function_ex(EG(function_table), NULL, callback, &retval, 6, ptps, 0, NULL… in user_space_stream_notifier()
H A Dbasic_functions.c4849 …if (call_user_function_ex(EG(function_table), &object, callback, &retval_ptr, n_params, params, 0,…
4895 …if (call_user_function_ex(EG(function_table), &object, callback, &retval_ptr, num_elems, method_ar…
5006 if (call_user_function(EG(function_table), NULL,
5028 if (call_user_function( EG(function_table), NULL,
H A Dassert.c222 call_user_function(CG(function_table), NULL, ASSERTG(callback), retval, 3, args TSRMLS_CC); in PHP_FUNCTION()
230 call_user_function(CG(function_table), NULL, ASSERTG(callback), retval, 4, args TSRMLS_CC); in PHP_FUNCTION()
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c441 …if (call_user_function_ex(EG(function_table), NULL, callback_name, &retval, 5, args, 0, NULL TSRML… in _call_message_handler()
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c699 fc->fci.function_table = EG(function_table);
872 collation->fci.fci.function_table = EG(function_table);
/PHP-5.5/ext/spl/
H A Dspl_iterators.c523 …zend_hash_find(&intern->ce->function_table, "beginiteration", sizeof("beginiteration"), (void **) … in spl_recursive_it_it_construct()
527 …zend_hash_find(&intern->ce->function_table, "enditeration", sizeof("enditeration"), (void **) &int… in spl_recursive_it_it_construct()
531 …zend_hash_find(&intern->ce->function_table, "callhaschildren", sizeof("callHasChildren"), (void **… in spl_recursive_it_it_construct()
535 …zend_hash_find(&intern->ce->function_table, "callgetchildren", sizeof("callGetChildren"), (void **… in spl_recursive_it_it_construct()
539 …zend_hash_find(&intern->ce->function_table, "beginchildren", sizeof("beginchildren"), (void **) &i… in spl_recursive_it_it_construct()
543 …zend_hash_find(&intern->ce->function_table, "endchildren", sizeof("endchildren"), (void **) &inter… in spl_recursive_it_it_construct()
547 …zend_hash_find(&intern->ce->function_table, "nextelement", sizeof("nextElement"), (void **) &inter… in spl_recursive_it_it_construct()
846 …if (zend_hash_find(&Z_OBJCE_P(zobj)->function_table, method, method_len+1, (void **) &function_han… in spl_recursive_it_get_method()
1291 …if (zend_hash_find(&intern->inner.ce->function_table, method, method_len+1, (void **) &function_ha… in spl_dual_it_get_method()
1334 …if (call_user_function_ex(EG(function_table), NULL, &func, &retval_ptr, arg_count, func_params, 0,… in spl_dual_it_call_method()
H A Dspl_observer.c285 …zend_hash_find(&class_type->function_table, "gethash", sizeof("gethash"), (void **) &intern-… in spl_object_storage_new_ex()
H A Dspl_directory.c321 …zend_hash_find(&intern->std.ce->function_table, "getcurrentline", sizeof("getcurrentline"), (void … in spl_filesystem_file_open()
2120 fci.function_table = EG(function_table); in spl_filesystem_file_call()
2151 ret = zend_hash_find(EG(function_table), #func_name, sizeof(#func_name), (void **) &func_ptr); \
H A Dspl_dllist.c431 …zend_hash_find(&class_type->function_table, "offsetget", sizeof("offsetget"), (void **) &int… in spl_dllist_object_new_ex()
435 …zend_hash_find(&class_type->function_table, "offsetset", sizeof("offsetset"), (void **) &int… in spl_dllist_object_new_ex()
439 …zend_hash_find(&class_type->function_table, "offsetexists", sizeof("offsetexists"), (void **) &int… in spl_dllist_object_new_ex()
443 …zend_hash_find(&class_type->function_table, "offsetunset", sizeof("offsetunset"), (void **) &int… in spl_dllist_object_new_ex()
447 …zend_hash_find(&class_type->function_table, "count", sizeof("count"), (void **) &int… in spl_dllist_object_new_ex()
H A Dspl_fixedarray.c270 …zend_hash_find(&class_type->function_table, "rewind", sizeof("rewind"), (void **) &class_type->i… in spl_fixedarray_object_new_ex()
271 …zend_hash_find(&class_type->function_table, "valid", sizeof("valid"), (void **) &class_type->i… in spl_fixedarray_object_new_ex()
272 …zend_hash_find(&class_type->function_table, "key", sizeof("key"), (void **) &class_type->i… in spl_fixedarray_object_new_ex()
273 …zend_hash_find(&class_type->function_table, "current", sizeof("current"), (void **) &class_type->i… in spl_fixedarray_object_new_ex()
274 …zend_hash_find(&class_type->function_table, "next", sizeof("next"), (void **) &class_type->i… in spl_fixedarray_object_new_ex()
293 …zend_hash_find(&class_type->function_table, "offsetget", sizeof("offsetget"), (void **) &int… in spl_fixedarray_object_new_ex()
297 …zend_hash_find(&class_type->function_table, "offsetset", sizeof("offsetset"), (void **) &int… in spl_fixedarray_object_new_ex()
301 …zend_hash_find(&class_type->function_table, "offsetexists", sizeof("offsetexists"), (void **) &int… in spl_fixedarray_object_new_ex()
305 …zend_hash_find(&class_type->function_table, "offsetunset", sizeof("offsetunset"), (void **) &int… in spl_fixedarray_object_new_ex()
309 …zend_hash_find(&class_type->function_table, "count", sizeof("count"), (void **) &int… in spl_fixedarray_object_new_ex()
H A Dspl_engine.h66 fci.function_table = &pce->function_table; in spl_instantiate_arg_n()
H A Dspl_heap.c459 …zend_hash_find(&class_type->function_table, "compare", sizeof("compare"), (void **) &intern-… in spl_heap_object_new_ex()
463 …zend_hash_find(&class_type->function_table, "count", sizeof("count"), (void **) &int… in spl_heap_object_new_ex()
H A Dphp_spl.c585 …zend_hash_find(EG(function_table), "spl_autoload", sizeof("spl_autoload"), (void **) &spl_func_ptr… in PHP_FUNCTION()
618 …zend_hash_find(EG(function_table), "spl_autoload_call", sizeof("spl_autoload_call"), (void **) &EG… in PHP_FUNCTION()
620 …zend_hash_find(EG(function_table), "spl_autoload", sizeof("spl_autoload"), (void **) &EG(autoload_… in PHP_FUNCTION()
690 …zend_hash_find(EG(function_table), "spl_autoload", sizeof("spl_autoload"), (void **) &spl_func_ptr… in PHP_FUNCTION()
715 …if (zend_hash_find(EG(function_table), ZEND_AUTOLOAD_FUNC_NAME, sizeof(ZEND_AUTOLOAD_FUNC_NAME), (… in PHP_FUNCTION()
723 …zend_hash_find(EG(function_table), "spl_autoload_call", sizeof("spl_autoload_call"), (void **) &fp… in PHP_FUNCTION()
H A Dspl_array.c230 …zend_hash_find(&class_type->function_table, "offsetget", sizeof("offsetget"), (void **) &int… in spl_array_object_new_ex()
234 …zend_hash_find(&class_type->function_table, "offsetset", sizeof("offsetset"), (void **) &int… in spl_array_object_new_ex()
238 …zend_hash_find(&class_type->function_table, "offsetexists", sizeof("offsetexists"), (void **) &int… in spl_array_object_new_ex()
242 …zend_hash_find(&class_type->function_table, "offsetunset", sizeof("offsetunset"), (void **) &int… in spl_array_object_new_ex()
246 …zend_hash_find(&class_type->function_table, "count", sizeof("count"), (void **) &int… in spl_array_object_new_ex()
255 …zend_hash_find(&class_type->function_table, "rewind", sizeof("rewind"), (void **) &class_type->i… in spl_array_object_new_ex()
256 …zend_hash_find(&class_type->function_table, "valid", sizeof("valid"), (void **) &class_type->i… in spl_array_object_new_ex()
257 …zend_hash_find(&class_type->function_table, "key", sizeof("key"), (void **) &class_type->i… in spl_array_object_new_ex()
258 …zend_hash_find(&class_type->function_table, "current", sizeof("current"), (void **) &class_type->i… in spl_array_object_new_ex()
259 …zend_hash_find(&class_type->function_table, "next", sizeof("next"), (void **) &class_type->i… in spl_array_object_new_ex()

Completed in 130 milliseconds

123