Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-8.1/Zend/tests/generators/finally/
H A Dfinally_ran_on_close.phpt2 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 Dreturn_return.phpt18 echo "outer finally run\n";
27 $gen->rewind(); // force run
33 outer finally run
/PHP-8.1/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-8.1/.github/actions/install-linux/
H A Daction.yml6 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.1/Zend/tests/
H A Dbug34064.phpt16 function run()
26 $o->run();
36 #0 %s(%d): XmlTest->run()
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 Dforeach_shadowed_property.phpt9 function run() {
20 (new Test2)->run();
H A Dbug63468.phpt7 public function run()
27 var_dump($x->run());
H A Dforeach_shadowed_dyn_property.phpt9 function run() {
21 $test2->run();
H A Dbug71622.phpt17 public static function run() {
25 Abc::run();
/PHP-8.1/.github/actions/install-linux-x32/
H A Daction.yml6 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.1/Zend/tests/anon/
H A D014.phpt6 function run() {
13 var_dump($class->run());
/PHP-8.1/.github/actions/setup-windows/
H A Daction.yml7 run: |
12 run: |
16 run: |
/PHP-8.1/.github/actions/setup-mssql/
H A Daction.yml6 run: |
8 docker run \
/PHP-8.1/ext/tidy/tests/
H A D027.phpt26 abstract public function run();
45 public function run() {
55 $instance->run();
/PHP-8.1/ext/standard/tests/
H A Dskipif_root.inc3 // Skip if being run by root (files are always readable, writeable and executable)
14 die('SKIP Cannot be run as root');
/PHP-8.1/sapi/fpm/tests/
H A Dskipif.inc2 // Do not run on Windows
8 die('skip Refusing to run as root');
/PHP-8.1/ext/pdo_pgsql/tests/
H A Dbug72294.phpt30 public function run(PHPUnit_Framework_TestResult $result = null)
32 $result->run($this);
73 public function run( $test)
143 $test->run( $result );
145 $test->run( $result );
/PHP-8.1/build/
H A Dltmain.sh147 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 …]
/PHP-8.1/ext/opcache/tests/
H A Dissue0079.phpt12 public function run() {
31 var_dump ($t->run());
/PHP-8.1/.github/workflows/
H A Dnightly.yml217 run: |-
326 run: |
331 run: |
338 run: |
352 run: |
374 run: |
386 run: |
394 run: |
506 run: |
553 run: |
[all …]
/PHP-8.1/.github/actions/test-macos/
H A Daction.yml13 run: |
17 sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
/PHP-8.1/.github/actions/test-libmysqlclient/
H A Daction.yml9 run: |
18 sapi/cli/php run-tests.php -P -q \

Completed in 63 milliseconds

12345678910>>...18