Searched refs:make (Results 1 – 25 of 147) sorted by relevance
123456
/PHP-5.6/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-5.6/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-5.6/ext/mbstring/libmbfl/ |
H A D | INSTALL | 6 make 7 make install
|
/PHP-5.6/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-5.6/ext/bcmath/libbcmath/ |
H A D | INSTALL | 4 make 5 make install
|
/PHP-5.6/ |
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 114 and "make test" will set the exit status ("$?") to non-zero, when an 146 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-5.6/ext/ereg/regex/ |
H A D | README | 16 -DUSEBCOPY will make utils.h substitute bcopy() for memmove(). 18 After that, "make r" will build regcomp.o, regexec.o, regfree.o, 22 "make lib" builds just the .o files for the actual routines (when 25 library or *.o ("make lib" makes sure there are no other .o files left
|
/PHP-5.6/sapi/webjames/ |
H A D | README | 25 $ make install 28 $ make
|
/PHP-5.6/travis/ |
H A D | compile.sh | 62 make -j2 --quiet 63 make install
|
/PHP-5.6/Zend/tests/ |
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-5.6/sapi/phpdbg/travis/ |
H A D | ci.sh | 11 make
|
/PHP-5.6/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-5.6/ext/mbstring/oniguruma/ |
H A D | README.ja | 34 2. make 35 3. make install 39 make uninstall 43 make atest
|
/PHP-5.6/pear/ |
H A D | install-pear.txt | 11 | # make install-su |
|
/PHP-5.6/sapi/pi3web/ |
H A D | README | 36 make 48 Run make in the Pi3Web /Source/PHP5 directory.
|
/PHP-5.6/ext/spl/tests/ |
H A D | bug64782.phpt | 2 Bug #64782: SplFileObject constructor make $context optional / give it a default value
|
/PHP-5.6/ext/standard/tests/array/ |
H A D | bug25359.phpt | 8 global $data; // Remove this line to make array_multisort() work
|
/PHP-5.6/ext/imap/tests/ |
H A D | skipif.inc | 4 // Change these to make tests run successfully
|
/PHP-5.6/ext/pcre/tests/ |
H A D | bug47229.phpt | 8 // make sure there's no regression in matching
|
Completed in 64 milliseconds
123456