Home
last modified time | relevance | path

Searched refs:func (Results 251 – 275 of 318) sorted by relevance

1...<<111213

/php-src/ext/intl/calendar/
H A Dcalendar_methods.cpp217 int32_t (Calendar::*func)(UCalendarDateFields, UErrorCode&) const, in _php_intlcal_field_uec_ret_in32t_method()
232 int32_t result = (co->ucal->*func)( in _php_intlcal_field_uec_ret_in32t_method()
333 UBool (Calendar::*func)(const Calendar&, UErrorCode&) const, in _php_intlcal_before_after()
354 UBool res = (co->ucal->*func)(*when_co->ucal, CALENDAR_ERROR_CODE(co)); in _php_intlcal_before_after()
600 int32_t (Calendar::*func)(UCalendarDateFields) const, in _php_intlcal_field_ret_in32t_method()
615 int32_t result = (co->ucal->*func)((UCalendarDateFields)field); in _php_intlcal_field_ret_in32t_method()
/php-src/Zend/
H A Dzend_objects.c163 && EG(current_execute_data)->func in zend_objects_destroy_object()
164 && ZEND_USER_CODE(EG(current_execute_data)->func->common.type)) { in zend_objects_destroy_object()
H A Dzend_vm_execute.h3104 zend_function *func; in ZEND_DECLARE_FUNCTION_SPEC_HANDLER() local
3456 fbc = call->func; in ZEND_CALL_TRAMPOLINE_SPEC_HANDLER()
3599 fbc = call->func; in ZEND_CALL_TRAMPOLINE_SPEC_OBSERVER_HANDLER()
3793 fbc = Z_FUNC_P(func); in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
3864 zval *func; in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER() local
3872 if (func == NULL) { in ZEND_INIT_NS_FCALL_BY_NAME_SPEC_CONST_HANDLER()
3897 zval *func; in ZEND_INIT_FCALL_SPEC_CONST_HANDLER() local
5578 zend_function *func; in ZEND_DECLARE_LAMBDA_FUNCTION_SPEC_CONST_HANDLER() local
7191 zend_function *func; in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER() local
9711 zend_function *func; in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER() local
[all …]
H A Dzend_fibers.c587 fiber->execute_data->func = &zend_fiber_function; in zend_fiber_execute()
730 if (!exception && EG(current_execute_data) && EG(current_execute_data)->func in zend_fiber_object_destroy()
731 && ZEND_USER_CODE(EG(current_execute_data)->func->common.type)) { in zend_fiber_object_destroy()
772 …HashTable *symTable = zend_unfinished_execution_gc_ex(ex, ex->func && ZEND_USER_CODE(ex->func->typ… in zend_fiber_object_gc()
H A Dzend_API.c496 arg_offset = func->common.num_args; in zend_null_arg_deprecated()
3655 return frame && frame->func ? frame->func->common.scope : NULL; in get_scope()
3779 zend_function *func; in zend_is_callable_check_func() local
3788 func = zend_fetch_function(lmname); in zend_is_callable_check_func()
3792 func = zend_fetch_function(lmname); in zend_is_callable_check_func()
3793 if (!func) { in zend_is_callable_check_func()
3796 func = zend_fetch_function(lmname); in zend_is_callable_check_func()
3800 if (EXPECTED(func != NULL)) { in zend_is_callable_check_func()
3801 fcc->function_handler = func; in zend_is_callable_check_func()
4181 while (frame && (!frame->func || !ZEND_USER_CODE(frame->func->type))) { in zend_is_callable_ex()
[all …]
/php-src/ext/opcache/
H A Dzend_accelerator_blacklist.c376 void zend_accel_blacklist_apply(zend_blacklist *blacklist, blacklist_apply_func_arg_t func, void *a… argument
381 func(&blacklist->entries[i], argument);
H A DZendAccelerator.c1914 !EG(current_execute_data)->func || in file_cache_compile_file()
2012 EG(current_execute_data)->func && in persistent_compile_file()
2196 !EG(current_execute_data)->func || in persistent_compile_file()
2483 EG(current_execute_data)->func && in persistent_stream_open_function()
2506 EG(current_execute_data)->func && in persistent_zend_resolve_path()
3172 zend_function *func; local
3303 func->type == ZEND_INTERNAL_FUNCTION) {
3499 zend_function *func = Z_PTR_P(zv); local
3500 if (func->type == ZEND_INTERNAL_FUNCTION) {
3824 zend_op_array *func; local
[all …]
/php-src/ext/opcache/jit/
H A Dzend_jit_helpers.c56 zval *func = zend_hash_find_known_hash(EG(function_table), name); in zend_jit_find_func_helper() local
59 if (UNEXPECTED(func == NULL)) { in zend_jit_find_func_helper()
62 fbc = Z_FUNC_P(func); in zend_jit_find_func_helper()
73 zend_jmp_fl_result result = (func == NULL) + 1; in zend_jit_jmp_frameless_helper()
83 if (func == NULL) { in zend_jit_find_ns_func_helper()
85 if (UNEXPECTED(func == NULL)) { in zend_jit_find_ns_func_helper()
89 fbc = Z_FUNC_P(func); in zend_jit_find_ns_func_helper()
216 call->func = fbc; in zend_jit_extend_stack_helper()
349 zend_string *cv = EX(func)->op_array.vars[EX_VAR_TO_NUM(var)]; in zend_jit_undefined_op_helper()
3134 zend_string_release_ex(func->common.function_name, 0); in zend_jit_free_trampoline_helper()
[all …]
/php-src/ext/opcache/jit/ir/
H A Dir_strtab.c228 void ir_strtab_apply(const ir_strtab *strtab, ir_strtab_apply_t func) in ir_strtab_apply() argument
234 func(b->str, b->len, b->val); in ir_strtab_apply()
/php-src/ext/readline/
H A Dreadline_cli.c480 zend_function *func; in cli_completion_generator_func() local
481 char *retval = cli_completion_generator_ht(text, textlen, state, ht, (void**)&func); in cli_completion_generator_func()
484 retval = strdup(ZSTR_VAL(func->common.function_name)); in cli_completion_generator_func()
/php-src/main/streams/
H A Dphp_stream_context.h42 php_stream_notification_func func; member
/php-src/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt63 public function func() {
64 echo "func() is called \n";
/php-src/ext/zend_test/
H A Dfiber.c179 if (!exception && EG(current_execute_data) && EG(current_execute_data)->func in zend_test_fiber_object_destroy()
180 && ZEND_USER_CODE(EG(current_execute_data)->func->common.type)) { in zend_test_fiber_object_destroy()
/php-src/ext/soap/
H A Dphp_sdl.c1719 sdl_deserialize_key(&sdl->functions, func, &in); in get_sdl_from_cache()
1721 func->requestName = sdl_deserialize_string(&in); in get_sdl_from_cache()
1726 func->binding = NULL; in get_sdl_from_cache()
1728 func->binding = bindings[binding_num-1]; in get_sdl_from_cache()
1730 if (func->binding && func->binding->bindingType == BINDING_SOAP && *in != 0) { in get_sdl_from_cache()
1739 func->bindingAttributes = NULL; in get_sdl_from_cache()
1749 func->faults = emalloc(sizeof(HashTable)); in get_sdl_from_cache()
1755 sdl_deserialize_key(func->faults, fault, &in); in get_sdl_from_cache()
1774 func->faults = NULL; in get_sdl_from_cache()
1776 functions[i] = func; in get_sdl_from_cache()
[all …]
H A Dsoap.c2085 zval func; local
2132 zval_ptr_dtor(&func);
2909 function = get_function(sdl, (char*)func->name);
2913 if (func->children != NULL ||
2921 function = get_doc_function(sdl, func);
2962 xmlNodePtr trav,env,head,body,func; local
3034 func = NULL;
3043 func = trav;
3048 if (func == NULL) {
3189 func = func->children;
[all …]
/php-src/ext/gd/tests/
H A Dlibgd00100.phpt110 include_once __DIR__ . '/func.inc';
H A Dimagecolorallocate_variation6.phpt13 require __DIR__ . '/func.inc';
/php-src/ext/filter/tests/
H A D029.phpt18 filter_var("qwe", FILTER_CALLBACK, array("options"=>"no such func"));
/php-src/ext/odbc/
H A Dphp_odbc_includes.h268 #define ODBC_SQL_ERROR_PARAMS odbc_connection *conn_resource, ODBC_SQL_STMT_T stmt, char *func
/php-src/sapi/phpdbg/
H A Dphpdbg_list.c43 …PHPDBG_LIST_COMMAND_D(func, "lists the specified function", 'f', list_func, NULL, "s", PHPD…
80 PHPDBG_LIST(func) /* {{{ */ in PHPDBG_LIST() argument
/php-src/ext/fileinfo/libmagic/
H A Dcompress.c182 int (*func)(const unsigned char *); member
212 { { .func = lzmacmp }, -13, xz_args, NULL }, /* 13, lzma */
214 { { .func = zlibcmp }, -2, zlib_args, NULL }, /* 14, zlib */
294 zm = (*compr[i].u.func)(buf); in file_zmagic()
/php-src/Zend/Optimizer/
H A Dzend_optimizer_internal.h132 void zend_foreach_op_array(zend_script *script, zend_op_array_func_t func, void *context);
/php-src/ext/reflection/
H A Dphp_reflection.c2369 } else if (ex->func->op_array.scope) { in ZEND_METHOD()
2370 reflection_method_factory(ex->func->op_array.scope, ex->func, NULL, return_value); in ZEND_METHOD()
6765 call->func = (zend_function*)(call->opline + 1); in call_attribute_constructor()
6768 memset(call->func, 0, sizeof(zend_function)); in call_attribute_constructor()
6769 call->func->type = ZEND_USER_FUNCTION; in call_attribute_constructor()
6770 call->func->op_array.fn_flags = in call_attribute_constructor()
6773 call->func->op_array.filename = filename; in call_attribute_constructor()
7192 …while (prev_execute_data && (!prev_execute_data->func || !ZEND_USER_CODE(prev_execute_data->func->… in ZEND_METHOD()
7195 …if (prev_execute_data && prev_execute_data->func && ZEND_USER_CODE(prev_execute_data->func->common… in ZEND_METHOD()
7216 …while (prev_execute_data && (!prev_execute_data->func || !ZEND_USER_CODE(prev_execute_data->func->… in ZEND_METHOD()
[all …]
/php-src/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc49 $func = $persistent ? 'dba_popen' : 'dba_open';
51 $db_file = $func($name, 'n'.$lock_flag, $handler);
/php-src/main/
H A Dphp.h356 PHPAPI void php_register_pre_request_shutdown(void (*func)(void *), void *userdata);

Completed in 339 milliseconds

1...<<111213