Home
last modified time | relevance | path

Searched refs:running (Results 51 – 75 of 101) sorted by relevance

12345

/PHP-8.0/sapi/fpm/tests/
H A Dpool-apparmor-basic.phpt44 apparmor not running
H A Dsocket-uds-numeric-ugid-nonroot.phpt35 "'user' directive is ignored when FPM is not running as root",
H A Dtester.inc281 * Skip if running on Travis.
293 * Skip if not running as root.
298 die('skip not running as root');
303 * Skip if running as root.
308 die('skip running as root');
427 while (proc_get_status($masterProcess)['running']) {
/PHP-8.0/Zend/tests/
H A Dbug70805.phpt2 Bug #70805 (Segmentation faults whilst running Drupal 8 test suite)
/PHP-8.0/ext/zlib/tests/
H A Dbug60761.phpt13 // try to duplicate the original bug by running this as a CGI
/PHP-8.0/ext/standard/tests/streams/
H A Dbug61019.phpt40 } while($process_state['running']);
/PHP-8.0/tests/lang/
H A DforeachLoop.010.phpt16 // of running the 'destructor' on $container.
/PHP-8.0/ext/standard/tests/file/
H A Dftruncate_bug76422.phpt9 …// Add a bit of extra overhead for other processes, temporary files created while running tests, e…
/PHP-8.0/ext/imap/tests/
H A DREADME.md3 Many of the tests in this directory require a mail server to be running, if
/PHP-8.0/ext/standard/
H A Dproc_open.c364 int running = 1, signaled = 0, stopped = 0; in PHP_FUNCTION() local
382 running = wstatus == STILL_ACTIVE; in PHP_FUNCTION()
383 exitcode = running ? -1 : wstatus; in PHP_FUNCTION()
390 running = 0; in PHP_FUNCTION()
394 running = 0; in PHP_FUNCTION()
405 running = 0; in PHP_FUNCTION()
409 add_assoc_bool(return_value, "running", running); in PHP_FUNCTION()
/PHP-8.0/ext/phar/
H A Dphar_object.stub.php168 final public static function running(bool $returnPhar = true): string {} function in Phar
462 final public static function running(bool $returnPhar = true): string {} function in PharData
H A Dphar_object_arginfo.h417 ZEND_METHOD(Phar, running);
496 ZEND_ME(Phar, running, arginfo_class_Phar_running, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC|ZEND_ACC_FINAL)
557 …ZEND_MALIAS(Phar, running, running, arginfo_class_PharData_running, ZEND_ACC_PUBLIC|ZEND_ACC_STATI…
/PHP-8.0/
H A Dbuildconf32 installing Autoconf and running buildconf is not needed. For the PHP sources
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dbug69362.phpt28 // Peer authentication might prevent the test from properly running
H A Dbug62479.phpt28 // Peer authentication might prevent the test from properly running
/PHP-8.0/ext/ldap/tests/
H A DREADME.md53 Now you will have a virtual machine up and running on IP-Address `192.168.10.33`
60 Before running the LDAP-Tests you need to set some environment-variables:
/PHP-8.0/ext/snmp/tests/
H A DREADME.md6 * An SNMP server running.
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_ddl.phpt21 printf("[%03d] Expecting '%s'/%s got '%s'/%s when running '%s', [%s] %s\n",
H A Dpdo_mysql_exec_load_data.phpt39 printf("[%03d] Expecting '%s'/%s got '%s'/%s when running '%s', [%s] %s\n",
/PHP-8.0/sapi/cli/tests/
H A Dcli_process_title_windows.phpt17 // On older versions like Windows 7 though, running the command appends
/PHP-8.0/main/
H A Dphp_output.h139 php_output_handler *running; variable
/PHP-8.0/sapi/fuzzer/
H A DREADME.md21 When running `make` it creates these binaries in `sapi/fuzzer/`:
/PHP-8.0/sapi/cgi/
H A Dcgi_main.c2012 int running = 0; local
2040 fprintf(stderr, "Forking, %d running\n", running);
2063 running++;
2066 } while (parent && (running < children));
2075 running--;
2083 while (running > 0) {
2086 running--;
/PHP-8.0/sapi/litespeed/
H A Dlsapi_main.c1381 int running = 0; in start_children() local
1401 while((!s_stop )&&( running < children )) { in start_children()
1417 running++; in start_children()
1425 running--; in start_children()
/PHP-8.0/ext/oci8/tests/
H A Dconn_attr.inc44 …ppear to already have an edition in use that prevents this PHP test from running. Query DBA_EDITI…

Completed in 62 milliseconds

12345