Home
last modified time | relevance | path

Searched refs:parent (Results 276 – 300 of 357) sorted by relevance

1...<<1112131415

/PHP-5.5/Zend/
H A Dzend_alloc.c402 struct _zend_mm_free_block **parent; member
651 if (UNEXPECTED(*((block)->parent) != (block))) { \
743 mm_block->parent = p; in zend_mm_add_to_free_list()
756 mm_block->parent = p; in zend_mm_add_to_free_list()
766 mm_block->parent = NULL; in zend_mm_add_to_free_list()
810 *mm_block->parent = NULL; in zend_mm_remove_from_free_list()
823 *mm_block->parent = prev; in zend_mm_remove_from_free_list()
824 prev->parent = mm_block->parent; in zend_mm_remove_from_free_list()
827 prev->child[0]->parent = &prev->child[0]; in zend_mm_remove_from_free_list()
831 prev->child[1]->parent = &prev->child[1]; in zend_mm_remove_from_free_list()
[all …]
H A DZEND_CHANGES325 replicate the parent object you want to create a new instance of
387 common to call parent constructors from derived classes, the way
391 parent changes as well, and the code in the derived class that
392 calls the parent constructor has to be modified.
408 parent::__construct();
458 Like constructors, parent destructors will not be called
459 implicitly by the engine. In order to run a parent destructor,
460 one would have to explicitly call parent::__destruct() in the
1126 You can now, for example, override a parent function with a
1127 child function, and call the parent function from it.
[all …]
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_007.phpt18 parent::__construct($name);
/PHP-5.5/ext/spl/internal/
H A Drecursiveiteratoriterator.inc28 /** Mode: Show all children prior to their parent */
46 * - CHILD_FIRST show all children prior to their parent
H A Drecursivefilteriterator.inc36 parent::__construct($it);
/PHP-5.5/ext/pdo/tests/
H A Dpdo_023.phpt53 $stmt = parent::prepare($sql, array(PDO::ATTR_STATEMENT_CLASS=>array('PDOStatementx')));
H A Dpdo_029.phpt40 parent::execute();
/PHP-5.5/sapi/isapi/stresstest/
H A Dnotes.txt44 supply the path to the parent of the "tests" directory (expect a couple
/PHP-5.5/ext/mysqli/tests/
H A Dconnect.inc124 parent::init();
127 parent::__construct($host, $user, $passwd, $db, $port, $socket);
/PHP-5.5/ext/standard/tests/streams/
H A Dproc_open_bug51800.phpt14 /* This is the wrong way to do it. The parent will block till it has read all the STDIN.
/PHP-5.5/ext/dom/
H A Dphp_dom.h115 int dom_hierarchy(xmlNodePtr parent, xmlNodePtr child);
H A Dtext.c193 if (node->parent != NULL) { in PHP_FUNCTION()
/PHP-5.5/Zend/tests/
H A Dclass_name_as_scalar.phpt16 var_dump(parent::class); // runtime lookup
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_implementsInterface_001.phpt22 foreach ($rcs as $parentName => $parent) {
26 var_dump($child->implementsInterface($parent));
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_011.phpt32 return parent::audit() && isset($this->AProt, $this->APub,
47 return parent::audit() && isset($this->APriv, $this->AProt, $this->APub,
/PHP-5.5/ext/opcache/
H A Dzend_persist.c600 if (ce->parent) {
601 ce->parent = zend_shared_alloc_get_xlat_entry(ce->parent);
603 ce->parent->refcount++;
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c113 static int parent = 1; variable
340 !parent && in sapi_fcgi_flush()
925 !parent &&
1448 if (parent && parent_waiting) {
2037 while (parent) {
2049 parent = 0;
2065 } while (parent && (running < children));
2067 if (parent) {
2093 parent = 0;
/PHP-5.5/
H A DCODING_STANDARDS109 2. If they are part of a "parent set" of functions, that parent should
111 to the parent program or function family. This should be in the form
155 The class name should be prefixed with the name of the 'parent set' (e.g.
290 the parent function. For ease of reference, user-functions with
/PHP-5.5/ext/spl/
H A Dspl_observer.c263 zend_class_entry *parent = class_type; in spl_object_storage_new_ex() local
282 while (parent) { in spl_object_storage_new_ex()
283 if (parent == spl_ce_SplObjectStorage) { in spl_object_storage_new_ex()
293 parent = parent->parent; in spl_object_storage_new_ex()
/PHP-5.5/ext/spl/tests/
H A Diterator_045.phpt18 parent::__construct($it, $flags);
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug30106.phpt17 parent::__construct($wsdl, $options);
H A Dbug36226-2.phpt20 parent::__construct($wsdl, $options);
H A Dbug39815.phpt21 parent::__construct($wsdl, $options);
/PHP-5.5/ext/standard/tests/array/
H A Dsizeof_object2.phpt44 // child class which inherits parent test2
/PHP-5.5/ext/opcache/Optimizer/
H A Dpass2.c176 array_offset = jmp_to->parent;

Completed in 66 milliseconds

1...<<1112131415