Home
last modified time | relevance | path

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

123456

/PHP-5.5/
H A Dvcsclean4 ${MAKE:-make} -f build/build.mk cvsclean-work
6 ${MAKE:-make} -f build/build.mk svnclean-work
8 ${MAKE:-make} -f build/build.mk gitclean-work
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
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 Dsnapshot7 ${MAKE:-make} $flags -f build/build.mk snapshot
H A Dmakerpm78 make
98 make clean
99 make
/PHP-5.5/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-5.5/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-5.5/ext/mbstring/libmbfl/
H A DINSTALL6 make
7 make install
/PHP-5.5/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-5.5/ext/bcmath/libbcmath/
H A DINSTALL4 make
5 make install
/PHP-5.5/ext/ereg/regex/
H A DREADME16 -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.5/sapi/webjames/
H A DREADME25 $ make install
28 $ make
/PHP-5.5/travis/
H A Dcompile.sh54 make -j2 --quiet
55 make install
/PHP-5.5/Zend/tests/
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-5.5/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-5.5/ext/mbstring/oniguruma/
H A DREADME.ja34 2. make
35 3. make install
39 make uninstall
43 make atest
/PHP-5.5/pear/
H A Dinstall-pear.txt11 | # make install-su |
/PHP-5.5/sapi/pi3web/
H A DREADME36 make
48 Run make in the Pi3Web /Source/PHP5 directory.
/PHP-5.5/ext/spl/tests/
H A Dbug64782.phpt2 Bug #64782: SplFileObject constructor make $context optional / give it a default value
/PHP-5.5/ext/standard/tests/array/
H A Dbug25359.phpt8 global $data; // Remove this line to make array_multisort() work
/PHP-5.5/ext/imap/tests/
H A Dskipif.inc4 // Change these to make tests run successfully
/PHP-5.5/ext/pcre/tests/
H A Dbug47229.phpt8 // make sure there's no regression in matching

Completed in 57 milliseconds

123456