Home
last modified time | relevance | path

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

123

/PHP-8.0/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 Dbug32596.phpt21 echo "this is still executed\n";
26 this is still executed
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";
H A D020.phpt29 …($position) must be less than the number of the arguments passed to the currently executed function
H A Dinclude_stat_is_quiet.phpt2 Stats executed during include path resolution should be silent
/PHP-8.0/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.0/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.0/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-8.0/ext/oci8/tests/
H A Dbug36403.phpt33 // Should generate an error: ORA-24338: statement handle not executed
34 // since the statement handle was only described and not executed
/PHP-8.0/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-8.0/ext/opcache/tests/
H A Dpreload_007.phpt2 Handling of includes that were not executed
/PHP-8.0/ext/standard/tests/streams/
H A Dbug61019.phpt26 echo "External command executed\n";
72 External command executed
/PHP-8.0/Zend/tests/try/
H A Dtry_multicatch_005.phpt16 echo 'Should never be executed';
/PHP-8.0/ext/opcache/tests/jit/
H A Dbug77857.phpt2 Bug #77857 (Wrong result if executed with JIT)
/PHP-8.0/Zend/tests/generators/
H A Dbug71601.phpt2 Bug #71601 (finally block not executed after yield from)
/PHP-8.0/ext/reflection/tests/
H A DReflectionGenerator_in_Generator.phpt2 ReflectionGenerator while being currently executed
/PHP-8.0/sapi/cli/tests/
H A Dcli_process_title_windows.phpt14 // command "get-process" is executed using shell_exec, it overwrites the ConsoleTitle with
48 // the run-tests.php is executed forks a php.exe, which forks a cmd.exe, which then forks
/PHP-8.0/ext/phar/tests/
H A Dzf_test.phpt26 echo 'BlogApp is intended to be executed from a web browser\n';
/PHP-8.0/ext/pdo/tests/
H A Dbug_34630.phpt34 * executed */
/PHP-8.0/ext/pdo_sqlite/
H A Dsqlite_statement.c46 if (stmt->executed && !S->done) { in pdo_sqlite_stmt_execute()
82 if (stmt->executed && !S->done) { in pdo_sqlite_stmt_param_hook()
/PHP-8.0/sapi/phpdbg/
H A D.phpdbginit19 * This embedded PHP is executed at init time

Completed in 26 milliseconds

123