Home
last modified time | relevance | path

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

123

/php-src/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 Dgh9916-007.phpt26 print "Not executed\n";
41 print "Not executed\n";
48 print "Not executed";
H A Dgh9916-009.phpt10 print "Not executed\n";
14 print "Not executed\n";
19 print "Not executed\n";
H A Dgh9916-002.phpt9 print "Not executed\n";
14 print "Not executed";
H A Dbug32596.phpt21 echo "this is still executed\n";
26 this is still executed
H A Dgh9916-011.phpt14 print "Not executed\n";
29 print "Not executed\n";
H A Dbug79948.phpt7 echo "Should not be executed.\n";
H A Dexit_finally_1.phpt15 echo "Not executed\n";
H A Dexit_finally_2.phpt16 echo "Not executed\n";
/php-src/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-src/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-src/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-src/Zend/tests/stack_limit/
H A Dstack_limit_007.phpt23 // We should not enter the catch block if we haven't executed at
25 printf("Try executed: %d\n", $tryExecuted ?? 0);
45 Try executed: 1
/php-src/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
H A Dob_get_flush_error.phpt9 // No ob_start() executed
/php-src/ext/standard/tests/streams/
H A Dbug61019.phpt26 echo "External command executed\n";
72 External command executed
/php-src/ext/opcache/tests/
H A Dpreload_007.phpt2 Handling of includes that were not executed
/php-src/tests/lang/
H A Dfunc_get_arg.004.phpt18 …($position) must be less than the number of the arguments passed to the currently executed function
H A Dfunc_get_arg_variation.phpt26 …($position) must be less than the number of the arguments passed to the currently executed function
/php-src/ext/opcache/tests/jit/
H A Dbug77857.phpt2 Bug #77857 (Wrong result if executed with JIT)
/php-src/Zend/tests/try/
H A Dtry_multicatch_005.phpt16 echo 'Should never be executed';
/php-src/Zend/tests/generators/
H A Dbug71601.phpt2 Bug #71601 (finally block not executed after yield from)

Completed in 22 milliseconds

123