Searched refs:run (Results 1 – 25 of 431) sorted by relevance
12345678910>>...18
/PHP-8.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-8.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-8.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 | foreach_shadowed_property.phpt | 9 function run() { 20 (new Test2)->run();
|
H A D | foreach_shadowed_dyn_property.phpt | 9 function run() { 21 $test2->run();
|
H A D | bug71622.phpt | 17 public static function run() { 25 Abc::run();
|
/PHP-8.0/.github/actions/install-linux/ |
H A D | action.yml | 6 run: | 11 echo mysqli.default_socket=/var/run/mysqld/mysqld.sock > /etc/php.d/mysqli.ini 12 echo pdo_mysql.default_socket=/var/run/mysqld/mysqld.sock > /etc/php.d/pdo_mysql.ini
|
/PHP-8.0/.github/actions/install-linux-x32/ |
H A D | action.yml | 6 run: | 11 echo mysqli.default_socket=/var/run/mysqld/mysqld.sock > /etc/php.d/mysqli.ini 12 echo pdo_mysql.default_socket=/var/run/mysqld/mysqld.sock > /etc/php.d/pdo_mysql.ini
|
/PHP-8.0/Zend/tests/anon/ |
H A D | 014.phpt | 6 function run() { 13 var_dump($class->run());
|
/PHP-8.0/.github/actions/setup-oracle/ |
H A D | action.yml | 6 run: | 8 docker run \
|
/PHP-8.0/.github/actions/setup-mssql/ |
H A D | action.yml | 6 run: | 8 docker run \
|
/PHP-8.0/ext/standard/tests/ |
H A D | skipif_root.inc | 3 // Skip if being run by root (files are always readable, writeable and executable) 14 die('SKIP Cannot be run as root');
|
/PHP-8.0/sapi/fpm/tests/ |
H A D | skipif.inc | 2 // Do not run on Windows 8 die('skip Refusing to run as root');
|
/PHP-8.0/.github/actions/test-macos/ |
H A D | action.yml | 10 run: | 14 sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
|
/PHP-8.0/ext/tidy/tests/ |
H A D | 027.phpt | 26 abstract public function run(); 45 public function run() { 55 $instance->run();
|
/PHP-8.0/ext/opcache/tests/ |
H A D | issue0079.phpt | 12 public function run() { 31 var_dump ($t->run());
|
H A D | bug77275.phpt | 19 public function run() { 29 (new Baz())->run();
|
/PHP-8.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 | 26 run($pdo, [0 => 1, 2 => 165, 5 => 3]); 32 …run($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-8.0/build/ |
H A D | ltmain.sh | 147 run= 515 --dry-run | -n) 516 run=: 915 $run $rm $removelist 966 $run $rm "$lobj" 996 $run $rm $removelist 1048 $run $rm $removelist 1068 $run $rm $removelist 4883 $run $rm $output 6634 $run eval "$cmd" [all …]
|
Completed in 57 milliseconds
12345678910>>...18