Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 443) sorted by last modified time

12345678910>>...18

/php-src/
H A DNEWS19 . Fixed zend call stack size for macOs/arm64. (David Carlier)
60 . Removed the deprecated inet_ntoa call support. (David Carlier)
223 . Removed the deprecated inet_ntoa call support. (David Carlier)
234 . Removed the deprecated inet_ntoa call support. (David Carlier)
250 . Removed the deprecated inet_ntoa call support. (David Carlier)
H A DUPGRADING166 . Failure to call a PHP function callback during evaluation now throws
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst6 large amount, you call ``malloc`` and ``free`` to acquire and release blocks of memory of some size.
/php-src/ext/zend_test/
H A Dtest.stub.php160 public function call(): void {} function in ZendTestForbidDynamicCall
H A Dtest_arginfo.h290 static ZEND_METHOD(ZendTestForbidDynamicCall, call);
474 …ZEND_ME(ZendTestForbidDynamicCall, call, arginfo_class_ZendTestForbidDynamicCall_call, ZEND_ACC_PU…
/php-src/ext/reflection/
H A Dphp_reflection.c6735 zend_execute_data *call = NULL; in call_attribute_constructor() local
6751 call = zend_vm_stack_push_call_frame_ex( in call_attribute_constructor()
6757 opline = (zend_op*)(call + 1); in call_attribute_constructor()
6762 call->opline = opline; in call_attribute_constructor()
6763 call->call = NULL; in call_attribute_constructor()
6764 call->return_value = NULL; in call_attribute_constructor()
6765 call->func = (zend_function*)(call->opline + 1); 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()
6775 EG(current_execute_data) = call; in call_attribute_constructor()
[all …]
/php-src/Zend/
H A Dzend_builtin_functions.c1617 zval *p = ZEND_CALL_ARG(call, 1); in debug_backtrace_get_args()
1697 p = ZEND_CALL_VAR_NUM(call, call->func->op_array.last_var + call->func->op_array.T); in debug_backtrace_get_args()
1704 if (i < call->func->common.num_args || call->func->common.fn_flags & ZEND_ACC_VARIADIC) { in debug_backtrace_get_args()
1779 zend_execute_data *call; in zend_fetch_debug_backtrace() local
1791 call = EG(current_execute_data); in zend_fetch_debug_backtrace()
1792 if (!call) { in zend_fetch_debug_backtrace()
1824 call = call->prev_execute_data; in zend_fetch_debug_backtrace()
1867 if (call->func && ZEND_USER_CODE(call->func->common.type)) { in zend_fetch_debug_backtrace()
1963 func = call->func; in zend_fetch_debug_backtrace()
1969 object = Z_OBJ(call->This); in zend_fetch_debug_backtrace()
[all …]
H A Dzend_execute_API.c774 zend_execute_data *call; in zend_call_function() local
856 ZEND_CALL_NUM_ARGS(call) = i; in zend_call_function()
933 ZEND_CALL_NUM_ARGS(call)++; in zend_call_function()
941 call->prev_execute_data = NULL; in zend_call_function()
943 zend_vm_stack_free_args(call); in zend_call_function()
970 ZEND_OBSERVER_FCALL_BEGIN(call); in zend_call_function()
971 zend_execute_ex(call); in zend_call_function()
977 EG(current_execute_data) = call; in zend_call_function()
981 ZEND_OBSERVER_FCALL_BEGIN(call); in zend_call_function()
1002 zend_vm_stack_free_args(call); in zend_call_function()
[all …]
H A Dzend_execute.c4005 EX(call) = NULL; in i_init_func_execute_data()
4092 EX(call) = NULL; in i_init_code_execute_data()
4333 call = call->prev_execute_data; in zend_unfinished_calls_gc()
4334 } while (call); in zend_unfinished_calls_gc()
4341 zend_execute_data *call = EX(call); in cleanup_unfinished_calls() local
4463 EX(call) = call->prev_execute_data; in cleanup_unfinished_calls()
4465 call = EX(call); in cleanup_unfinished_calls()
4466 } while (call); in cleanup_unfinished_calls()
4599 if (call) { in zend_unfinished_execution_gc_ex()
5294 return call; in _zend_vm_stack_push_call_frame_ex()
[all …]
H A Dzend_closures.c123 ZEND_METHOD(Closure, call) in ZEND_METHOD() argument
333 zend_internal_function call; in zend_create_closure_from_callable() local
363 call.type = ZEND_INTERNAL_FUNCTION; in zend_create_closure_from_callable()
365 call.handler = zend_closure_call_magic; in zend_create_closure_from_callable()
367 call.scope = mptr->common.scope; in zend_create_closure_from_callable()
368 call.doc_comment = NULL; in zend_create_closure_from_callable()
371 mptr = (zend_function *) &call; in zend_create_closure_from_callable()
381 if (&mptr->internal_function == &call) { in zend_create_closure_from_callable()
858 zend_function *mptr = call->func; in zend_closure_from_frame()
866 (Z_OBJCE(call->This) == zend_ce_closure) in zend_closure_from_frame()
[all …]
H A Dzend_fibers.c772 …shed_execution_gc_ex(ex, ex->func && ZEND_USER_CODE(ex->func->type) ? ex->call : NULL, buf, false); in zend_fiber_object_gc()
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc8478 && !ir_is_fastcall(ctx, insn) /* fast call functions restore stack pointer */
8493 && !ir_is_fastcall(ctx, insn) /* fast call functions restore stack pointer */
8719 | call aword &addr
8734 | call Rq(tmp_reg)
8745 | call Ra(op2_reg)
8755 | ASM_TMEM_OP call, aword, mem
9589 | call aword &addr
9597 | call rax
10076 && !ir_is_fastcall(ctx, insn) /* fast call functions restore stack pointer */
H A Dir.c2284 ir_ref call; local
2293 return call;
2298 ir_ref call; local
2308 return call;
2313 ir_ref call; local
2324 return call;
2329 ir_ref call; local
2341 return call;
2346 ir_ref call; local
2357 return call;
[all …]
/php-src/docs/
H A Drelease-process.md107 slightly different steps. We'll call attention where the steps differ.
953 release managers for the latest version branch should issue a call for
956 1. Issue the call for volunteers on internals@lists.php.net on or around March
959 There is no rule for how long the call for volunteers must remain open. We
961 call in early March gives people about a month to decide whether they wish to
/php-src/Zend/asm/
H A Dmake_x86_64_ms_pe_gas.S166 call _exit
/php-src/ext/reflection/tests/
H A DReflectionConstant_double_construct.phpt2 ReflectionConstant double construct call
H A DReflectionGenerator_in_Generator.phpt6 function call(ReflectionGenerator $ref, $method, $rec = true) {
8 call($ref, $method, false);
15 call($ref, "getTrace");
16 call($ref, "getExecutingLine");
17 call($ref, "getExecutingFile");
18 call($ref, "getExecutingGenerator");
19 call($ref, "getFunction");
20 call($ref, "getThis");
/php-src/ext/spl/tests/
H A Dbug71236.phpt2 Bug #71236: Second call of spl_autoload_register() does nothing if it has no arguments
/php-src/ext/opcache/tests/jit/
H A Dclosure_001.phpt29 var_dump($f->call($foo));
30 var_dump($f->call($foo));
/php-src/Zend/tests/
H A Dgh8810_3.phpt2 GH-8810: Fix reported line number of multi-line closure call
/php-src/Zend/tests/named_params/
H A Dcall_user_func.phpt56 $test->call(new class {}, 'A', c: 'C');
57 $test_variadic->call(new class {}, 'A', c: 'C');
/php-src/Zend/tests/fibers/
H A Dbacktrace-deep-nesting.phpt2 Backtrace in deeply nested function call
H A Dbacktrace-nested.phpt2 Backtrace in nested function call
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c974 ir_ref rx, call; in zend_jit_save_call_chain() local
978 call = IR_NULL; in zend_jit_save_call_chain()
981 call = ir_LOAD_A(jit_EX(call)); in zend_jit_save_call_chain()
990 ir_STORE(jit_EX(call), rx); in zend_jit_save_call_chain()
2117 ir_STORE(jit_EX(call), rx); in zend_jit_throw_cannot_pass_by_ref_stub()
8394 ir_ref call; local
8418 call = ir_LOAD_A(jit_EX(call));
8421 call = ir_LOAD_A(jit_CALL(call, prev_execute_data));
9474 call = jit_IP(jit);
9476 call = ir_LOAD_A(jit_EX(call));
[all …]
H A Dzend_jit_trace.c2388 call = frame->call; in zend_jit_trace_build_tssa()
2398 frame->call = call->prev; in zend_jit_trace_build_tssa()
2526 call->prev = frame->call; in zend_jit_trace_build_tssa()
2528 frame->call = call; in zend_jit_trace_build_tssa()
2563 call = frame->call; in zend_jit_trace_build_tssa()
2566 frame->call = call->prev; in zend_jit_trace_build_tssa()
6659 call = frame->call; in zend_jit_trace()
6708 frame->call = call->prev; in zend_jit_trace()
6838 frame->call = call; in zend_jit_trace()
6951 call = frame->call; in zend_jit_trace()
[all …]

Completed in 171 milliseconds

12345678910>>...18