Home
last modified time | relevance | path

Searched refs:child (Results 126 – 138 of 138) sorted by relevance

123456

/PHP-5.5/ext/spl/
H A Dspl_iterators.c211 zval *retval, *child; in spl_recursive_it_move_forward_ex() local
301 …call_method_with_0_params(&zthis, object->ce, &object->callGetChildren, "callGetChildren", &child); in spl_recursive_it_move_forward_ex()
303 zend_call_method_with_0_params(&zobject, ce, NULL, "getchildren", &child); in spl_recursive_it_move_forward_ex()
311 if (child) { in spl_recursive_it_move_forward_ex()
312 zval_ptr_dtor(&child); in spl_recursive_it_move_forward_ex()
319 ce = child && Z_TYPE_P(child) == IS_OBJECT ? Z_OBJCE_P(child) : NULL; in spl_recursive_it_move_forward_ex()
321 if (child) { in spl_recursive_it_move_forward_ex()
322 zval_ptr_dtor(&child); in spl_recursive_it_move_forward_ex()
333 sub_iter = ce->get_iterator(ce, child, 0 TSRMLS_CC); in spl_recursive_it_move_forward_ex()
335 object->iterators[object->level].zobject = child; in spl_recursive_it_move_forward_ex()
/PHP-5.5/ext/oci8/tests/
H A Dconn_attr.inc18 "create edition myedition1 as child of myedition",
H A Dbug43492.phpt42 global $s; // (*) Allow parent statement to be available when child is used
/PHP-5.5/ext/spl/internal/
H A Drecursiveiteratoriterator.inc205 /** Called after current child iterator is invalid and right before it
/PHP-5.5/ext/sockets/tests/
H A Dsocket_strerror.phpt35 string(18) "No child processes"
/PHP-5.5/ext/dom/tests/
H A Dbug28721.phpt37 foreach ($node->childNodes as $child) {
41 print_node_r($child);
/PHP-5.5/Zend/
H A DZEND_CHANGES1127 child function, and call the parent function from it.
/PHP-5.5/
H A DNEWS2309 . Fixed bug #63976 (Parent class incorrectly using child constant in class
6267 child class). (Felipe)
7022 - Fixed bug #42937 (__call() method not invoked when methods are called on parent from child class)…
7400 - Fixed bug #40757 (get_object_vars get nothing in child class). (Dmitry)
7407 apache child die). (isk at ecommerce dot com, Gopal, Tony)
7640 - Fixed bug #40770 (Apache child exits when PHP memory limit reached). (Dmitry)
7685 - Fixed bug #40451 (addAttribute() may crash when used with non-existent child
9509 - Fixed bug #33277 (private method accessed by child class). (Dmitry)
9814 child class). (Marcus)
H A DINSTALL559 environment for the spawned processes. PHP will kill a child process
579 requests) each child will live. Here's a simple bash script to help
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1758 2003/02/10: [impl] lift up head_exact value from child qualifier node to parent.
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1284 case 0: /* child */
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c59597 Pgno child = get4byte(z);
59598 ptrmapGet(pBt, child, &e, &n);
59603 Pgno child = get4byte(&pPage->aData[pPage->hdrOffset+8]);
59604 ptrmapGet(pBt, child, &e, &n);
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt8582 child nodes. Allocating real machine stack on some platforms is diffi-

Completed in 439 milliseconds

123456