Searched refs:run (Results 201 – 225 of 492) sorted by relevance
12345678910>>...20
/PHP-7.2/ext/standard/tests/mail/ |
H A D | mail_basic3.phpt | 8 die("skip Won't run on Windows");
|
H A D | mail_basic4.phpt | 8 die("skip Won't run on Windows");
|
H A D | mail_basic5.phpt | 8 die("skip Won't run on Windows");
|
H A D | mail_variation1.phpt | 8 die("skip Won't run on Windows");
|
H A D | bug51604.phpt | 9 die("skip Won't run on Windows");
|
/PHP-7.2/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_fetchobject.phpt | 15 die("skip: Test cannot be run with SQL mode ANSI"); 18 die("skip: Test cannot be run with SQL mode ANSI");
|
/PHP-7.2/ext/standard/tests/file/ |
H A D | mkdir_rmdir_variation2.phpt | 8 // Skip if being run by root (files are always readable, writeable and executable) 14 die('skip cannot be run as root');
|
H A D | bug24482.phpt | 12 // run this test in ext/standard/tests (see bug #64714)
|
H A D | unlink_variation1.phpt | 8 // Skip if being run by root (files are always readable, writeable and executable) 14 die('skip cannot be run as root');
|
/PHP-7.2/ext/openssl/tests/ |
H A D | bug68265.phpt | 39 ServerClientTestCase::getInstance()->run($clientCode, $serverCode);
|
H A D | bug73072.phpt | 43 ServerClientTestCase::getInstance()->run($clientCode, $serverCode);
|
H A D | tlsv1.0_wrapper.phpt | 44 ServerClientTestCase::getInstance()->run($clientCode, $serverCode);
|
H A D | tlsv1.1_wrapper.phpt | 44 ServerClientTestCase::getInstance()->run($clientCode, $serverCode);
|
H A D | tlsv1.2_wrapper.phpt | 44 ServerClientTestCase::getInstance()->run($clientCode, $serverCode);
|
/PHP-7.2/ext/pgsql/tests/ |
H A D | 00version.phpt | 8 // Execute run-test.php with --keep-all to get version string in 00version.log or 00version.out
|
/PHP-7.2/ext/zlib/tests/ |
H A D | gzencode_variation2.phpt | 7 die("skip.. Do not run on Windows");
|
/PHP-7.2/sapi/phpdbg/tests/ |
H A D | run_002.phpt | 2 Stdin and escaped args being passed to run command
|
/PHP-7.2/ext/sockets/tests/ |
H A D | socket_set_option_error_socket_option.phpt | 16 die('SKIP Test cannot be run as root.');
|
/PHP-7.2/sapi/cgi/ |
H A D | README.FastCGI | 14 There are two ways to run the resulting 'php' binary after the fastcgi 17 1) Configure your web server to run the PHP binary itself. 28 To run this way, you must start the PHP binary running by giving it an IP 78 php to run under mod_fastcgi as a dynamic server. 114 Be sure to run the php binary as an appropriate userid. Also, firewall out
|
/PHP-7.2/win32/build/ |
H A D | Makefile | 177 …$(DEBUGGER_CMD) $(DEBUGGER_ARGS) "$(BUILD_DIR)\php.exe" -d open_basedir= -d output_buffering=0 run… 179 run: set-tmp-env target 183 …P_TEST_INI_PATH) -d open_basedir= -d output_buffering=0 -d memory_limit=-1 run-tests.php -p "$(BUI… 185 run: set-tmp-env target 229 @copy run-tests.php $(BUILD_DIR_DEV)\script\ /y >nul
|
/PHP-7.2/ext/standard/tests/dir/ |
H A D | dir_variation7.phpt | 8 // Skip if being run by root (files are always readable, writeable and executable) 14 die('skip...cannot be run as root\n');
|
H A D | opendir_variation5.phpt | 8 // Skip if being run by root (files are always readable, writeable and executable) 14 die('skip...cannot be run as root\n');
|
H A D | scandir_variation5.phpt | 8 // Skip if being run by root (files are always readable, writeable and executable) 14 die('skip...cannot be run as root\n');
|
H A D | scandir_variation7.phpt | 8 // Skip if being run by root (files are always readable, writeable and executable) 14 die('skip...cannot be run as root\n');
|
/PHP-7.2/ext/oci8/tests/ |
H A D | drcp_privileged.phpt | 11 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA use… 29 die('skip cannot run test using a PDB');
|
Completed in 39 milliseconds
12345678910>>...20