Home
last modified time | relevance | path

Searched refs:running (Results 26 – 50 of 101) sorted by relevance

12345

/PHP-8.0/ext/opcache/tests/
H A Dbug65559.phpt2 Bug #65559 (cache not cleared if changes occur while running)
/PHP-8.0/Zend/tests/generators/
H A Dgc_running_generator.phpt2 GC on running generator
H A Dyield_from_already_running.phpt2 Yielding from the already running Generator should fail (bug #69458)
/PHP-8.0/ext/opcache/tests/jit/
H A Dbug80447.phpt2 Bug #80447 (Strange out of memory error when running with JIT)
/PHP-8.0/Zend/tests/
H A Dbug70805_2.phpt2 Bug #70805 (Segmentation faults whilst running Drupal 8 test suite) (Memleak)
H A Dbug70805_1.phpt2 Bug #70805 (Segmentation faults whilst running Drupal 8 test suite) (Crash)
/PHP-8.0/ext/phar/tests/
H A Dphar_unlinkarchive.phpt74 Phar::unlinkArchive(Phar::running(false));
76 var_dump(Phar::running(false));
77 include Phar::running(true) . "/another.php";
/PHP-8.0/ext/pdo_firebird/tests/
H A Dpayload_test.phpt16 // no need to change the credentials; we're running against a fake server
H A Dbug_76452.phpt11 // no need to change the credentials; we're running against a falke server
H A Dbug_76448.phpt14 // no need to change the credentials; we're running against a falke server
H A Dbug_76449.phpt14 // no need to change the credentials; we're running against a fake server
H A Dbug_76450.phpt14 // no need to change the credentials; we're running against a fake server
/PHP-8.0/sapi/cli/tests/
H A Dsapi_windows_set_ctrl_handler.phpt51 while(proc_get_status($proc)["running"] && $max > $total) {
57 if ($status["running"]) {
H A D013.phpt2 running PHP code before and after processing input lines with -B and -E
/PHP-8.0/ext/standard/tests/general_functions/
H A Dbug70249.phpt2 Bug #70249 (Segmentation fault while running PHPUnit tests on phpBB 3.2-dev)
H A Dbug39322.phpt32 ["running"]=>
/PHP-8.0/main/
H A Doutput.c186 OG(running) = NULL; in php_output_deactivate()
240 | (OG(running)? PHP_OUTPUT_LOCKED : 0) in php_output_get_status()
687 if (OG(running)) { in php_output_handler_hook()
690 *(void ***) arg = &OG(running)->opaq; in php_output_handler_hook()
693 *(int *) arg = OG(running)->flags; in php_output_handler_hook()
696 *(int *) arg = OG(running)->level; in php_output_handler_hook()
702 OG(running)->flags |= PHP_OUTPUT_HANDLER_DISABLED; in php_output_handler_hook()
778 if (op && OG(active) && OG(running)) { in php_output_lock_error()
908 return OG(running) ? 1 : 0; in php_output_handler_append()
959 OG(running) = handler; in php_output_handler_op()
[all …]
/PHP-8.0/sapi/phpdbg/tests/
H A Dclean_001.phpt36 prompt> [Not running]
/PHP-8.0/Zend/
H A Dzend_signal.c101 if (EXPECTED(SIGG(running) == 0)) { in zend_signal_handler_defer()
102 SIGG(running) = 1; in zend_signal_handler_defer()
116 SIGG(running) = 0; in zend_signal_handler_defer()
357 SIGG(running) = 0; in zend_signal_deactivate()
H A Dzend_signal.h57 int running; /* in signal handler execution */ member
/PHP-8.0/sapi/fpm/tests/
H A Dbug68391-conf-include-order.phpt32 $userMessage = "'user' directive is ignored when FPM is not running as root";
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_select.phpt17 printf("[%03d] Expecting '%s'/%s got '%s'/%s when running '%s', [%s] %s\n",
64 [006] Expecting '1'/integer got ''/boolean when running 'INSERT INTO test(id, col1) VALUES (2, 'b')…
/PHP-8.0/ext/standard/tests/array/
H A Dbug24980.phpt2 Bug #24980 (array_reduce() uses first element as default running total)
/PHP-8.0/ext/mysqli/tests/
H A DREADME.md8 …elete them when testing is complete. Creating a dedicated table prior to running the tests is unne…
/PHP-8.0/ext/zip/tests/
H A Dbug51353.phpt9 /* This test might get very long depending on the mashine it's running on. Therefore

Completed in 53 milliseconds

12345