Home
last modified time | relevance | path

Searched refs:function_name (Results 51 – 75 of 77) sorted by relevance

1234

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_list.c183 …n=\"%s\"", "The function requested (%s) is not user defined", ZSTR_VAL(fbc->common.function_name)); in phpdbg_list_function()
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c600 if (Z_FUNC(p->val)->common.function_name) { in accel_copy_permanent_strings()
601 Z_FUNC(p->val)->common.function_name = new_interned_string(Z_FUNC(p->val)->common.function_name); in accel_copy_permanent_strings()
653 if (Z_FUNC(q->val)->common.function_name) { in accel_copy_permanent_strings()
654 … Z_FUNC(q->val)->common.function_name = new_interned_string(Z_FUNC(q->val)->common.function_name); in accel_copy_permanent_strings()
4603 zend_string *new_name = zend_shared_alloc_get_xlat_entry(op_array->function_name); in accel_preload()
4606 new_name = accel_new_interned_string(op_array->function_name); in accel_preload()
4607 zend_shared_alloc_register_xlat_entry(op_array->function_name, new_name); in accel_preload()
4609 op_array->function_name = new_name; in accel_preload()
H A Dzend_file_cache.c435 SERIALIZE_STR(op_array->function_name);
561 SERIALIZE_STR(op_array->function_name);
1157 UNSERIALIZE_STR(op_array->function_name);
1272 UNSERIALIZE_STR(op_array->function_name);
H A Dzend_accelerator_module.c663 add_next_index_str(&scripts, op_array->function_name);
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dump.c857 if (op_array->function_name) { in zend_dump_op_array_name()
859 fprintf(stderr, "%s::%s", op_array->scope->name->val, op_array->function_name->val); in zend_dump_op_array_name()
861 fprintf(stderr, "%s", op_array->function_name->val); in zend_dump_op_array_name()
H A Dcompact_literals.c296 op_array->function_name ? op_array->function_name->val : "main"); in zend_optimizer_compact_literals()
H A Ddfa_pass.c401 && ZSTR_LEN(call_info->callee_func->common.function_name) == sizeof("in_array")-1 in zend_dfa_optimize_calls()
402 …&& memcmp(ZSTR_VAL(call_info->callee_func->common.function_name), "in_array", sizeof("in_array")-1… in zend_dfa_optimize_calls()
H A Dzend_cfg.c409 !op_array->function_name) { in zend_build_cfg()
H A Dzend_inference.c266 if (!op_array->function_name || !ssa->vars || !ssa->ops) { in zend_ssa_find_false_dependencies()
872 ZSTR_VAL(op_array->function_name), in zend_inference_calc_range()
972 op_array->function_name) { in zend_inference_calc_range()
3317 if (!op_array->function_name) { in zend_update_type_info()
4343 if (!op_array->function_name) { in zend_ssa_inference()
H A Dblock_pass.c384 char *fname = FUNCTION_CACHE->funcs[Z_LVAL(ZEND_OP1_LITERAL(fcall))].function_name; in zend_optimize_block()
/PHP-7.4/ext/readline/
H A Dreadline_cli.c472 retval = strdup(ZSTR_VAL(func->common.function_name)); in cli_completion_generator_func()
/PHP-7.4/ext/ffi/
H A Dffi.c857 ZVAL_UNDEF(&fci.function_name); in zend_ffi_callback_trampoline()
1583 …tible argument %d of C function '%s'", n + 1, ZSTR_VAL(EX(func)->internal_function.function_name)); in zend_ffi_pass_incompatible()
1592 …ion '%s', expecting '%s'", n + 1, ZSTR_VAL(EX(func)->internal_function.function_name), buf1.start); in zend_ffi_pass_incompatible()
1595 …ecting '%s', found '%s'", n + 1, ZSTR_VAL(EX(func)->internal_function.function_name), buf1.start, … in zend_ffi_pass_incompatible()
2054 if (EXPECTED(EG(trampoline).common.function_name == NULL)) { in zend_ffi_cdata_get_closure()
2064 func->common.function_name = ZSTR_KNOWN(ZEND_STR_MAGIC_INVOKE); in zend_ffi_cdata_get_closure()
2657 …ecting at least %d parameter%s", ZSTR_VAL(EX(func)->internal_function.function_name), arg_count, (… in ZEND_FUNCTION()
2702 …pecting exactly %d parameter%s", ZSTR_VAL(EX(func)->internal_function.function_name), arg_count, (… in ZEND_FUNCTION()
2760 zend_string_release(EX(func)->common.function_name); in ZEND_FUNCTION()
2808 if (EXPECTED(EG(trampoline).common.function_name == NULL)) { in zend_ffi_get_func()
[all …]
/PHP-7.4/main/streams/
H A Duserspace.c308 ZVAL_UNDEF(&fci.function_name); in user_stream_create_object()
320 …cute %s::%s()", ZSTR_VAL(uwrap->ce->name), ZSTR_VAL(uwrap->ce->constructor->common.function_name)); in user_stream_create_object()
/PHP-7.4/ext/mysqli/
H A Dmysqli.c1289 ZVAL_UNDEF(&fci.function_name); in php_mysqli_fetch_into_hash()
1314 …"Could not execute %s::%s()", ZSTR_VAL(ce->name), ZSTR_VAL(ce->constructor->common.function_name)); in php_mysqli_fetch_into_hash()
/PHP-7.4/ext/curl/
H A Dinterface.c1505 ZVAL_COPY_VALUE(&fci.function_name, &t->func_name); in curl_write()
1553 ZVAL_COPY_VALUE(&fci.function_name, &t->func_name); in curl_fnmatch()
1608 ZVAL_COPY_VALUE(&fci.function_name, &t->func_name); in curl_progress()
1665 ZVAL_COPY_VALUE(&fci.function_name, &t->func_name); in curl_read()
1728 ZVAL_COPY_VALUE(&fci.function_name, &t->func_name); in curl_write_header()
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c323 ZVAL_COPY_VALUE(&fci.function_name, &handler); in xsl_ext_function_php()
/PHP-7.4/ext/intl/converter/
H A Dconverter.c549 ZVAL_UNDEF(&finfo->function_name); in php_converter_resolve_callback()
/PHP-7.4/Zend/
H A Dzend_exceptions.c696 ZVAL_STR(&fci.function_name, fname); in ZEND_METHOD()
/PHP-7.4/ext/sqlite3/
H A Dsqlite3.c766 ZVAL_COPY_VALUE(&fc->fci.function_name, cb); in sqlite3_do_callback()
934 ZVAL_COPY_VALUE(&collation->fci.fci.function_name, &collation->cmp_func); in php_sqlite3_callback_compare()
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c2417 ZVAL_COPY_VALUE(&fci.function_name, replace); in PHP_FUNCTION()
2469 ZVAL_COPY_VALUE(&fci.function_name, replace); in PHP_FUNCTION()
/PHP-7.4/ext/spl/
H A Dspl_iterators.c1557 Z_TRY_ADDREF(cfi->fci.function_name); in spl_dual_it_construct()
1939 …tiate_arg_ex2(Z_OBJCE_P(ZEND_THIS), return_value, &retval, &intern->u.cbfilter->fci.function_name); in SPL_METHOD()
2317 zval_ptr_dtor(&cbfilter->fci.function_name); in spl_dual_it_free_storage()
H A Dspl_directory.c2099 ZVAL_STR(&fci.function_name, func_ptr->common.function_name); in spl_filesystem_file_call()
/PHP-7.4/ext/xml/
H A Dxml.c567 ZVAL_COPY_VALUE(&fci.function_name, handler); in xml_call_handler()
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c737 ZVAL_UNDEF(&fci->function_name); in do_fetch_class_prepare()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c2830 ZVAL_UNDEF(&fci.function_name);
2855 …"Could not execute %s::%s()", ZSTR_VAL(ce->name), ZSTR_VAL(ce->constructor->common.function_name));

Completed in 169 milliseconds

1234