Home
last modified time | relevance | path

Searched refs:parents (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/standard/tests/serialize/
H A Dbug35895.phpt6 private $parents;
8 return array("parents");
24 Warning: serialize(): "parents" returned as member variable from __sleep() but does not exist in %s…
/PHP-8.0/ext/opcache/tests/
H A Dbug75570.phpt7 function renderRawGraph(array $parents) {
9 foreach ($parents as $p) {
/PHP-8.0/ext/standard/tests/class_object/
H A Dget_class_vars_variation2.phpt60 echo "\n-- From a parents static context --\n";
126 -- From a parents static context --
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_watch.h86 HashTable parents; member
H A Dphpdbg_watch.c341 zend_hash_index_del(&coll->parents, (zend_ulong) watch);
342 if (zend_hash_num_elements(&coll->parents) == 0) {
358 zend_hash_destroy(&coll->parents);
407 zend_hash_init(&coll->parents, 8, shitty stupid parameter, NULL, 0);
410 zend_hash_index_add_ptr(&coll->parents, (zend_long) watch, watch);
431 zend_hash_init(&coll->parents, 8, shitty stupid parameter, NULL, 0);
434 zend_hash_index_add_ptr(&coll->parents, (zend_long) watch, watch);
885 ZEND_HASH_FOREACH_PTR(&watch->coll->parents, parent) {
932 ZEND_HASH_FOREACH_PTR(&watch->coll->parents, parent) {
H A Dxml.md299 - Each class is enumerated with first a <class>, then an optional <parents> container and the…
300 - The <parents> container contains the <class> elements of the parent of the last <class> …
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc13007 /* some of parents class declarations might be changed independently */

Completed in 47 milliseconds