Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-7.4/
H A D.gitattributes8 /run-tests.php ident
H A D.gitignore47 # Cache file(s) generated by Autoconf's configure when run as `configure -C`
175 /ext/*/run-tests.php
221 # Generated by `./run-tests.php` upon failure
235 # Files generated by `./run-tests.php -m` when checking for memory leaks
238 # Test results generated by `./run-tests.php`
241 # Temporary POST data placeholder files generated by `./run-tests.php`
H A D.travis.yml93 # Run PHPs run-tests.php
97 …- ./sapi/cli/php run-tests.php -P -d extension=`pwd`/modules/zend_test.so $(if [ $ENABLE_DEBUG == …
H A DCODING_STANDARDS.md63 not raise a run-time error about the function not existing. End users should
H A DNEWS581 . Fixed run-time binding of preloaded dynamically declared function. (Dmitry)
1091 . Fixed bug #79146 (cscript can fail to run on some systems). (clarodeus)
2459 . Redesigned the old ext_skel program written in PHP, run:
2612 . Fixed bug #77153 (imap_open allows to run arbitrary shell commands via
2806 . Implemented FR #62055 (Make run-tests.php support --CGI-- sections). (cmb)
H A DREADME.md57 Shall run `make` with a maximum of 4 concurrent jobs: Generally the maximum
63 successful compilation of the sources to run this test suite.
65 It is possible to run tests using multiple cores by setting `-jN` in
70 Shall run `make test` with a maximum of 4 concurrent jobs: Generally the maximum
H A DUPGRADING415 generated if/when the parent is accessed at run-time.
714 is executed, if it was to be run as root otherwise (which is not allowed
H A DUPGRADING.INTERNALS60 run-time or compile-time class declaration.
196 code that may change environ and may run concurrently with user code in ZTS
/PHP-7.4/TSRM/
H A Dthreads.m438 AC_MSG_ERROR(host_alias is not set. Make sure to run config.guess)
/PHP-7.4/Zend/tests/anon/
H A D014.phpt6 function run() {
13 var_dump($class->run());
/PHP-7.4/Zend/tests/
H A Dbug34064.phpt16 function run()
26 $o->run();
36 #0 %s(%d): XmlTest->run()
H A Dbug48409.phpt46 public function run($x)
59 $runner->run(new AAA);
H A Dbug60825.phpt4 run this with valgrind
H A Dbug62892.phpt7 public function run() {}
12 MyTrait::run as private;
H A Dbug63468.phpt7 public function run()
27 var_dump($x->run());
H A Dbug69446.phpt2 Bug #69446 (GC leak relating to removal of nested data after dtors run)
H A Dbug69446_2.phpt2 Bug #69446 (GC leak relating to removal of nested data after dtors run)
H A Dbug71622.phpt17 public static function run() {
25 Abc::run();
H A Dbug78010.phpt21 for ($i = 0; $i < 2; ++$i) { //This must run >=2 (increasing the number of elements in the array *2…
H A Dclass_name_as_scalar.phpt13 public static function run() {
46 Foo\Bar\Two::run(); // resolve runtime lookups
48 Foo\Bar\Three::run(); // resolve runtime lookups with inheritance
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_dyn_property.phpt9 function run() {
21 $test2->run();
H A Dforeach_shadowed_property.phpt9 function run() {
20 (new Test2)->run();
H A Dgc_026.phpt2 GC 026: Automatic GC on request shutdown (GC enabled at run-time)

Completed in 40 milliseconds

12345678910>>...18