Home
last modified time | relevance | path

Searched refs:call (Results 76 – 100 of 443) sorted by relevance

12345678910>>...18

/php-src/Zend/tests/
H A Dmagic_methods_001.phpt13 print "call\n";
43 call
H A Ddynamic_call_to_ref_returning_function.phpt2 When performing a dynamic call to a ret-by-ref function, the reference should be unwrapped
18 var_dump($closure->call(new class {}, 42));
H A Dindirect_call_string_002.phpt2 Indirect call with empty class and/or method name.
13 // Test call using array syntax
17 // Test call using Class::method syntax.
H A Dexception_017.phpt27 Error: Cannot call abstract method C::foo() in %s:%d
37 Fatal error: Uncaught Error: Cannot call abstract method C::foo() in %s:%d
H A Dget_defined_vars.phpt31 /* Displaying various variable through the array captured by the get_defined_vars function call */
32 …splaying various variables through the array captured by the get_defined_vars function call ***\n";
64 *** Displaying various variables through the array captured by the get_defined_vars function call *…
H A Dfirst_class_callable_014.phpt2 First class callable with nullsafe method call (unrelated)
/php-src/Zend/
H A Dzend_compile.h602 #define ZEND_CALL_INFO(call) \ argument
603 Z_TYPE_INFO((call)->This)
608 #define ZEND_CALL_KIND(call) \ argument
609 ZEND_CALL_KIND_EX(ZEND_CALL_INFO(call))
627 #define ZEND_CALL_NUM_ARGS(call) \ argument
628 (call)->This.u2.num_args
637 #define ZEND_CALL_VAR(call, n) \ argument
638 ((zval*)(((char*)(call)) + ((int)(n))))
640 #define ZEND_CALL_VAR_NUM(call, n) \ argument
643 #define ZEND_CALL_ARG(call, n) \ argument
[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_closures_arginfo.h30 ZEND_METHOD(Closure, call);
37 ZEND_ME(Closure, call, arginfo_class_Closure_call, ZEND_ACC_PUBLIC)
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 …]
/php-src/ext/xsl/tests/
H A Dbug71571_a.phpt14 <xsl:call-template name="recurse"/>
18 <xsl:call-template name="recurse"/>
35 Warning: XSLTProcessor::transformToDoc(): runtime error: file %s line 8 element call-template in %s…
H A Dbug71571_b.phpt14 <xsl:call-template name="recurse"/>
19 <xsl:call-template name="recurse">
21 </xsl:call-template>
/php-src/ext/standard/tests/mail/
H A Dbug73203.phpt5 only function besides mb_send_mail() which allows to call php_escape_shell_cmd()
7 verify that the call succeeds.
/php-src/ext/phar/tests/
H A Dphar_oo_001.phpt50 string(50) "Cannot call method on an uninitialized Phar object"
51 string(29) "Cannot call constructor twice"
/php-src/Zend/tests/type_declarations/
H A Dstrict_nested.phpt22 public function call() {
34 public function call() {
/php-src/ext/curl/tests/
H A Dcurl_setopt_error.phpt10 echo "*** curl_setopt() call with incorrect parameters\n";
33 *** curl_setopt() call with incorrect parameters
/php-src/ext/mysqli/tests/
H A Dmysqli_query_stored_proc.phpt35 printf("[003] Cannot call SP, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
48 printf("[004] Cannot call SP, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
63 printf("[005] Cannot call SP, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
86 printf("[008] Cannot call SP, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
99 printf("[011] Cannot call SP, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
105 printf("[013] Cannot call SP, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
127 printf("[018] Cannot call SP, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
133 printf("[020] Cannot call SP, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dps_cursor_multiple_result_sets.phpt28 $stmt = $db->prepare("call testPs()");
43 $stmt = $db->prepare("call testPs()");
60 $stmt = $db->prepare("call testPs()");
/php-src/ext/opcache/tests/jit/
H A Dclosure_001.phpt29 var_dump($f->call($foo));
30 var_dump($f->call($foo));
/php-src/tests/lang/
H A Dengine_assignExecutionOrder_009.phpt10 echo "Function call args:\n";
26 Function call args:
/php-src/ext/mbstring/tests/
H A Dbug69079.phpt11 mb_substitute_character(0x3f); // Reset to '?', as the next call will fail
21 mb_substitute_character(0x63); // Reset to '?', as the next call will fail
/php-src/Zend/tests/stack_limit/
H A Dstack_limit_011.phpt51 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
52 Previous: Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_si…
/php-src/ext/spl/tests/
H A Dgh13685.phpt11 echo "--- Directly call fgetcsv ---\n";
43 --- Directly call fgetcsv ---
/php-src/ext/xmlreader/tests/
H A D003-get-errors.phpt33 // Test for call with an empty string argument
44 // Test for call by name for an attribute that doesn't exist
51 // Test for call by number for an attribute that doesn't exist
H A D003-move-errors.phpt33 // Test for call with an empty string argument
44 // Test for call by name for an attribute that doesn't exist
51 // Test for call by number for an attribute that doesn't exist

Completed in 57 milliseconds

12345678910>>...18