Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 474) sorted by relevance

12345678910>>...19

/PHP-5.4/ext/reflection/tests/
H A Dbug63399.phpt6 public function run() {}
11 public function run() {}
18 Trait1::run as execute;
20 Trait2::run insteadof Trait1;
34 [execute] => Trait1::run
/PHP-5.4/sapi/roxen/
H A DTODO14run("/home/www/www.tx.pl/news/test.php",mapping[3],modules/scripting/php5.pike.PHPScript(),modules…
15 modules/scripting/php5.pike:169: run()
21 Php4.Interpreter->run: Tried to run a PHP-script from a PHP
23run("/home/www/biall.com.pl/index.php3",mapping[2],modules/scripting/php5.pike.PHPScript(),modules…
24 modules/scripting/php5.pike:169: run()
/PHP-5.4/
H A DREADME.TESTING6 at the end of a test run.
14 The easiest way to test your PHP build is to run "make test" from the
15 command line after successfully compiling. This will run the complete
25 "make test" basically executes "run-tests.php" script
44 NOTE: PHP binary executing "run-tests.php" and php binary used for
46 executing "run-tests.php" script, you may get errors.
59 "run-tests.php" ("make test"), without any arguments executes all
74 ./sapi/cli/php run-tests.php ext/mbstring/*
75 ./sapi/cli/php run-tests.php ext/mbstring/020.phpt
117 Example script to be run by cron(1):
[all …]
H A Dltmain.sh147 run=
515 --dry-run | -n)
516 run=:
908 $run $rm $removelist
959 $run $rm "$lobj"
989 $run $rm $removelist
1041 $run $rm $removelist
1061 $run $rm $removelist
4870 $run $rm $output
6621 $run eval "$cmd"
[all …]
H A DREADME.TESTING27 the original run-tests.php script. server-tests is *not* used by
9 testing PHP under it's primary environment, HTTP, and can run the
16 You can run 'php server-tests.php -h' to get all the possible options.
25 can be configured to run test scripts through an HTTP server running
41 1. run tests from the php source directory
44 2. run tests using cgi emulation
47 3. run tests over http, copying test files into document root
50 4. run tests over http, php sources have been aliased in web server
53 5. run tests using configuration file
56 6. run tests using configuration file, but overriding some settings:
[all …]
/PHP-5.4/Zend/tests/
H A Dbug62892.phpt7 public function run() {}
12 MyTrait::run as private;
H A Dclosure_003.phpt6 function run () {
24 run();
H A Dclosure_004.phpt6 function run () {
21 list ($lambda1, $lambda2) = run();
H A Dbug63468.phpt7 public function run()
27 var_dump($x->run());
H A Dbug34064.phpt16 function run()
26 $o->run();
H A Dbug48409.phpt46 public function run($x)
59 $runner->run(new AAA);
H A Doffset_array.phpt11 var_dump($arr["run away"]);
34 Notice: Undefined index: run away in %s on line %d
/PHP-5.4/ext/tidy/tests/
H A D027.phpt26 abstract public function run();
45 public function run() {
55 $instance->run();
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_set_local_infile_handler_new_query.phpt2 mysqli_set_local_infile_handler() - run new query on db link
41 printf("[Callback 001 - %03d] Cannot run query, [%d] %s\n",
69 [Callback 001 - 001] Cannot run query, [2014] Commands out of sync; you can't run this command now
H A Dmysqli_pconn_limits.phpt21 printf("[001] Cannot run query, [%d] %s\n",
33 printf("[003] Cannot run query, [%d] %s\n",
47 printf("[005] Cannot run query, [%d] %s\n",
60 printf("[007] Cannot run query, [%d] %s\n",
74 printf("[009] Cannot run query, [%d] %s\n",
H A Dskipifemb.inc4 die("skip test doesn't run with embedded server");
/PHP-5.4/ext/pdo_pgsql/tests/
H A Dbug66584.phpt26 run($pdo, [0 => 1, 2 => 165, 5 => 3]);
32run($pdo, json_decode('{"0":234,"1":165,"2":221,"3":207,"4":188,"5":216,"6":1150,"7":916,"8":967,"…
44 function run($pdo, $data)
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_info.phpt29 // lets hope we always run this in the same second as we did run the server info request...
31 printf("[004] Cannot run SHOW STATUS, [%s]\n", $db->errorCode());
/PHP-5.4/ext/standard/tests/file/
H A Dcopy_variation15.phpt6 die("skip do not run on Windows");
7 // Skip if being run by root (files are always readable, writeable and executable)
13 die('skip cannot be run as root');
H A Dcopy_variation9.phpt6 die("skip do not run on Windows");
8 // Skip if being run by root (files are always readable, writeable and executable)
14 die('skip cannot be run as root');
/PHP-5.4/ext/com_dotnet/tests/
H A Dbug49192.phpt18 // get an accurate test run. its better to just not run the test or expect it to fail.
/PHP-5.4/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");
116 [008] LOAD DATA not run?
/PHP-5.4/tests/run-test/
H A Dtest006.phpt5 // If this test fails ask the developers of run-test.php
/PHP-5.4/Zend/RFCs/
H A D003.txt60 the execution of a script as that function can not 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.4/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

Completed in 46 milliseconds

12345678910>>...19