Home
last modified time | relevance | path

Searched refs:parent (Results 201 – 225 of 312) sorted by relevance

12345678910>>...13

/PHP-5.3/ext/spl/tests/
H A Dspl_heap_count_basic.phpt19 return parent::count();
/PHP-5.3/ext/spl/examples/
H A Ddirectoryfilterdots.inc27 parent::__construct(new RecursiveDirectoryIterator($path));
H A Dregexfindfile.inc29 parent::__construct($path, $regex);
/PHP-5.3/ext/soap/
H A Dphp_xml.c213 } else if (node->parent->ns) { in attr_find_ns()
214 return node->parent->ns; in attr_find_ns()
216 return xmlSearchNs(node->doc, node->parent, NULL); in attr_find_ns()
/PHP-5.3/ext/standard/tests/class_object/
H A Dget_parent_class_error_001.phpt6 * Description: Retrieves the parent class name for object or class or current scope.
H A Dforward_static_call_001.phpt20 forward_static_call(array('parent', 'test'));
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug36999.phpt19 parent::__construct($wsdl);
H A Dbug38004.phpt17 parent::__construct($wsdl);
H A Dbug29795.phpt12 parent::__construct($wsdl, $options);
H A Dbug50762.phpt20 parent::__construct($wsdl, $options);
H A Dbug30928.phpt22 parent::__construct($wsdl, $options);
/PHP-5.3/tests/classes/
H A D__call_004.phpt22 parent::test4(1,'a');
H A D__call_005.phpt17 parent::test4(1,'a');
/PHP-5.3/ext/date/tests/
H A DDateTime_extends_basic1.phpt18 return parent::format(self::$format);
H A Dbug48476.phpt2 Bug #48476 (cloning extended DateTime class without calling parent::__constr crashed PHP)
/PHP-5.3/ext/reflection/tests/
H A DReflectionObject_isSubclassOf_basic.phpt27 foreach ($rcs as $parentName => $parent) {
30 var_dump($child->isSubclassOf($parent));
31 if ($parent->isInstantiable()) {
H A Dbug45765.phpt16 function test2($a = parent::BAR) {
H A Dbug46064_2.phpt27 parent::__construct();
H A D002.phpt13 parent::__construct($c,$m);
/PHP-5.3/ext/tidy/tests/
H A D027.phpt42 parent::__construct();
/PHP-5.3/ext/xmlrpc/libxmlrpc/
H A Dxml_element.h152 struct _xml_element* parent; /* element's parent */ member
/PHP-5.3/ext/dom/
H A Ddomimplementation.c212 doctype->parent = docp; in PHP_METHOD()
223 doctype->parent = NULL; in PHP_METHOD()
/PHP-5.3/ext/simplexml/
H A Dsimplexml.c293 if (!member && node && node->parent && in sxe_prop_dim_read()
294 node->parent->type == XML_DOCUMENT_NODE) { in sxe_prop_dim_read()
515 if (!member && node && node->parent && in sxe_prop_dim_write()
516 node->parent->type == XML_DOCUMENT_NODE) { in sxe_prop_dim_write()
1347 if (node->parent && (XML_DOCUMENT_NODE == node->parent->type)) { in SXE_METHOD()
1376 if (node->parent && (XML_DOCUMENT_NODE == node->parent->type)) { in SXE_METHOD()
1678 node = node->parent; in SXE_METHOD()
2045 zend_class_entry *parent = ce; in php_sxe_object_new() local
2065 while (parent) { in php_sxe_object_new()
2066 if (parent == sxe_class_entry) { in php_sxe_object_new()
[all …]
/PHP-5.3/ext/phar/tests/
H A Dphar_oo_006.phpt18 parent::__construct($what);
/PHP-5.3/Zend/
H A Dzend_object_handlers.c182 child_class = child_class->parent; in is_derived_class()
187 child_class = child_class->parent; in is_derived_class()
771 ce = ce->parent; in zend_check_private_int()
781 ce = ce->parent; in zend_check_private_int()
806 fbc_scope = fbc_scope->parent; in zend_check_protected()
816 scope = scope->parent; in zend_check_protected()
1252 …me(const zval *object, char **class_name, zend_uint *class_name_len, int parent TSRMLS_DC) /* {{{ … in zend_std_object_get_class_name()
1258 if (parent) { in zend_std_object_get_class_name()
1259 if (!zobj->ce->parent) { in zend_std_object_get_class_name()
1262 ce = zobj->ce->parent; in zend_std_object_get_class_name()

Completed in 50 milliseconds

12345678910>>...13