Home
last modified time | relevance | path

Searched refs:executed (Results 1 – 25 of 80) sorted by relevance

1234

/PHP-8.2/Zend/tests/
H A D002.phpt100 …($position) must be less than the number of the arguments passed to the currently executed function
101 …($position) must be less than the number of the arguments passed to the currently executed function
104 …($position) must be less than the number of the arguments passed to the currently executed function
106 …($position) must be less than the number of the arguments passed to the currently executed function
110 …($position) must be less than the number of the arguments passed to the currently executed function
112 …($position) must be less than the number of the arguments passed to the currently executed function
113 …($position) must be less than the number of the arguments passed to the currently executed function
117 …($position) must be less than the number of the arguments passed to the currently executed function
119 …($position) must be less than the number of the arguments passed to the currently executed function
H A Dgh9916-001.phpt10 print "Not executed";
15 print "Not executed";
19 print "Not executed";
H A Dgh9916-004.phpt11 print "Not executed\n";
14 print "Not executed\n";
19 print "Not executed";
H A Dgh9916-003.phpt13 print "Not executed\n";
19 print "Not executed\n";
27 print "Not executed";
H A Dgh15108-004.phpt9 var_dump("not executed");
14 var_dump("not executed");
27 var_dump("not executed");
H A Dgh9916-009.phpt10 print "Not executed\n";
14 print "Not executed\n";
19 print "Not executed\n";
H A Dgh9916-007.phpt26 print "Not executed\n";
41 print "Not executed\n";
48 print "Not executed";
H A Dgh9916-002.phpt9 print "Not executed\n";
14 print "Not executed";
H A Dgh15108-001.phpt12 var_dump("not executed");
25 var_dump("not executed");
H A Dgh15275-001.phpt12 var_dump("not executed");
25 var_dump("not executed");
H A Dgh15108-002.phpt12 var_dump("not executed");
29 var_dump("not executed");
H A Dgh15330-001.phpt12 var_dump("not executed");
25 var_dump("not executed");
H A Dgh15108-003.phpt12 var_dump("not executed");
27 var_dump("not executed");
H A Dgh15108-005.phpt12 var_dump("not executed");
34 var_dump("not executed");
H A Dbug32596.phpt21 echo "this is still executed\n";
26 this is still executed
H A Dgh15108-006.phpt12 var_dump("not executed");
37 var_dump("not executed");
H A Dgh15275-002.phpt16 var_dump("not executed");
41 var_dump("not executed");
H A Dgh9916-011.phpt14 print "Not executed\n";
29 print "Not executed\n";
H A Dgh15108-007.phpt12 var_dump("not executed");
39 var_dump("not executed");
H A Dgh15330-003.phpt12 var_dump("not executed");
34 var_dump("not executed");
/PHP-8.2/ext/soap/tests/bugs/
H A Dbug42151.phpt12 echo 'I never get executed.' . "\n";
17 echo 'I don\'t get executed either.' . "\n";
32 I don't get executed either.
/PHP-8.2/Zend/tests/nullsafe_operator/
H A D001.phpt19 var_dump(null?->bar(var_dump('Not executed')));
21 var_dump(null?->bar()->baz(var_dump('Not executed')));
28 var_dump($foo->null()?->bar(var_dump('Not executed')));
30 var_dump($foo->null()?->bar()->baz(var_dump('Not executed')));
37 var_dump($foo?->self(var_dump('Executed'))->null()?->bar(var_dump('Not executed')));
39 var_dump($foo?->self(var_dump('Executed'))->null()?->bar()->baz(var_dump('Not executed')));
/PHP-8.2/ext/pcntl/tests/
H A Dpcntl_skipif_user_env_rules.inc6 die("skip This test is not executed without environment variables USER/USERNAME");
11 die("skip This test is not executed with root user");
/PHP-8.2/ext/standard/tests/general_functions/
H A Dbug41037.phpt23 Registered tick function cannot be unregistered while it is being executed
26 Registered tick function cannot be unregistered while it is being executed
/PHP-8.2/ext/oci8/tests/
H A Dbug36403.phpt31 // Should generate an error: ORA-24338: statement handle not executed
32 // since the statement handle was only described and not executed

Completed in 25 milliseconds

1234