Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-7.4/ext/oci8/tests/
H A Dbug51291_1.phpt15 echo "2nd call\n";
24 echo "2nd call\n";
34 echo "2nd call\n";
44 echo "2nd call\n";
156 2nd call
183 2nd call
210 2nd call
235 2nd call
263 2nd call after oci_rollback
291 2nd call after successful execute
[all …]
/PHP-7.4/Zend/tests/traits/
H A Dno_static_arg_binding.phpt9 public static function call() {
24 C::call();
/PHP-7.4/Zend/tests/
H A Dclosure_060.phpt2 runtime cache must be invalidated for Closure::call()
18 $closure->call(new class(){}, null);
H A Dbug68475.phpt18 // Test basic call using Class::method syntax.
29 // Test call with args.
32 // Test call with splat operator.
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));
/PHP-7.4/ext/mysqli/tests/
H A D052.phpt2 call statement after close
13 * statement call after close
/PHP-7.4/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.4/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.4/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() --
H A Darray_shift_variation5.phpt2 Test array_shift() function : usage variations - call recursively
11 * Use the result of one call to array_shift
12 * as the $stack argument of another call to array_shift()
/PHP-7.4/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.4/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.4/ext/intl/tests/
H A Ddateformat_set_timezone_id2.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
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.4/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()
43 Z_PTR(call->This)); in zend_generator_restore_call_stack()
48 call = call->prev_execute_data; in zend_generator_restore_call_stack()
49 } while (call); in zend_generator_restore_call_stack()
64 call = EX(call); in zend_generator_freeze_call_stack()
67 call = call->prev_execute_data; in zend_generator_freeze_call_stack()
68 } while (call); in zend_generator_freeze_call_stack()
73 call = EX(call); in zend_generator_freeze_call_stack()
85 call = new_call; in zend_generator_freeze_call_stack()
[all …]
H A Dzend_compile.h536 #define ZEND_CALL_INFO(call) \ argument
537 Z_TYPE_INFO((call)->This)
542 #define ZEND_CALL_KIND(call) \ argument
543 ZEND_CALL_KIND_EX(ZEND_CALL_INFO(call))
561 #define ZEND_CALL_NUM_ARGS(call) \ argument
562 (call)->This.u2.num_args
567 #define ZEND_CALL_VAR(call, n) \ argument
568 ((zval*)(((char*)(call)) + ((int)(n))))
570 #define ZEND_CALL_VAR_NUM(call, n) \ argument
573 #define ZEND_CALL_ARG(call, n) \ argument
[all …]
H A Dzend_vm_def.h3609 call->prev_execute_data = EX(call);
3610 EX(call) = call;
3750 call->prev_execute_data = EX(call);
3751 EX(call) = call;
3778 call->prev_execute_data = EX(call);
3779 EX(call) = call;
3834 EX(call) = call;
3909 EX(call) = call;
3942 EX(call) = call;
3973 EX(call) = call;
[all …]
/PHP-7.4/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") …
/PHP-7.4/ext/spl/tests/
H A Dbug73896.phpt6 public static function call($callable, array $args) {
13 Registrator::call('spl_autoload_register', [$this, 'autoload']);
/PHP-7.4/Zend/tests/type_declarations/
H A Dstrict_nested.phpt22 public function call() {
34 public function call() {
/PHP-7.4/ext/phar/tests/
H A Dphar_oo_001.phpt53 string(50) "Cannot call method on an uninitialized Phar object"
54 string(29) "Cannot call constructor twice"
/PHP-7.4/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-7.4/ext/xmlrpc/tests/
H A Dbug47818.phpt23 function call($req) {
32 $resp = $x->call(xmlrpc_encode_request('add', array(1, 2, 3)));

Completed in 76 milliseconds

12345678910>>...15