Home
last modified time | relevance | path

Searched refs:func (Results 126 – 150 of 302) sorted by relevance

12345678910>>...13

/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_ps.h25 ps_field_fetch_func func; member
/PHP-8.1/ext/gd/tests/
H A Dbug22544.phpt12 include_once __DIR__ . '/func.inc';
H A Dbug72494.phpt7 require __DIR__ . '/func.inc';
H A Dbug22544-mb.phpt12 include_once __DIR__ . '/func.inc';
H A Dbug73213.phpt7 require_once __DIR__ . DIRECTORY_SEPARATOR . 'func.inc';
H A Dimagepolygon_aa.phpt7 require_once __DIR__ . DIRECTORY_SEPARATOR . 'func.inc';
H A Dbug72482_2.phpt7 require_once __DIR__ . DIRECTORY_SEPARATOR . 'func.inc';
H A Dimagechar_basic.phpt15 include_once __DIR__ . '/func.inc';
H A Dimagecharup_basic.phpt15 include_once __DIR__ . '/func.inc';
H A Dimagecreatefromtga_basic.phpt14 include_once __DIR__ . '/func.inc';
H A Dimagecreatefromtga_variation.phpt14 include_once __DIR__ . '/func.inc';
H A Dimagecreatefrombmp_basic.phpt14 include_once __DIR__ . '/func.inc';
H A Dimagecreatetruecolor_basic.phpt15 include_once __DIR__ . '/func.inc';
H A Dimagefilledellipse_basic.phpt15 include_once __DIR__ . '/func.inc';
H A Dimagestringup_basic.phpt15 include_once __DIR__ . '/func.inc';
H A Dimageellipse_basic.phpt17 include_once __DIR__ . '/func.inc';
H A Dimagerectangle_basic.phpt16 include_once __DIR__ . '/func.inc';
H A Dimagestring_basic.phpt15 include_once __DIR__ . '/func.inc';
H A Dbug51498.phpt17 require_once __DIR__ . '/func.inc';
H A Dbug72697.phpt12 require __DIR__ . '/func.inc';
/PHP-8.1/Zend/tests/
H A Dbug40815.phpt2 Bug #40815 (using strings like "class::func" and static methods in set_exception_handler() might re…
/PHP-8.1/Zend/
H A Dzend_execute.c690 if (ptr && ptr->func && ZEND_USER_CODE(ptr->func->common.type)) { in zend_verify_arg_error()
1282 if (ptr && ptr->func && ZEND_USER_CODE(ptr->func->common.type)) { in zend_missing_arg_error()
1284 EX(func)->common.scope ? ZSTR_VAL(EX(func)->common.scope->name) : "", in zend_missing_arg_error()
1290 EX(func)->common.required_num_args == EX(func)->common.num_args ? "exactly" : "at least", in zend_missing_arg_error()
1294 EX(func)->common.scope ? ZSTR_VAL(EX(func)->common.scope->name) : "", in zend_missing_arg_error()
1298 EX(func)->common.required_num_args == EX(func)->common.num_args ? "exactly" : "at least", in zend_missing_arg_error()
2219 func->common.scope ? ZSTR_VAL(func->common.scope->name) : "", in zend_param_must_be_ref()
2220 func->common.scope ? "::" : "", in zend_param_must_be_ref()
4470 if (!EX(func) || !ZEND_USER_CODE(EX(func)->common.type)) { in zend_unfinished_execution_gc_ex()
4559 zval *func; in zend_init_dynamic_call_string() local
[all …]
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_list.h31 PHPDBG_LIST(func);
/PHP-8.1/ext/opcache/
H A Dzend_accelerator_blacklist.h49 void zend_accel_blacklist_apply(zend_blacklist *blacklist, blacklist_apply_func_arg_t func, void *a…
/PHP-8.1/ext/zend_test/
H A Dtest.c66 RETVAL_STR_COPY(EX(func)->common.function_name); in ZEND_FUNCTION()
69 ZEND_ASSERT(EX(func)->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE); in ZEND_FUNCTION()
70 zend_string_release(EX(func)->common.function_name); in ZEND_FUNCTION()
71 zend_free_trampoline(EX(func)); in ZEND_FUNCTION()
72 EX(func) = NULL; in ZEND_FUNCTION()
277 …ng *function_name = get_function_or_method_name(EG(current_execute_data)->prev_execute_data->func); in ZEND_FUNCTION()
377 && execute_data->func in has_opline()
378 && ZEND_USER_CODE(execute_data->func->type) in has_opline()

Completed in 42 milliseconds

12345678910>>...13