Home
last modified time | relevance | path

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

12345678910>>...20

/php-src/.github/actions/test-linux/
H A Daction.yml44 export TEST_PHP_JUNIT=junit.out.xml
61 path: ${{ github.workspace }}/junit.out.xml
/php-src/.github/actions/test-macos/
H A Daction.yml20 export TEST_PHP_JUNIT=junit.out.xml
37 path: ${{ github.workspace }}/junit.out.xml
/php-src/.github/scripts/
H A Dsetup-slapd.sh24 -out /etc/ldap/ssl/server.crt -keyout /etc/ldap/ssl/server.key \
/php-src/.github/scripts/windows/
H A Dbuild_task.bat46 --enable-object-out-dir=%PHP_BUILD_OBJ_DIR% ^
H A Dtest_task.bat134 set TEST_PHP_JUNIT=c:\junit.out.xml
/php-src/
H A D.gitignore228 **/tests/**/*.out*
286 /junit.out.xml
H A DCODING_STANDARDS.md58 1. When commenting out code using a `#if` statement, do NOT use `0` only.
61 code was commented out, especially in bundled libraries.
H A DCONTRIBUTING.md136 can check the XML source out from Subversion and edit that and build it
H A DUPGRADING224 modifier ("i"), the expression locks out mixing of ASCII and non-ASCII
H A DUPGRADING.INTERNALS38 out zend_string*. This won't cut off the string if it embeds a NUL byte.
/php-src/TSRM/
H A Dtsrm_win32.c452 HANDLE in, out; in popen_ex() local
505 if (!type_len || !CreatePipe(&in, &out, &security, 2048L)) { in popen_ex()
525 startup.hStdOutput = out; in popen_ex()
527 out = dupHandle(out, FALSE); in popen_ex()
579 CloseHandle(out); in popen_ex()
581 fno = _open_osfhandle((tsrm_intptr_t)out, _O_WRONLY | mode); in popen_ex()
/php-src/Zend/Optimizer/
H A Dzend_dfg.c257 zend_bitset tmp, def, use, in, out; in zend_build_dfg() local
266 out = dfg->out; in zend_build_dfg()
308 …zend_bitset_copy(DFG_BITSET(out, set_size, j), DFG_BITSET(in, set_size, blocks[j].successors[0]), … in zend_build_dfg()
310 …zend_bitset_union(DFG_BITSET(out, set_size, j), DFG_BITSET(in, set_size, blocks[j].successors[k]),… in zend_build_dfg()
313 zend_bitset_clear(DFG_BITSET(out, set_size, j), set_size); in zend_build_dfg()
315 …zend_bitset_union_with_difference(tmp, DFG_BITSET(use, set_size, j), DFG_BITSET(out, set_size, j),… in zend_build_dfg()
H A Dzend_dfg.h32 zend_bitset out; member
H A Dzend_dump.c1235 zend_dump_var_set(op_array, "out", DFG_BITSET(dfg->out, dfg->size, j)); in zend_dump_dfg()
H A Dzend_ssa.c965 dfg.out = dfg.in + set_size * blocks_count; in zend_build_ssa()
/php-src/Zend/tests/
H A Dbug21478.phpt6 function filter($in, $out, &$consumed, $closing): int {
9 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 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): int
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

Completed in 91 milliseconds

12345678910>>...20