Home
last modified time | relevance | path

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

12345

/PHP-7.2/ext/zip/tests/
H A Dbug51353.phpt9 /* This test might get very long depending on the mashine it's running on. Therefore
/PHP-7.2/ext/zlib/tests/
H A Dbug60761.phpt14 // try to duplicate the original bug by running this as a CGI
/PHP-7.2/ext/standard/tests/streams/
H A Dbug61019.phpt40 } while($process_state['running']);
/PHP-7.2/tests/lang/
H A DforeachLoop.010.phpt16 // of running the 'destructor' on $container.
/PHP-7.2/sapi/cgi/
H A DCHANGES17 running the CGI version with Apache
H A Dcgi_main.c2092 int running = 0; local
2120 fprintf(stderr, "Forking, %d running\n", running);
2143 running++;
2146 } while (parent && (running < children));
2155 running--;
2163 while (running > 0) {
2166 running--;
/PHP-7.2/ext/standard/tests/general_functions/
H A Dphp_uname_variation1.phpt6 * Description: Returns information about the operating system PHP is running on
H A Dphp_uname_error.phpt6 * Description: Returns information about the operating system PHP is running on
/PHP-7.2/ext/ldap/tests/
H A DREADME53 Now you will have a virtual machine up and running on IP-Address 192.168.10.33 listening on port 36…
57 Before running the LDAP-Tests you need to set some environment-variables:
/PHP-7.2/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-7.2/ext/snmp/tests/
H A DREADME6 - an SNMP server running.
/PHP-7.2/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",
H A Dpdo_mysql_prepare_load_data.phpt39 printf("[%03d] Expecting '%s'/%s got '%s'/%s when running '%s', [%s] %s\n",
/PHP-7.2/ext/sqlite3/
H A Dconfig0.m413 dnl when running phpize enable_maintainer_zts is not available
/PHP-7.2/
H A DREADME.TESTING225 can be configured to run test scripts through an HTTP server running
32 When running tests over http, tests that require ini settings different that what
H A DREADME.SUBMITTING_PATCH157 - Update git source just before running your final 'diff' and
165 running your PHP tests.
/PHP-7.2/sapi/cli/tests/
H A Dcli_process_title_windows.phpt17 // On older versions like Windows 7 though, running the command appends
/PHP-7.2/main/
H A Dphp_output.h143 php_output_handler *running; variable
/PHP-7.2/sapi/litespeed/
H A Dlsapi_main.c1421 int running = 0; in start_children() local
1441 while((!s_stop )&&( running < children )) { in start_children()
1457 running++; in start_children()
1465 running--; in start_children()
H A DREADME.md53 running on multiple backend servers. In such environment, lsphp can be
103 'graceful restart'. Now PHP is running with LiteSpeed SAPI.
/PHP-7.2/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…
/PHP-7.2/ext/pcre/pcrelib/
H A DREADME176 this case, on many systems, just running "./configure" is sufficient. However,
235 input can only either be ASCII or UTF-8/16/32, even when running on EBCDIC
308 Recursive function calls use up the runtime stack; running out of stack can
371 report is generated by running "make coverage". If ccache is installed on
374 running "make" to build PCRE. There is more information about coverage
603 running the "configure" script:
738 running the test, the script checks for the presence of this locale by running
741 is output to say why. If running this test produces instances of the error
934 RunTest a Unix shell script for running tests
997 RunTest.bat a script for running tests under Windows
/PHP-7.2/sapi/fpm/
H A Dphp-fpm.conf.in34 ; instances running on the same server, you can change the default value

Completed in 61 milliseconds

12345