Home
last modified time | relevance | path

Searched refs:call (Results 51 – 75 of 397) sorted by relevance

12345678910>>...16

/PHP-7.3/Zend/
H A Dzend_generators.c41 call->func, in zend_generator_restore_call_stack()
42 ZEND_CALL_NUM_ARGS(call), in zend_generator_restore_call_stack()
51 call = call->prev_execute_data; in zend_generator_restore_call_stack()
52 } while (call); in zend_generator_restore_call_stack()
67 call = EX(call); in zend_generator_freeze_call_stack()
70 call = call->prev_execute_data; in zend_generator_freeze_call_stack()
71 } while (call); in zend_generator_freeze_call_stack()
76 call = EX(call); in zend_generator_freeze_call_stack()
88 call = new_call; in zend_generator_freeze_call_stack()
89 } while (call); in zend_generator_freeze_call_stack()
[all …]
H A Dzend_compile.h516 #define ZEND_CALL_INFO(call) \ argument
522 #define ZEND_CALL_KIND(call) \ argument
523 ZEND_CALL_KIND_EX(ZEND_CALL_INFO(call))
545 #define ZEND_CALL_NUM_ARGS(call) \ argument
546 (call)->This.u2.num_args
551 #define ZEND_CALL_VAR(call, n) \ argument
552 ((zval*)(((char*)(call)) + ((int)(n))))
554 #define ZEND_CALL_VAR_NUM(call, n) \ argument
557 #define ZEND_CALL_ARG(call, n) \ argument
558 ZEND_CALL_VAR_NUM(call, ((int)(n)) - 1)
[all …]
H A Dzend_vm_def.h3142 call->prev_execute_data = EX(call);
3143 EX(call) = call;
3282 call->prev_execute_data = EX(call);
3283 EX(call) = call;
3310 call->prev_execute_data = EX(call);
3311 EX(call) = call;
3366 EX(call) = call;
3440 EX(call) = call;
3473 EX(call) = call;
3505 EX(call) = call;
[all …]
/PHP-7.3/Zend/tests/traits/
H A Dno_static_arg_binding.phpt9 public static function call() {
24 C::call();
/PHP-7.3/Zend/tests/
H A Dclosure_060.phpt2 runtime cache must be invalidated for Closure::call()
18 $closure->call(new class(){}, null);
H A Dexception_017.phpt31 Exception: Cannot call abstract method C::foo() in %sexception_017.php on line %d
34 Exception: Cannot call abstract method C::foo()
36 Fatal error: Uncaught Error: Cannot call abstract method C::foo() in %sexception_017.php:%d
H A Dcall_with_refs.phpt2 Check call to non-ref function with call-time refs
H A Dbug68475.phpt18 // Test basic call using Class::method syntax.
29 // Test call with args.
32 // Test call with splat operator.
/PHP-7.3/ext/standard/tests/strings/
H A Dstripos_variation2.phpt123 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
126 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
130 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
133 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
137 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
140 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
144 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
147 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
238 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
241 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
H A Dstripos_variation1.phpt121 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
124 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
128 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
131 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
135 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
138 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
142 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
145 …edles will be interpreted as strings in the future. Use an explicit chr() call to preserve the cur…
/PHP-7.3/ext/mysqli/tests/
H A D052.phpt2 call statement after close
13 * statement call after close
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug77141.phpt20 $soap->call(1.1);
26 …xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:call><param0 xsi:type="xsd:float">1.1</param0></ns…
/PHP-7.3/tests/basic/
H A Dtimeout_variation_1.phpt15 echo "call";
25 call
H A Dtimeout_variation_9.phpt16 echo "call";
25 call
H A Dtimeout_variation_3.phpt15 echo "call", PHP_EOL;
23 call
H A Dtimeout_variation_4.phpt15 echo "call", PHP_EOL;
24 call
H A Dtimeout_variation_10.phpt16 echo "call";
25 call
H A Dtimeout_variation_5.phpt15 echo "call";
24 call
H A Dtimeout_variation_6.phpt15 echo "call";
24 call
/PHP-7.3/tests/output/
H A Dob_start_basic_006.phpt2 ob_start(): ensure multiple buffer initialization with a single call using arrays is not supported …
14 return "f[call:$i; len:$len] - $string\n";
28 return "C::g[call:$i; len:$len] - $string\n";
35 return "C::h[call:$i; len:$len; id:$this->id] - $string\n";
116 C::h[call:1; len:37; id:originalID] - bool(true)
122 C::h[call:2; len:37; id:changedID] - bool(true)
/PHP-7.3/ext/standard/tests/array/
H A Dusort_variation6.phpt47 echo "-- Array after call to usort() --\n";
53 echo "-- Array after call to usort() --\n";
62 -- Array after call to usort() --
126 -- Array after call to usort() --
/PHP-7.3/tests/func/
H A D004.phpt27 echo "Returned from function call...\n";
31 echo "Returned from function call...\n";
54 Returned from function call...
63 Returned from function call...
/PHP-7.3/ext/intl/tests/
H A Ddateformat_set_timezone_id2.phpt43 $res_str .= "\nAfter call to set_timezone_id : timezone_id= $timezone_id";
69 After call to set_timezone_id : timezone_id= America/New_York
74 After call to set_timezone_id : timezone_id= America/Los_Angeles
79 After call to set_timezone_id : timezone_id= America/Chicago
84 After call to set_timezone_id : timezone_id= America/Chicago
H A Ddateformat_set_timezone_id3.phpt42 $res_str .= "\nAfter call to set_timezone_id : timezone_id= $timezone_id";
68 After call to set_timezone_id : timezone_id= America/New_York
73 After call to set_timezone_id : timezone_id= America/Los_Angeles
78 After call to set_timezone_id : timezone_id= America/Chicago
83 After call to set_timezone_id : timezone_id= America/Chicago
/PHP-7.3/ext/calendar/tests/
H A Dunixtojd.phpt12 // putenv (basic_functions.c) does call tzset() when the env var being put is 'TZ'
13 // -adding a call direct to GetEnvironmentVariableA just before tzset() is called to check the…
14 // putting a call to date_default_timezone_set() here doesn't help
17 // -since putenv() is written to call tzset() when env var is TZ, I assume that putenv("TZ=UTC") …

Completed in 73 milliseconds

12345678910>>...16