Searched refs:run (Results 1 – 25 of 477) sorted by relevance
12345678910>>...20
/PHP-7.0/Zend/tests/generators/finally/ |
H A D | finally_ran_on_close.phpt | 2 finally is run even if a generator is closed mid-execution 13 echo "finally run\n"; 17 echo "second finally run\n"; 29 finally run 30 second finally run
|
H A D | return_return.phpt | 18 echo "outer finally run\n"; 27 $gen->rewind(); // force run 33 outer finally run
|
/PHP-7.0/ext/reflection/tests/ |
H A D | bug63399.phpt | 6 public function run() {} 11 public function run() {} 18 Trait1::run as execute; 20 Trait2::run insteadof Trait1; 34 [execute] => Trait1::run
|
/PHP-7.0/Zend/tests/ |
H A D | bug34064.phpt | 16 function run() 26 $o->run(); 36 #0 %s(%d): XmlTest->run()
|
H A D | bug62892.phpt | 7 public function run() {} 12 MyTrait::run as private;
|
H A D | closure_003.phpt | 6 function run () { 24 run();
|
H A D | closure_004.phpt | 6 function run () { 21 list ($lambda1, $lambda2) = run();
|
H A D | bug63468.phpt | 7 public function run() 27 var_dump($x->run());
|
H A D | bug71622.phpt | 17 public static function run() { 25 Abc::run();
|
H A D | bug48409.phpt | 46 public function run($x) 59 $runner->run(new AAA);
|
H A D | offset_array.phpt | 11 var_dump($arr["run away"]); 34 Notice: Undefined index: run away in %s on line %d
|
/PHP-7.0/ |
H A D | README.TESTING | 6 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 118 Example script to be run by cron(1): [all …]
|
H A D | ltmain.sh | 147 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 D | README.TESTING2 | 7 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-7.0/ext/pdo_pgsql/tests/ |
H A D | bug72294.phpt | 28 public function run(PHPUnit_Framework_TestResult $result = null) 30 $result->run($this); 71 public function run( $test) 141 $test->run( $result ); 143 $test->run( $result );
|
H A D | bug66584.phpt | 27 run($pdo, [0 => 1, 2 => 165, 5 => 3]); 33 …run($pdo, json_decode('{"0":234,"1":165,"2":221,"3":207,"4":188,"5":216,"6":1150,"7":916,"8":967,"… 45 function run($pdo, $data)
|
/PHP-7.0/ext/tidy/tests/ |
H A D | 027.phpt | 26 abstract public function run(); 45 public function run() { 55 $instance->run();
|
/PHP-7.0/ext/opcache/tests/ |
H A D | issue0079.phpt | 12 public function run() { 31 var_dump ($t->run());
|
/PHP-7.0/ext/mysqli/tests/ |
H A D | mysqli_pconn_limits.phpt | 21 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",
|
/PHP-7.0/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_attr_server_info.phpt | 29 // 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-7.0/ext/standard/tests/file/ |
H A D | copy_variation15.phpt | 6 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 D | copy_variation9.phpt | 6 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');
|
H A D | bug72035.phpt | 2 Bug #72035 php-cgi.exe fails to run scripts relative to drive root 23 /* Need to run CGI with the env reset. */
|
/PHP-7.0/ext/com_dotnet/tests/ |
H A D | bug49192.phpt | 18 // get an accurate test run. its better to just not run the test or expect it to fail.
|
/PHP-7.0/sapi/phpdbg/tests/ |
H A D | basic_run.phpt | 2 Basic run
|
Completed in 40 milliseconds
12345678910>>...20