Home
last modified time | relevance | path

Searched refs:function_table (Results 26 – 50 of 75) sorted by relevance

123

/PHP-5.5/ext/session/
H A Dsession.c1784 zend_hash_internal_pointer_reset_ex(&php_session_iface_entry->function_table, &pos);
1786 …while (zend_hash_get_current_data_ex(&php_session_iface_entry->function_table, (void **) &default_…
1787 …zend_hash_get_current_key_ex(&php_session_iface_entry->function_table, &func_name, &func_name_len,…
1789 …if (zend_hash_find(&Z_OBJCE_P(obj)->function_table, func_name, func_name_len, (void **)&current_mp…
1805 zend_hash_move_forward_ex(&php_session_iface_entry->function_table, &pos);
1810 zend_hash_internal_pointer_reset_ex(&php_session_id_iface_entry->function_table, &pos);
1811 …while (zend_hash_get_current_data_ex(&php_session_id_iface_entry->function_table, (void **) &defau…
1812 …zend_hash_get_current_key_ex(&php_session_id_iface_entry->function_table, &func_name, &func_name_l…
1814 …if (zend_hash_find(&Z_OBJCE_P(obj)->function_table, func_name, func_name_len, (void **)&current_mp…
1827 zend_hash_move_forward_ex(&php_session_id_iface_entry->function_table, &pos);
/PHP-5.5/ext/spl/
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_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_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()
/PHP-5.5/ext/readline/
H A Dreadline_cli.c546 …nc(lc_text, textlen, &cli_completion_state, pce ? &(*pce)->function_table : EG(function_table) TSR… in cli_completion_generator()
/PHP-5.5/ext/curl/
H A Dinterface.c1341 fci.function_table = EG(function_table); in curl_write()
1408 fci.function_table = EG(function_table); in curl_fnmatch()
1487 fci.function_table = EG(function_table); in curl_progress()
1562 fci.function_table = EG(function_table); in curl_read()
1639 fci.function_table = EG(function_table); in curl_write_header()
1718 error = call_user_function(EG(function_table), NULL, func, retval, 2, argv TSRMLS_CC); in curl_passwd()
/PHP-5.5/Zend/
H A Dzend_API.h45 HashTable *function_table; member
265 …class_entry *scope, const zend_function_entry *functions, HashTable *function_table, int type TSRM…
266 …er_functions(const zend_function_entry *functions, int count, HashTable *function_table TSRMLS_DC);
450 ZEND_API int call_user_function(HashTable *function_table, zval **object_pp, zval *function_name, z…
451 ZEND_API int call_user_function_ex(HashTable *function_table, zval **object_pp, zval *function_name…
H A Dzend_compile.c3069 if (!zend_hash_exists(&ce->function_table, lc_class_name, ce->name_length+1)) { in do_inherit_parent_constructor()
3071 if (!zend_hash_exists(&ce->function_table, lc_parent_class_name, ce->parent->name_length+1) && in do_inherit_parent_constructor()
3722 …zend_hash_merge_ex(&ce->function_table, &parent_ce->function_table, (copy_ctor_func_t) do_inherit_… in zend_do_inheritance()
3791 …zend_hash_merge_ex(&ce->function_table, &iface->function_table, (copy_ctor_func_t) do_inherit_meth… in zend_do_implement_interface()
3886 …if (zend_hash_quick_find(&ce->function_table, arKey, nKeyLength, h, (void**) &existing_fn) == SUCC… in zend_add_trait_method()
4101 method_exists = zend_hash_exists(&cur_method_ref->ce->function_table, in zend_traits_init_trait_structures()
4162 method_exists = zend_hash_exists(&cur_method_ref->ce->function_table, in zend_traits_init_trait_structures()
4397 if (zend_hash_exists(&ce->function_table, in zend_do_check_for_inconsistent_traits_aliasing()
4648 if (do_bind_function(CG(active_op_array), opline, CG(function_table), 1) == FAILURE) { in zend_do_early_binding()
4651 table = CG(function_table); in zend_do_early_binding()
[all …]
H A Dzend_object_handlers.c944 …if (zend_hash_quick_find(&ce->function_table, function_name_strval, function_name_strlen+1, hash_v… in zend_check_private_int()
1027 …if (UNEXPECTED(zend_hash_quick_find(&zobj->ce->function_table, lc_method_name, method_len+1, hash_… in zend_std_get_method()
1064 …if (zend_hash_quick_find(&EG(scope)->function_table, lc_method_name, method_len+1, hash_value, (vo… in zend_std_get_method()
1181 …UNEXPECTED(zend_hash_quick_find(&ce->function_table, lc_function_name, function_name_strlen+1, has… in zend_std_get_static_method()
1607 …if (zend_hash_find(&ce->function_table, ZEND_INVOKE_FUNC_NAME, sizeof(ZEND_INVOKE_FUNC_NAME), (voi… in zend_std_get_closure()
H A Dzend.h429 #undef function_table
484 HashTable function_table; member
H A Dzend_exceptions.c690 fci.function_table = &Z_OBJCE_P(exception)->function_table; in ZEND_METHOD()
H A Dzend_closures.c59 …} else if (call_user_function_ex(CG(function_table), NULL, this_ptr, &closure_result_ptr, ZEND_NUM… in ZEND_METHOD()
/PHP-5.5/ext/dom/
H A Dxpath.c181 fci.function_table = EG(function_table); in dom_xpath_ext_function_php()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c394 …if (zend_hash_find(CG(function_table), "file_exists", sizeof("file_exists"), (void **)&old_functio… in zend_accel_override_file_functions()
398 …if (zend_hash_find(CG(function_table), "is_file", sizeof("is_file"), (void **)&old_function) == SU… in zend_accel_override_file_functions()
402 …if (zend_hash_find(CG(function_table), "is_readable", sizeof("is_readable"), (void **)&old_functio… in zend_accel_override_file_functions()
H A Dzend_persist.c463 …zend_hash_persist(&ce->function_table, (zend_persist_func_t) zend_persist_op_array, sizeof(zend_op…
671 …zend_hash_persist(&script->function_table, (zend_persist_func_t) zend_persist_op_array, sizeof(zen…
/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()
/PHP-5.5/ext/interbase/
H A Dphp_ibase_udf.c289 if (FAILURE == call_user_function(EG(function_table), NULL, in call_php()
H A Dibase_events.c236 if (SUCCESS != call_user_function(EG(function_table), NULL, in _php_ibase_callback()
/PHP-5.5/ext/soap/
H A Dphp_http.c407 …if (call_user_function(CG(function_table), (zval**)NULL, &func, &retval, n, params TSRMLS_CC) == S… in make_http_soap_request()
1256 zend_hash_exists(EG(function_table), "gzinflate", sizeof("gzinflate"))) { in make_http_soap_request()
1262 zend_hash_exists(EG(function_table), "gzuncompress", sizeof("gzuncompress"))) { in make_http_soap_request()
1277 …if (call_user_function(CG(function_table), (zval**)NULL, &func, &retval, 1, params TSRMLS_CC) == S… in make_http_soap_request()
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c304 fci.function_table = EG(function_table); in xsl_ext_function_php()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c1608 zend_hash_find(EG(function_table), p->save_func, in PHP_RINIT_FUNCTION()
1611 zend_hash_find(EG(function_table), p->ovld_func, strlen(p->ovld_func)+1 , (void **)&func); in PHP_RINIT_FUNCTION()
1613 …if (zend_hash_find(EG(function_table), p->orig_func, strlen(p->orig_func)+1, (void **)&orig) != SU… in PHP_RINIT_FUNCTION()
1617 …zend_hash_add(EG(function_table), p->save_func, strlen(p->save_func)+1, orig, sizeof(zend_function… in PHP_RINIT_FUNCTION()
1619 …if (zend_hash_update(EG(function_table), p->orig_func, strlen(p->orig_func)+1, func, sizeof(zend_f… in PHP_RINIT_FUNCTION()
1667 zend_hash_find(EG(function_table), p->save_func, in PHP_RSHUTDOWN_FUNCTION()
1670 …zend_hash_update(EG(function_table), p->orig_func, strlen(p->orig_func)+1, orig, sizeof(zend_funct… in PHP_RSHUTDOWN_FUNCTION()
1671 zend_hash_del(EG(function_table), p->save_func, strlen(p->save_func)+1); in PHP_RSHUTDOWN_FUNCTION()
/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/phar/
H A Dfunc_interceptors.c1058 if (SUCCESS == zend_hash_find(CG(function_table), #func, sizeof(#func), (void **)&orig)) { \
1095 …if (PHAR_G(orig_##func) && SUCCESS == zend_hash_find(CG(function_table), #func, sizeof(#func), (vo…

Completed in 337 milliseconds

123