Home
last modified time | relevance | path

Searched refs:child (Results 151 – 160 of 160) sorted by relevance

1234567

/PHP-7.1/ext/dom/tests/
H A Dbug28721.phpt37 foreach ($node->childNodes as $child) {
41 print_node_r($child);
/PHP-7.1/sapi/fpm/tests/
H A Dtester.inc337 "killit () { kill \$child 2> /dev/null; }; " .
338 "trap killit TERM; $cmd 2>&1 & child=\$!; wait",
/PHP-7.1/ext/oci8/tests/
H A Dbug43492.phpt42 global $s; // (*) Allow parent statement to be available when child is used
/PHP-7.1/Zend/
H A DZEND_CHANGES1127 child function, and call the parent function from it.
/PHP-7.1/
H A DINSTALL355 environment for the spawned processes. PHP will kill a child process
375 requests) each child will live. Here's a simple bash script to help
H A DNEWS452 . Fixed bug #75605 (Dumpable FPM child processes allow bypassing opcache
1539 . Fixed bug #62814 (It is possible to stiffen child class members visibility).
/PHP-7.1/ext/mbstring/oniguruma/
H A DHISTORY1782 2003/02/10: [impl] lift up head_exact value from child qualifier node to parent.
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch1295 case 0: /* child */
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c70523 Pgno child = get4byte(z);
70524 ptrmapGet(pBt, child, &e, &n);
70529 Pgno child = get4byte(&pPage->aData[pPage->hdrOffset+8]);
70530 ptrmapGet(pBt, child, &e, &n);
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt8582 child nodes. Allocating real machine stack on some platforms is diffi-

Completed in 492 milliseconds

1234567