Home
last modified time | relevance | path

Searched refs:run (Results 476 – 492 of 492) sorted by last modified time

1...<<11121314151617181920

/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dfrontcontroller18.phar.inc16 echo "oops did not run\n";
H A Dfrontcontroller19.phar8 echo "oops did not run\n";
H A Dfrontcontroller19.phar.inc22 echo "oops did not run\n";
H A Dfrontcontroller2.phar3 echo "oops did not run\n";
H A Dfrontcontroller2.phar.inc9 echo "oops did not run\n";
/PHP-5.5/ext/phar/phar/
H A Dclicommand.inc34 } elseif (!isset($this->cmds[$argv[1]]['run'])) {
87 call_user_func(array($this, $this->cmds[$command]['run']), $this->args);
138 return self::getSubFuncs($cmdclass, 'cli_cmd_', array('arg','inf','run'));
/PHP-5.5/ext/pdo/tests/
H A Dpdo_test.inc42 // on a previous run
/PHP-5.5/ext/opcache/tests/
H A Dissue0079.phpt12 public function run() {
31 var_dump ($t->run());
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt39 /* buffered result set - let's hope we do not run into PHP memory limit... */
124 /* try to respect php.ini but make run time a soft limit */
H A Dmysqli_change_user_get_lock.phpt17 // We need this little hack to be able to re-run the test
/PHP-5.5/Zend/tests/
H A Dgc_026.phpt2 GC 026: Automatic GC on request shutdown (GC enabled at run-time)
H A Dclosure_003.phpt6 function run () {
24 run();
H A Dclosure_004.phpt6 function run () {
21 list ($lambda1, $lambda2) = run();
/PHP-5.5/Zend/tests/generators/
H A Dbacktrace.phpt16 $gen->rewind(); // trigger run
H A Dgenerator_returns_generator.phpt7 // execution is suspended here, so the following never gets run:
/PHP-5.5/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 Drun_on_dtor.phpt2 finally is run on object dtor, not free

Completed in 17 milliseconds

1...<<11121314151617181920