Home
last modified time | relevance | path

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

12345678910>>...19

/php-src/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-src/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-src/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-src/.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-src/ext/dom/tests/
H A DDOMXPath_constructor_registered_functions.phpt25 echo "=== First run ===\n";
35 echo "=== Second run ===\n";
46 === First run ===
49 === Second run ===
/php-src/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 Dbug63468.phpt7 public function run()
27 var_dump($x->run());
/php-src/.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-src/Zend/tests/anon/
H A D014.phpt6 function run() {
13 var_dump($class->run());
/php-src/.github/actions/setup-windows/
H A Daction.yml7 run: |
12 run: |
16 run: |
/php-src/.github/workflows/
H A Dpush.yml89 run: |
214 run: |-
218 run: sudo make install
254 run: .github/scripts/windows/test.bat
270 run: |
288 run: |
308 run: |
318 run: |
332 run: php benchmark/benchmark.php true
335 run: |
[all …]
/php-src/.github/actions/setup-mssql/
H A Daction.yml6 run: |
8 docker run \
/php-src/ext/zip/tests/
H A Doo_close_empty.phpt13 function run($name, $keep) {
31 run($name, false);
32 run($name, true);
/php-src/Zend/tests/closures/
H A Dclosure_003.phpt6 function run () {
24 run();
H A Dclosure_004.phpt6 function run () {
21 list ($lambda1, $lambda2) = run();
/php-src/ext/tidy/tests/
H A D027.phpt26 abstract public function run();
45 public function run() {
55 $instance->run();
/php-src/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-src/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-src/Zend/tests/foreach/
H A Dforeach_shadowed_property.phpt9 function run() {
20 (new Test2)->run();
H A Dforeach_shadowed_dyn_property.phpt9 function run() {
23 $test2->run();
/php-src/sapi/fpm/tests/
H A Dskipif.inc2 // Do not run on Windows
8 die('skip Refusing to run as root');
/php-src/ext/pdo_pgsql/tests/
H A Dbug72294.phpt29 public function run(?PHPUnit_Framework_TestResult $result = null)
31 $result->run($this);
74 public function run( $test)
144 $test->run( $result );
146 $test->run( $result );
/php-src/ext/opcache/tests/
H A Dissue0079.phpt12 public function run() {
31 var_dump ($t->run());

Completed in 26 milliseconds

12345678910>>...19