Home
last modified time | relevance | path

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

12345678910>>...17

/PHP-7.4/
H A D.gitignore223 **/tests/**/*.out*
H A DCODING_STANDARDS.md56 8. When commenting out code using a `#if` statement, do NOT use `0` only.
59 commented out, especially in bundled libraries.
H A DCONTRIBUTING.md109 can check the XML source out from Subversion and edit that and build it
H A DNEWS491 . Fixed bug #80402 (configure filtering out -lpthread). (Nikita)
1309 . Fixed bug #78833 (Integer overflow in pack causes out-of-bound access).
2386 . Fixed bug #77184 (Unsigned rational numbers are written out as signed
2452 . Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()). (cmb)
2453 . Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code). (Stas)
2461 thus making it work on Windows out of the box. (Kalle)
/PHP-7.4/TSRM/
H A Dtsrm_win32.c455 HANDLE in, out; in popen_ex() local
508 if (!type_len || !CreatePipe(&in, &out, &security, 2048L)) { in popen_ex()
528 startup.hStdOutput = out; in popen_ex()
530 out = dupHandle(out, FALSE); in popen_ex()
582 CloseHandle(out); in popen_ex()
584 fno = _open_osfhandle((tsrm_intptr_t)out, _O_WRONLY | mode); in popen_ex()
/PHP-7.4/Zend/tests/
H A Dbug21478.phpt6 function filter($in, $out, &$consumed, $closing) {
9 stream_bucket_append($out, $bucket);
H A Dbug24635.phpt18 out($this->Comment); // this line doesn't crash PHP
19 out("\n<!-- End Section: " . $this->Comment . "-->"); // this line
22 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 Dbug71196.phpt2 Bug #71196 (Memory leak with out-of-order live ranges)
H A Dbug71529.phpt7 $a[] = &$a[out(count($a) - 1)];
10 function out($what) {
H A Dbug78406.phpt13 public function filter($in, $out, &$consumed, $closing)
27 stream_bucket_append($out, $bucket);
H A Dexception_020.phpt2 Test that the original class name is present in the error out when extending ErrorException
H A Dgc_033.phpt13 /* remove the self-reference array out of roots */
H A Dgc_039.phpt9 $out = new stdClass;
10 $out->x = $out;
11 mb_parse_str("a=b", $out);
H A Dloop_free_on_return.phpt2 Break out of while loop that is followed by a return statement and inside a foreach loop
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
/PHP-7.4/Zend/tests/try/
H A Dtry_finally_005.phpt17 Fatal error: jump out of a finally block is disallowed in %stry_finally_005.php on line %d
H A Dtry_finally_007.phpt22 Fatal error: jump out of a finally block is disallowed in %stry_finally_007.php on line %d
H A Dtry_finally_008.phpt21 Fatal error: jump out of a finally block is disallowed in %stry_finally_008.php on line %d

Completed in 54 milliseconds

12345678910>>...17