Home
last modified time | relevance | path

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

1...<<1112131415

/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_element.h152 struct _xml_element* parent; /* element's parent */ member
/PHP-5.5/ext/dom/
H A Ddomimplementation.c211 doctype->parent = docp; in PHP_METHOD()
222 doctype->parent = NULL; in PHP_METHOD()
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug29795.phpt12 parent::__construct($wsdl, $options);
H A Dbug50762.phpt20 parent::__construct($wsdl, $options);
H A Dbug30928.phpt22 parent::__construct($wsdl, $options);
H A Dbug31695.phpt15 parent::__construct($wsdl, $options);
H A Dbug38005.phpt15 parent::__construct($wsdl, $opt);
H A Dbug29839.phpt17 parent::__construct($wsdl, $options);
H A Dbug32776.phpt20 parent::__construct($wsdl, $options);
H A Dbug34453.phpt17 parent::__construct($wsdl, $options);
H A Dbug43045.phpt13 parent::__construct($wsdl, $options);
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_006.phpt18 parent::__construct($what);
/PHP-5.5/ext/standard/tests/class_object/
H A Dforward_static_call_001.phpt20 forward_static_call(array('parent', 'test'));
/PHP-5.5/Zend/tests/
H A Dclosure_038.phpt20 parent::__construct($v);
H A Dclosure_039.phpt20 parent::__construct($v);
/PHP-5.5/Zend/
H A Dzend_object_handlers.c86 while (ce->parent && ce->parent->default_properties_count) { in rebuild_object_properties()
87 ce = ce->parent; in rebuild_object_properties()
258 child_class = child_class->parent; in is_derived_class()
263 child_class = child_class->parent; in is_derived_class()
941 ce = ce->parent; in zend_check_private_int()
951 ce = ce->parent; in zend_check_private_int()
976 fbc_scope = fbc_scope->parent; in zend_check_protected()
986 scope = scope->parent; in zend_check_protected()
1512 if (parent) { in zend_std_object_get_class_name()
1513 if (!zobj->ce->parent) { in zend_std_object_get_class_name()
[all …]
/PHP-5.5/ext/spl/internal/
H A Drecursiveregexiterator.inc35 parent::__construct($it, $regex, $mode, $flags, $preg_flags);
/PHP-5.5/ext/soap/tests/
H A Dserver022.phpt9 parent::__construct("MyFault","My fault string");
H A Dany.phpt33 parent::__construct($wsdl, $options);
/PHP-5.5/ext/spl/examples/
H A Dkeyfilter.inc37 parent::__construct($it);
H A Ddbaarray.inc41 parent::__destruct();
/PHP-5.5/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc53 * Create an internal directory, creating parent directories as needed
/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_class_016.phpt58 return parent::create_sid();
/PHP-5.5/ext/soap/
H A Dphp_schema.c1637 xmlNodePtr parent = element->parent; in schema_element() local
1638 while (parent) { in schema_element()
1639 if (node_is_equal_ex(parent, "schema", SCHEMA_NAMESPACE)) { in schema_element()
1649 parent = parent->parent; in schema_element()
1651 if (parent == NULL) { in schema_element()
1865 nsptr = xmlSearchNs(attr->doc, attr->parent, BAD_CAST(ns)); in schema_attribute()
1891 xmlNodePtr parent = attrType->parent; in schema_attribute() local
1892 while (parent) { in schema_attribute()
1893 if (node_is_equal_ex(parent, "schema", SCHEMA_NAMESPACE)) { in schema_attribute()
1903 parent = parent->parent; in schema_attribute()
[all …]
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_isSubclassOf_basic.phpt19 foreach ($rcs as $parentName => $parent) {
22 var_dump($child->isSubclassOf($parent));

Completed in 36 milliseconds

1...<<1112131415