Home
last modified time | relevance | path

Searched refs:run (Results 26 – 50 of 542) sorted by relevance

12345678910>>...22

/PHP-5.6/Zend/tests/
H A Dclass_name_as_scalar.phpt13 public static function run() {
46 Foo\Bar\Two::run(); // resolve runtime lookups
48 Foo\Bar\Three::run(); // resolve runtime lookups with inheritance
H A Dgc_026.phpt2 GC 026: Automatic GC on request shutdown (GC enabled at run-time)
/PHP-5.6/ext/mysqli/tests/
H A Dskipifemb.inc4 die("skip test doesn't run with embedded server");
/PHP-5.6/tests/run-test/
H A Dtest006.phpt5 // If this test fails ask the developers of run-test.php
/PHP-5.6/ext/standard/tests/file/
H A D006_basic.phpt8 // Skip if being run by root
14 die('skip cannot be run as root');
H A Dis_readable_variation3.phpt7 // Skip if being run by root (files are always readable, writeable and executable)
13 die('skip cannot be run as root');
H A Dis_executable_variation3.phpt8 // Skip if being run by root (files are always readable, writeable and executable)
14 die('skip cannot be run as root');
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput32 It is not Perl-compatible. When run via RunTest, the locale is edited to
5 where the locale is called "french" and the tests are run using
/PHP-5.6/Zend/RFCs/
H A D003.txt60 the execution of a script as that function cannot be run and code
61 following could not reliably run.
67 Old code that does not take advantage of this will run without
/PHP-5.6/Zend/tests/generators/finally/
H A Drun_on_dtor.phpt2 finally is run on object dtor, not free
/PHP-5.6/ext/phar/tests/
H A Dfrontcontroller30.phpt11 oops did not run
H A Dwithphar.phpt2 Phar: phar run with pecl/phar with default stub
/PHP-5.6/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_ini.phpt10 die("skip Fix test to run in other environments as well!");
36 // we are lucky, we can run the test
H A Dpdo_mysql_exec_select.phpt42 …// question is: will the result set be cleaned up, will it be possible to run more queries on the …
63 …OStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you …
64 …OStatement::fetchAll(). Alternatively, if your code is only ever going to run against mysql, you …
/PHP-5.6/sapi/phpdbg/tests/commands/
H A D0106_compile.test17 run
/PHP-5.6/ext/mysql/tests/
H A Dmysql_query_load_data_openbasedir.phpt34 // run-tests, I love you for not allowing me to set ini settings dynamically
37 [008] LOAD DATA not run?
95 printf("[008] LOAD DATA not run?\n");
119 [008] LOAD DATA not run?
/PHP-5.6/win32/
H A Dtestsuite.dsp9 !MESSAGE use the Export Makefile command and run
107 $(IntDir)\php.exe -q ..\run-tests.php > ..\results.txt
122 $(IntDir)\php.exe -q ..\run-tests.php > ..\results.txt
137 $(IntDir)\php.exe -q ..\run-tests.php > ..\results.txt
/PHP-5.6/ext/phar/tests/cache_list/files/
H A Dfrontcontroller2.phar3 echo "oops did not run\n";
H A Dfrontcontroller.phar3 echo "oops did not run\n";
H A Dfrontcontroller5.phar3 echo "oops did not run\n";
/PHP-5.6/ext/phar/tests/files/
H A Dfrontcontroller2.phar3 echo "oops did not run\n";
H A Dfrontcontroller.phar3 echo "oops did not run\n";
/PHP-5.6/ext/phar/tests/cache_list/
H A Dfrontcontroller30.phpt13 oops did not run
/PHP-5.6/sapi/phpdbg/
H A D.travis.yml12 - ./php-src/sapi/cli/php php-src/sapi/phpdbg/tests/run-tests.php -diff2stdout --phpdbg php-src/sapi…
/PHP-5.6/Zend/tests/generators/
H A Dgenerator_returns_generator.phpt7 // execution is suspended here, so the following never gets run:

Completed in 27 milliseconds

12345678910>>...22