Home
last modified time | relevance | path

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

12345678910>>...19

/PHP-8.2/ext/mysqli/tests/
H A Dgh12107.phpt23 echo "Start or run 1\n";
30 echo "End of run 1\n";
32 echo "Start or run 2\n";
37 echo "End of run 2\n";
52 Start or run 1
55 End of run 1
56 Start or run 2
59 End of run 2
/PHP-8.2/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.2/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.2/.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.2/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 Dbug63468.phpt7 public function run()
27 var_dump($x->run());
H A Dforeach_shadowed_property.phpt9 function run() {
20 (new Test2)->run();
H A Dforeach_shadowed_dyn_property.phpt9 function run() {
23 $test2->run();
H A Dbug71622.phpt17 public static function run() {
25 Abc::run();
/PHP-8.2/.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.2/Zend/tests/anon/
H A D014.phpt6 function run() {
13 var_dump($class->run());
/PHP-8.2/.github/actions/setup-windows/
H A Daction.yml7 run: |
12 run: |
16 run: |
/PHP-8.2/.github/actions/setup-mssql/
H A Daction.yml6 run: |
8 docker run \
/PHP-8.2/ext/tidy/tests/
H A D027.phpt26 abstract public function run();
45 public function run() {
55 $instance->run();
/PHP-8.2/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.2/win32/build/
H A DMakefile.phpize47 …UGGER_ARGS) "$(PHP_PREFIX)\php.exe" -d open_basedir= -d output_buffering=0 run-tests.php -p "$(PHP…
49 run: set-tmp-env
53 …FIX)\php.exe" -n -d open_basedir= -d output_buffering=0 -d memory_limit=-1 run-tests.php -p "$(PHP…
55 run: set-tmp-env
/PHP-8.2/sapi/fpm/tests/
H A Dskipif.inc2 // Do not run on Windows
8 die('skip Refusing to run as root');
/PHP-8.2/ext/pdo_pgsql/tests/
H A Dbug72294.phpt30 public function run(PHPUnit_Framework_TestResult $result = null)
32 $result->run($this);
75 public function run( $test)
145 $test->run( $result );
147 $test->run( $result );
/PHP-8.2/ext/opcache/tests/
H A Dissue0079.phpt12 public function run() {
31 var_dump ($t->run());
/PHP-8.2/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.2/.github/actions/test-macos/
H A Daction.yml13 run: |
17 sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \

Completed in 36 milliseconds

12345678910>>...19