Home
last modified time | relevance | path

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

123456

/PHP-7.0/ext/dba/
H A Ddba_cdb.c55 int make; member
67 int make; in DBA_OPEN_FUNC() local
77 make = 0; in DBA_OPEN_FUNC()
89 make = 1; in DBA_OPEN_FUNC()
106 if (make) { in DBA_OPEN_FUNC()
111 cdb->make = make; in DBA_OPEN_FUNC()
156 if (cdb->make) in DBA_FETCH_FUNC()
185 if (!cdb->make) in DBA_UPDATE_FUNC()
200 if (cdb->make) in DBA_EXISTS_FUNC()
253 if (cdb->make) in DBA_FIRSTKEY_FUNC()
[all …]
/PHP-7.0/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.0/ext/mbstring/libmbfl/
H A DINSTALL6 make
7 make install
/PHP-7.0/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 %d
/PHP-7.0/ext/soap/
H A DTODO.old2 make sure soap 1.1 and 1.2 is supported fully
5 make internal references for soap encoding (use serialization logic)
14 make the 'soap' packet abstract.. maybe incorperate xml-rpc
15 make the transport layer abstract.. what other transport layers are needed?... who uses smtp? what …
16 make $soap_object->data = 'text'; maybe invoke a set_*() and/or get_*() method
26 make php-soap work as a standalone server using php_streams and the new socket extension
H A DTODO3 - make sure soapserver.map(), soap_encode_to_xml() and soap_encode_to_zval() are really need
12 - make sure soap 1.1 and 1.2 are supported fully
44 ? make internal references for soap encoding (use serialization logic)???
/PHP-7.0/ext/bcmath/libbcmath/
H A DINSTALL4 make
5 make install
/PHP-7.0/
H A Dbuildconf44 ${MAKE:-make} -s -f build/build.mk SUPPRESS_WARNINGS=""
46 ${MAKE:-make} -s -f build/build.mk
H A DREADME.TESTING14 The easiest way to test your PHP build is to run "make test" from the
19 type "make test" to execute all or some test scripts saved under
23 make test
25 "make test" basically executes "run-tests.php" script
33 [Which "php" executable "make test" look for]
39 If you run the tests using make test, the PHP CLI and CGI executables are
51 "make test" uses the same php.ini file as it would once installed.
59 "run-tests.php" ("make test"), without any arguments executes all
115 and "make test" will set the exit status ("$?") to non-zero, when an
147 REPORT_EXIT_STATUS is set. The result of "make test" may be higher
[all …]
H A Dvcsclean4 ${MAKE:-make} -f build/build.mk gitclean-work
H A Dsnapshot7 ${MAKE:-make} $flags -f build/build.mk snapshot
/PHP-7.0/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.0/travis/
H A Dcompile.sh63 make -j2 --quiet
64 make install
/PHP-7.0/Zend/tests/assert/
H A Dexpect_006.phpt9 assert ($i < 100000, "The universe should make sense");
/PHP-7.0/sapi/phpdbg/travis/
H A Dci.sh11 make
/PHP-7.0/pear/
H A Dinstall-pear.txt11 | # make install-su |
/PHP-7.0/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.0/ext/mbstring/oniguruma/
H A DREADME.ja34 2. make
35 3. make install
39 make uninstall
43 make atest
/PHP-7.0/ext/spl/tests/
H A Dbug64782.phpt2 Bug #64782: SplFileObject constructor make $context optional / give it a default value
/PHP-7.0/ext/standard/tests/array/
H A Dbug25359.phpt8 global $data; // Remove this line to make array_multisort() work
/PHP-7.0/ext/standard/tests/math/
H A Dmt_rand_value.phpt22 * checks to make sure that PHP's behaviour is wrong, but consistently so.
/PHP-7.0/ext/imap/tests/
H A Dskipif.inc4 // Change these to make tests run successfully

Completed in 38 milliseconds

123456