Home
last modified time | relevance | path

Searched refs:out (Results 1 – 25 of 433) sorted by path

12345678910>>...18

/PHP-5.5/
H A D.gitignore119 tests/*/*.out
125 */tests/*.out
131 */tests/*/*.out
137 */*/tests/*.out
143 */*/tests/*/*.out
224 ext/sqlite/libsqlite/src/parse.out
H A DCODING_STANDARDS61 7. When commenting out code using a #if statement, do NOT use 0 only. Instead
63 git user foo. This allows easier tracking of why code was commented out,
H A DINSTALL163 you can't figure out why, see the Problems section.
789 page for all errors that could exist, leave the code parameter out.
1145 above files should be replaced or commented out.
1345 php.ini located alongside your PHP executable. To find out where your
1543 may be able to help you. You should check out the archive first, in
2014 to 1 so be sure the directive isn't commented out (with a ;).
H A DNEWS28 . Fixed bug #72519 (imagegif/output out-of-bounds access). (Pierre)
62 . Fixed bug #72298 (pass2_no_dither out-of-bounds access). (Stas)
103 . Fixed bug #72241 (get_icu_value_internal out-of-bounds read).
1135 . Fixed bug #67249 (printf out-of-bounds read). (Stas)
1136 . Fixed bug #67250 (iptcparse out-of-bounds read). (Stas)
1137 . Fixed bug #67252 (convert_uudecode out-of-bounds read). (Stas)
1307 . Fixed bug #66820 (out-of-bounds memory access in fileinfo)
2299 . Fixed bug #64529 (Ran out of opcode space). (Dmitry)
3435 param and out). (Laruence)
7429 - Optimized out a couple of per-request syscalls. (Rasmus)
[all …]
H A DREADME.EXT_SKEL117 which will leave out also all module specific stuff and write just function
H A DREADME.PARAMETER_PARSING_API62 L - long, limits out-of-range numbers to LONG_MAX/LONG_MIN (long)
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES26 because your code may start emitting E_WARNING out of the blue.
H A DREADME.RELEASE_PROCESS112 pointing out "the location of the release" and "the possible release date of
H A DREADME.STREAMS5 WARNING: some prototypes in this file are out of date.
211 to find out if a stream can be cast, without actually performing the cast, so
303 First, you need to figure out what data you need to associate with the
332 Once you have that part figured out, you can write your implementation and
351 /* pull out some data from the stream and put it in buf */
H A DREADME.TESTING88 ext/myext/tests/myext.out - output from test script (O)
89 ext/myext/tests/myext.diff - diff of .out and .exp (D)
H A DUPGRADING128 - MessageFormatter::format() and related functions now don't error out
/PHP-5.5/TSRM/
H A Dtsrm_win32.c464 HANDLE in, out; in popen_ex() local
496 if (!type_len || !CreatePipe(&in, &out, &security, 2048L)) { in popen_ex()
513 startup.hStdOutput = out; in popen_ex()
515 out = dupHandle(out, FALSE); in popen_ex()
558 CloseHandle(out); in popen_ex()
560 fno = _open_osfhandle((tsrm_intptr_t)out, _O_WRONLY | mode); in popen_ex()
/PHP-5.5/Zend/RFCs/
H A D001.txt118 that the amount of PHP applications that will work out of the box or
/PHP-5.5/Zend/
H A DZEND_CHANGES18 chance that the amount of PHP applications that will work out of
81 print "MyClass2::printHello() " . $this->Hello; /* Shouldn't print out anything */
88 print $obj->Hello; /* Shouldn't print out anything */
89 print $obj->Bar; /* Shouldn't print out anything */
90 print $obj->Foo; /* Shouldn't print out anything */
94 print $obj->Hello; /* Shouldn't print out anything */
95 print $obj->Bar; /* Shouldn't print out anything */
96 print $obj->Foo; /* Shouldn't print out anything */
1104 buffering and send out the buffered contents, ob_end_clean() to
/PHP-5.5/Zend/tests/
H A Dbug21478.phpt11 function filter($in, $out, &$consumed, $closing) {
14 stream_bucket_append($out, $bucket);
H A Dbug24635.phpt20 out($this->Comment); // this line doesn't crash PHP
21 out("\n<!-- End Section: " . $this->Comment . "-->"); // this line
24 function out($code) { return; }
H A Dbug27598.phpt5 list($out[0]) = array(1);
6 var_dump($out);
H A Dbug29896.phpt2 Bug #29896 (Backtrace argument list out of sync)
H A Dbug36006.phpt9 $this->dad = null; /* no segfault if this is commented out */
17 $this->son->dad = $this; /* no segfault if this is commented out */
H A Dbug39438.phpt41 $out=serialize($test);
H A Dbug47320.phpt2 Bug #47320 ($php_errormsg out of scope in functions)
H A Dns_024.phpt2 024: __NAMESPACE__ constant out of namespace
H A Dns_058.phpt2 058: Usage of 'namespace' in compound names (out of namespase)
H A Dobjects_026.phpt2 Using $this when out of context
H A Dtry_finally_005.phpt17 Fatal error: jump out of a finally block is disallowed in %stry_finally_005.php on line %d

Completed in 52 milliseconds

12345678910>>...18