Searched refs:make (Results 1 – 25 of 117) sorted by relevance
12345
/PHP-7.4/ext/dba/ |
H A D | dba_cdb.c | 53 int make; member 65 int make; in DBA_OPEN_FUNC() local 75 make = 0; in DBA_OPEN_FUNC() 87 make = 1; in DBA_OPEN_FUNC() 104 if (make) { in DBA_OPEN_FUNC() 109 cdb->make = make; in DBA_OPEN_FUNC() 154 if (cdb->make) in DBA_FETCH_FUNC() 183 if (!cdb->make) in DBA_UPDATE_FUNC() 198 if (cdb->make) in DBA_EXISTS_FUNC() 251 if (cdb->make) in DBA_FIRSTKEY_FUNC() [all …]
|
/PHP-7.4/ext/intl/tests/ |
H A D | msgfmt_format.phpt | 16 …'en_US' => "{0,number,integer} monkeys on {1,number,integer} trees make {2,number} monkeys per tre… 19 …'en_UK' => "{0,number,integer} monkeys on {1,number,integer} trees make {2,number} monkeys per tre… 50 '4,560 monkeys on 123 trees make 37.073 monkeys per tree' 51 '4,560 monkeys on 123 trees make 37.073 monkeys per tree' 62 '4,560 monkeys on 123 trees make 37.073 monkeys per tree' 63 '4,560 monkeys on 123 trees make 37.073 monkeys per tree'
|
H A D | msgfmt_parse.phpt | 16 …'en_US' => "{0,number,integer} monkeys on {1,number,integer} trees make {2,number} monkeys per tre… 19 …'en_UK' => "{0,number,integer} monkeys on {1,number,integer} trees make {2,number} monkeys per tre… 25 'en_US' => "4,560 monkeys on 123 trees make 37.073 monkeys per tree", 28 'en_UK' => "4,560 monkeys on 123 trees make 37.073 monkeys per tree", 29 'root' => "4,560 monkeys on 123 trees make 37.073 monkeys per tree",
|
/PHP-7.4/Zend/tests/ |
H A D | bug70262.phpt | 7 $array[] = 1; // make this not immutable 9 $extra = $array; // make the refcount == 2 14 $obj->arr = $array; // make the refcount == 3;
|
H A D | bug68370.phpt | 2 Bug #68370 "unset($this)" can make the program crash
|
H A D | inter_007.phpt | 20 Fatal error: Cannot make non static method c::B() static in class d in %s on line 4
|
H A D | bug78776.phpt | 28 Fatal error: Cannot make non static method A::createApp() static in class C in %s on line %d
|
H A D | bug68412.phpt | 2 Bug #68412 (Infinite recursion with __call can make the program crash/segfault)
|
/PHP-7.4/ |
H A D | README.md | 48 make [options] 50 *See `make -h` for make options.* 52 The `-j` option shall set the maximum number of jobs `make` can use for the 55 make -j4 57 Shall run `make` with a maximum of 4 concurrent jobs: Generally the maximum 62 PHP ships with an extensive test suite, the command `make test` is used after 68 make TEST_PHP_ARGS=-j4 test 70 Shall run `make test` with a maximum of 4 concurrent jobs: Generally the maximum 80 make install 82 Depending on your permissions and prefix, `make install` may need super user
|
/PHP-7.4/ext/standard/tests/general_functions/ |
H A D | bug70249.phpt | 9 …// make regular flush before other shutdown functions, which allows session data collection and so… 11 // make sure log entries written by shutdown functions are also flushed
|
/PHP-7.4/travis/ |
H A D | compile.sh | 84 make "-j${MAKE_JOBS}" $MAKE_QUIET 85 make install
|
/PHP-7.4/azure/ |
H A D | coverage_job.yml | 20 - script: make -j$(/usr/bin/nproc) >/dev/null 39 make gcovr-xml
|
H A D | community_job.yml | 31 make -j2 32 sudo make install 37 - script: make -j$(/usr/bin/nproc) >/dev/null 40 sudo make install
|
H A D | install.yml | 4 sudo make install
|
/PHP-7.4/Zend/tests/assert/ |
H A D | expect_006.phpt | 9 assert ($i < 100000, "The universe should make sense");
|
/PHP-7.4/pear/ |
H A D | install-pear.txt | 11 | # make install-su |
|
/PHP-7.4/ext/sysvmsg/tests/ |
H A D | 004.phpt | 17 echo "Set uid:\n"; // same as the running user to make it succeed 23 echo "Set gid:\n"; // same as the running user to make it succeed
|
/PHP-7.4/ext/spl/tests/ |
H A D | bug64782.phpt | 2 Bug #64782: SplFileObject constructor make $context optional / give it a default value
|
/PHP-7.4/Zend/tests/arrow_functions/ |
H A D | 008.phpt | 6 // This doesn't make terribly much sense, but it works...
|
/PHP-7.4/ext/standard/tests/array/ |
H A D | bug25359.phpt | 8 global $data; // Remove this line to make array_multisort() work
|
/PHP-7.4/ext/pcre/tests/ |
H A D | bug47229.phpt | 8 // make sure there's no regression in matching
|
/PHP-7.4/ext/imap/tests/ |
H A D | skipif.inc | 4 // Change these to make tests run successfully
|
/PHP-7.4/ext/snmp/tests/ |
H A D | snmpd.conf | 8 Do not enable them - being set here they make appropriate OID switch into r/o
|
/PHP-7.4/tests/classes/ |
H A D | static_mix_1.phpt | 24 Fatal error: Cannot make static method pass::show() non static in class fail in %s on line 10
|
/PHP-7.4/sapi/cli/tests/ |
H A D | bug68745.phpt | 2 Bug #68745 (Invalid HTTP requests make web server segfault)
|
Completed in 22 milliseconds
12345