/PHP-7.0/ext/dba/ |
H A D | dba_cdb.c | 55 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 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.0/ext/mbstring/libmbfl/ |
H A D | INSTALL | 6 make 7 make install
|
/PHP-7.0/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 %d
|
/PHP-7.0/ext/soap/ |
H A D | TODO.old | 2 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 D | TODO | 3 - 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 D | INSTALL | 4 make 5 make install
|
/PHP-7.0/ |
H A D | buildconf | 44 ${MAKE:-make} -s -f build/build.mk SUPPRESS_WARNINGS="" 46 ${MAKE:-make} -s -f build/build.mk
|
H A D | README.TESTING | 14 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 D | vcsclean | 4 ${MAKE:-make} -f build/build.mk gitclean-work
|
H A D | snapshot | 7 ${MAKE:-make} $flags -f build/build.mk snapshot
|
/PHP-7.0/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.0/travis/ |
H A D | compile.sh | 63 make -j2 --quiet 64 make install
|
/PHP-7.0/Zend/tests/assert/ |
H A D | expect_006.phpt | 9 assert ($i < 100000, "The universe should make sense");
|
/PHP-7.0/sapi/phpdbg/travis/ |
H A D | ci.sh | 11 make
|
/PHP-7.0/pear/ |
H A D | install-pear.txt | 11 | # make install-su |
|
/PHP-7.0/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.0/ext/mbstring/oniguruma/ |
H A D | README.ja | 34 2. make 35 3. make install 39 make uninstall 43 make atest
|
/PHP-7.0/ext/spl/tests/ |
H A D | bug64782.phpt | 2 Bug #64782: SplFileObject constructor make $context optional / give it a default value
|
/PHP-7.0/ext/standard/tests/array/ |
H A D | bug25359.phpt | 8 global $data; // Remove this line to make array_multisort() work
|
/PHP-7.0/ext/standard/tests/math/ |
H A D | mt_rand_value.phpt | 22 * checks to make sure that PHP's behaviour is wrong, but consistently so.
|
/PHP-7.0/ext/imap/tests/ |
H A D | skipif.inc | 4 // Change these to make tests run successfully
|