Home
last modified time | relevance | path

Searched refs:call (Results 176 – 200 of 369) sorted by relevance

12345678910>>...15

/PHP-7.4/ext/standard/tests/network/
H A Dsyslog_basic.phpt16 $message = 'A test syslog call invocation';
/PHP-7.4/Zend/tests/
H A Dbug78502.phpt2 Bug #78502: Incorrect stack size calculation for indirectly recursive function call
H A D028.phpt2 Testing function call through of array item
H A Dbug22725.phpt2 Bug #22725 (A derived class can call a parent's protected method that calls a private method)
H A Dbug62991.phpt21 return $closure; // if you return the $closure and call it outside this function it works.
H A Ddynamic_call_001.phpt2 Testing dynamic call to constructor (old-style)
H A Dthrowing_overloaded_compound_assign_op.phpt2 Exception in compound assign op should prevent call to overloaded object handlers
H A Dbug70262.phpt20 $a->getObj($array) //use function call to get a refcount == 1 IS_VAR object
H A Dindirect_call_array_005.phpt2 Dynamic static call to instance method should throw.
H A Dindirect_call_string_003.phpt2 Dynamic static call to instance method should throw.
/PHP-7.4/Zend/tests/generators/
H A Dgenerator_throwing_during_function_call.phpt2 Stack is cleaned up properly when an exception is thrown during a function call
/PHP-7.4/ext/standard/tests/strings/
H A Dstrtr_variation1.phpt49 //strtr() call in three args syntax form
52 //strtr() call in two args syntax form
H A Dstrtr_variation2.phpt53 //strtr() call in three args syntax form
56 //strtr() call in two args syntax form
H A Dstrrpos_offset.phpt30 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
38 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
/PHP-7.4/tests/output/
H A Dob_implicit_flush_basic_001.phpt6 …escription: Turn implicit flush on/off and is equivalent to calling flush() after every output call
/PHP-7.4/ext/mysqli/tests/
H A Dbug38003.phpt2 Bug #38003 (in classes inherited from MySQLi it's possible to call private constructors from invali…
/PHP-7.4/ext/zip/tests/
H A Dzip_entry_close.phpt2 zip_entry_close() function: simple and double call
/PHP-7.4/Zend/tests/try/
H A Dtry_finally_019.phpt2 Combination of foreach, finally and goto (call order)
H A Dtry_finally_020.phpt2 Combination of foreach, finally and exception (call order)
/PHP-7.4/ext/date/tests/
H A Dbug46268.phpt2 Bug #46268 (When call DateTime#setTime, it seems to be called the last modify method too)
H A Dbug73489.phpt2 Bug #73489: wrong timestamp when call setTimeZone multi times with UTC offset
/PHP-7.4/Zend/
H A Dzend_execute.c3604 EX(call) = NULL; in i_init_func_execute_data()
3691 EX(call) = NULL; in i_init_code_execute_data()
3766 *new_call = *call; in zend_vm_stack_copy_call_frame()
3800 *call = zend_vm_stack_copy_call_frame(*call, passed_args, additional_args); in zend_vm_stack_extend_call_frame()
3817 if (UNEXPECTED(EX(call))) { in cleanup_unfinished_calls()
3818 zend_execute_data *call = EX(call); in cleanup_unfinished_calls() local
3931 EX(call) = call->prev_execute_data; in cleanup_unfinished_calls()
3933 call = EX(call); in cleanup_unfinished_calls()
3934 } while (call); in cleanup_unfinished_calls()
4543 return call; in _zend_vm_stack_push_call_frame_ex()
[all …]
H A Dzend_closures.c121 ZEND_METHOD(Closure, call) in ZEND_METHOD() argument
285 zend_internal_function call; in zend_create_closure_from_callable() local
315 memset(&call, 0, sizeof(zend_internal_function)); in zend_create_closure_from_callable()
316 call.type = ZEND_INTERNAL_FUNCTION; in zend_create_closure_from_callable()
317 call.fn_flags = mptr->common.fn_flags & ZEND_ACC_STATIC; in zend_create_closure_from_callable()
318 call.handler = zend_closure_call_magic; in zend_create_closure_from_callable()
319 call.function_name = mptr->common.function_name; in zend_create_closure_from_callable()
320 call.scope = mptr->common.scope; in zend_create_closure_from_callable()
323 mptr = (zend_function *) &call; in zend_create_closure_from_callable()
645 ZEND_ME(Closure, call, arginfo_closure_call, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/standard/tests/assert/
H A Dassert_basic2.phpt2 assert() - basic - correct call back values before and after assert.
/PHP-7.4/tests/classes/
H A Dabstract.phpt28 Fatal error: Uncaught Error: Cannot call abstract method fail::show() in %s:%d

Completed in 90 milliseconds

12345678910>>...15