Home
last modified time | relevance | path

Searched refs:call (Results 126 – 150 of 397) sorted by relevance

12345678910>>...16

/PHP-7.3/Zend/tests/
H A Ddynamic_call_002.phpt2 Testing dynamic call with invalid value for method name
H A Dlsb_012.phpt2 ZE2 Late Static Binding call to static::method() from internal function (string)
H A Dbug52940.phpt2 Bug #52940 (call_user_func_array still allows call-time pass-by-reference)
H A Ddtor_scope.phpt2 Scoping in destructor call
H A Dindirect_method_call_004.phpt2 Indirect method call and cloning
H A Dlsb_011.phpt2 ZE2 Late Static Binding call to static::method() from internal function (array)
H A Dbug71067.phpt2 Bug #71067 (Local object in class method stays in memory for each call)
H A Doverloaded_func_001.phpt12 Fatal error: Uncaught Error: Cannot call overloaded function for non-object in %soverloaded_func_00…
/PHP-7.3/ext/spl/tests/
H A DSplDoublyLinkedList_count_param_SplDoublyLinkedList.phpt2 Create a SplDoublyLinkedList, call count() and pass a SplDoublyLinkedList object as the parameter.
H A DSplDoublyLinkedList_setIteratorMode_param_SplDoublyLinkedList.phpt2 Create a SplDoublyLinkedList, call setIteratorMode() and pass a SplDoublyLinkedList object as the p…
H A Dbug74372.phpt10 echo "Don't call me.\n";
/PHP-7.3/Zend/tests/generators/
H A Dyield_ref_function_call_by_reference.phpt2 The result of a by-ref function call can be yielded just fine
H A Dyield_during_method_call.phpt2 Yield can be used during a method call
/PHP-7.3/tests/output/
H A Dob_start_basic_003.phpt11 cause_fatal_error(); // call undefined function
/PHP-7.3/Zend/tests/try/
H A Dtry_finally_003.phpt2 Try finally (call sequence test)
/PHP-7.3/Zend/tests/closures/
H A Dclosure_from_callable_rebinding.phpt16 $fn->call(new B);
/PHP-7.3/Zend/tests/generators/errors/
H A Dyield_non_ref_function_call_by_ref_error.phpt2 Yielding the result of a non-ref function call throw a notice
/PHP-7.3/tests/basic/
H A Dbug73969.phpt2 Bug #73969: segfault on debug_print_backtrace with require() call
/PHP-7.3/Zend/
H A Dzend_execute.c2482 EX(call) = NULL; in i_init_func_execute_data()
2584 EX(call) = NULL; in i_init_code_execute_data()
2660 *new_call = *call; in zend_vm_stack_copy_call_frame()
2694 *call = zend_vm_stack_copy_call_frame(*call, passed_args, additional_args); in zend_vm_stack_extend_call_frame()
2711 if (UNEXPECTED(EX(call))) { in cleanup_unfinished_calls()
2712 zend_execute_data *call = EX(call); in cleanup_unfinished_calls() local
2831 EX(call) = call->prev_execute_data; in cleanup_unfinished_calls()
2833 call = EX(call); in cleanup_unfinished_calls()
2834 } while (call); in cleanup_unfinished_calls()
3229 object = Z_OBJ(call->This); in zend_do_fcall_overloaded()
[all …]
/PHP-7.3/ext/standard/tests/array/
H A Dusort_variation3.phpt74 echo "\n-- Sorted array after usort() function call --\n";
82 -- Sorted array after usort() function call --
/PHP-7.3/tests/classes/
H A D__call_006.phpt24 echo "---> Invoke __call via simple method call.\n";
55 ---> Invoke __call via simple method call.
/PHP-7.3/ext/pdo_oci/tests/
H A Dpecl_bug_6364.phpt2 PECL PDO_OCI Bug #6364 (segmentation fault on stored procedure call with OUT binds)
21 $stmt = $dbh->prepare("call bug_6364_sp('p1','p2','p3',?,?)");
/PHP-7.3/ext/oci8/tests/
H A Dbug51291_2.phpt29 echo "2nd call after successful execute\n";
52 2nd call after successful execute
/PHP-7.3/ext/standard/tests/strings/
H A Dstrtr_variation4.phpt46 //strtr() call in three args syntax form
49 //strtr() call in two args syntax form
/PHP-7.3/tests/lang/
H A Dbug25547.phpt2 Bug #25547 (error_handler and array index with function call)

Completed in 31 milliseconds

12345678910>>...16