Home
last modified time | relevance | path

Searched refs:make (Results 1 – 25 of 117) sorted by relevance

12345

/PHP-7.4/ext/dba/
H A Ddba_cdb.c53 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 Dmsgfmt_format.phpt16 …'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 Dmsgfmt_parse.phpt16 …'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 Dbug70262.phpt7 $array[] = 1; // make this not immutable
9 $extra = $array; // make the refcount == 2
14 $obj->arr = $array; // make the refcount == 3;
H A Dbug68370.phpt2 Bug #68370 "unset($this)" can make the program crash
H A Dinter_007.phpt20 Fatal error: Cannot make non static method c::B() static in class d in %s on line 4
H A Dbug78776.phpt28 Fatal error: Cannot make non static method A::createApp() static in class C in %s on line %d
H A Dbug68412.phpt2 Bug #68412 (Infinite recursion with __call can make the program crash/segfault)
/PHP-7.4/
H A DREADME.md48 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 Dbug70249.phpt9 …// 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 Dcompile.sh84 make "-j${MAKE_JOBS}" $MAKE_QUIET
85 make install
/PHP-7.4/azure/
H A Dcoverage_job.yml20 - script: make -j$(/usr/bin/nproc) >/dev/null
39 make gcovr-xml
H A Dcommunity_job.yml31 make -j2
32 sudo make install
37 - script: make -j$(/usr/bin/nproc) >/dev/null
40 sudo make install
H A Dinstall.yml4 sudo make install
/PHP-7.4/Zend/tests/assert/
H A Dexpect_006.phpt9 assert ($i < 100000, "The universe should make sense");
/PHP-7.4/pear/
H A Dinstall-pear.txt11 | # make install-su |
/PHP-7.4/ext/sysvmsg/tests/
H A D004.phpt17 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 Dbug64782.phpt2 Bug #64782: SplFileObject constructor make $context optional / give it a default value
/PHP-7.4/Zend/tests/arrow_functions/
H A D008.phpt6 // This doesn't make terribly much sense, but it works...
/PHP-7.4/ext/standard/tests/array/
H A Dbug25359.phpt8 global $data; // Remove this line to make array_multisort() work
/PHP-7.4/ext/pcre/tests/
H A Dbug47229.phpt8 // make sure there's no regression in matching
/PHP-7.4/ext/imap/tests/
H A Dskipif.inc4 // Change these to make tests run successfully
/PHP-7.4/ext/snmp/tests/
H A Dsnmpd.conf8 Do not enable them - being set here they make appropriate OID switch into r/o
/PHP-7.4/tests/classes/
H A Dstatic_mix_1.phpt24 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 Dbug68745.phpt2 Bug #68745 (Invalid HTTP requests make web server segfault)

Completed in 188 milliseconds

12345