Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-7.4/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-7.4/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-7.4/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_dyn_property.phpt9 function run() {
21 $test2->run();
H A Dforeach_shadowed_property.phpt9 function run() {
20 (new Test2)->run();
H A Dbug71622.phpt17 public static function run() {
25 Abc::run();
H A Dbug48409.phpt46 public function run($x)
59 $runner->run(new AAA);
/PHP-7.4/Zend/tests/anon/
H A D014.phpt6 function run() {
13 var_dump($class->run());
/PHP-7.4/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-7.4/sapi/fpm/tests/
H A Dskipif.inc2 // Do not run on Windows
8 die('skip Refusing to run as root');
/PHP-7.4/ext/tidy/tests/
H A D027.phpt26 abstract public function run();
45 public function run() {
55 $instance->run();
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug72294.phpt28 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 Dbug66584.phpt27 run($pdo, [0 => 1, 2 => 165, 5 => 3]);
33run($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.4/ext/opcache/tests/
H A Dissue0079.phpt12 public function run() {
31 var_dump ($t->run());
H A Dbug77275.phpt19 public function run() {
29 (new Baz())->run();
/PHP-7.4/azure/
H A Dinstall.yml7 echo mysqli.default_socket=/var/run/mysqld/mysqld.sock > /etc/php.d/mysqli.ini
8 echo pdo_mysql.default_socket=/var/run/mysqld/mysqld.sock > /etc/php.d/pdo_mysql.ini
/PHP-7.4/build/
H A Dltmain.sh147 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 …]
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_pconn_limits.phpt21 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.4/Zend/tests/type_declarations/
H A Dtyped_properties_080.phpt11 static function run() {
30 Test::run();
/PHP-7.4/ext/sockets/tests/
H A Dsocket_create_listen-nobind.phpt13 die('SKIP Test cannot be run as root.');
17 die('SKIP Test cannot be run in environment that will allow binding to port 80 (azure)');

Completed in 39 milliseconds

12345678910>>...18