Home
last modified time | relevance | path

Searched refs:parent (Results 251 – 275 of 312) sorted by relevance

1...<<111213

/PHP-5.3/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.3/Zend/
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 …]
H A Dzend_object_handlers.h100 …ss_name_t)(const zval *object, char **class_name, zend_uint *class_name_len, int parent TSRMLS_DC);
H A Dzend_constants.c323 } else if (!scope->parent) { in zend_get_constant_ex()
326 ce = scope->parent; in zend_get_constant_ex()
/PHP-5.3/ext/standard/tests/class_object/
H A Dget_parent_class_variation_002.phpt6 * Description: Retrieves the parent class name for object or class or current scope.
/PHP-5.3/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);
H A Dbug35142.phpt22 parent::__construct($wsdl, $options);
H A Dbug36226.phpt22 parent::__construct($wsdl, $options);
H A Dbug30045.phpt20 parent::__construct($wsdl, $options);
/PHP-5.3/ext/spl/tests/
H A Diterator_045.phpt18 parent::__construct($it, $flags);
H A Dbug54384.phpt2 Bug #54384: Several SPL classes crash when the parent constructor is not called
H A Diterator_044.phpt18 parent::__construct($it, $flags);
/PHP-5.3/ext/standard/tests/array/
H A Dsizeof_object2.phpt44 // child class which inherits parent test2
/PHP-5.3/ext/dom/
H A Dtext.c193 if (node->parent != NULL) { in PHP_FUNCTION()
H A Dattr.c225 nodeparent = nodep->parent; in dom_attr_owner_element_read()
H A Delement.c520 attrp->parent = nsparent; in PHP_FUNCTION()
573 if (attrp->parent != NULL) { in PHP_FUNCTION()
619 if (attrp->type != XML_ATTRIBUTE_NODE || attrp->parent != nodep) { in PHP_FUNCTION()
1004 if (attrp->parent != NULL) { in PHP_FUNCTION()
1235 if (attrp->parent != nodep) { in PHP_FUNCTION()
H A Dphp_dom.c1152 while(base_class->type != ZEND_INTERNAL_CLASS && base_class->parent != NULL) { in dom_objects_set_class()
1153 base_class = base_class->parent; in dom_objects_set_class()
1443 int dom_hierarchy(xmlNodePtr parent, xmlNodePtr child) in dom_hierarchy() argument
1447 if (parent == NULL || child == NULL || child->doc != parent->doc) { in dom_hierarchy()
1451 nodep = parent; in dom_hierarchy()
1457 nodep = nodep->parent; in dom_hierarchy()
/PHP-5.3/ext/mysqli/tests/
H A Dconnect.inc124 parent::init();
127 parent::__construct($host, $user, $passwd, $db, $port, $socket);
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregexec.c100 if (parent->num_childs >= parent->allocated) { in history_tree_add_child()
103 if (IS_NULL(parent->childs)) { in history_tree_add_child()
105 parent->childs = in history_tree_add_child()
109 n = parent->allocated * 2; in history_tree_add_child()
110 parent->childs = in history_tree_add_child()
111 (OnigCaptureTreeNode** )xrealloc(parent->childs, in history_tree_add_child()
115 for (i = parent->allocated; i < n; i++) { in history_tree_add_child()
116 parent->childs[i] = (OnigCaptureTreeNode* )0; in history_tree_add_child()
118 parent->allocated = n; in history_tree_add_child()
121 parent->childs[parent->num_childs] = child; in history_tree_add_child()
[all …]
/PHP-5.3/
H A D.gdbinit328 if $ce->parent != 0
329 printf " extends %s", $ce->parent->name
342 set $ce = $ce->parent
/PHP-5.3/ext/phar/tests/tar/files/
H A Dtarmaker.php.inc146 * Create an internal directory, creating parent directories as needed
/PHP-5.3/Zend/tests/
H A Dzend2.php.txt244 parent::__construct();
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_main.c124 static int parent = 1; variable
325 !parent && in sapi_cgibin_flush()
850 !parent &&
1843 parent = 0;
1981 if (parent) {

Completed in 63 milliseconds

1...<<111213