Home
last modified time | relevance | path

Searched refs:parent (Results 226 – 250 of 375) sorted by relevance

12345678910>>...15

/PHP-5.6/ext/pdo_sqlite/tests/
H A Dbug48773.phpt19 parent::__construct($dsn, $username, $password, $driver_options);
/PHP-5.6/sapi/litespeed/
H A DREADME171 will be killed by the parent process immediately.
182 will be killed by the parent process. This option can help getting rid
188 In Self Managed Mode, LSAPI_PGRP_MAX_IDLE controls how long the parent
190 This option help releasing system resources taken by an idle parent
196 By default a LSAPI application check the existence of its parent process
197 and exits automatically if the parent process died. This is to reduce
201 you want to disable the checking of existence of parent process.
/PHP-5.6/ext/date/tests/
H A Dbug67118.phpt15 @parent::__construct($time, $tz);
H A DDateTime_extends_basic1.phpt18 return parent::format(self::$format);
/PHP-5.6/ext/spl/tests/
H A Dbug50579.phpt8 parent::__construct(array(
H A Dbug40036.phpt9 parent::__construct($array, ArrayObject::ARRAY_AS_PROPS);
H A Dspl_heap_count_basic.phpt19 return parent::count();
/PHP-5.6/ext/posix/tests/
H A Dposix_getppid_error.phpt10 * Description: Get the parent process id (POSIX.1, 4.1.1)
/PHP-5.6/ext/ldap/tests/
H A Dbug76248.phpt19 // parent
/PHP-5.6/ext/soap/tests/bugs/
H A Dbug42692.phpt16 parent::__construct($wsdl, $options);
H A Dbug46419.phpt14 parent::__construct($wsdl, $options);
H A Dbug29844.phpt19 parent::__construct($wsdl, $options);
H A Dbug38055.phpt18 parent::__construct($wsdl);
H A Dbug34643.phpt20 parent::__construct($wsdl, $options);
H A Dbug38067.phpt17 parent::__construct($wsdl, $opt);
/PHP-5.6/Zend/tests/
H A Dbug30162.phpt18 parent::__construct();
H A Dbug27798.phpt25 parent::__construct();
/PHP-5.6/ext/soap/
H A Dphp_xml.c190 } else if (node->parent->ns) { in attr_find_ns()
191 return node->parent->ns; in attr_find_ns()
193 return xmlSearchNs(node->doc, node->parent, NULL); in attr_find_ns()
/PHP-5.6/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c606 mydata->current->parent = c; in _xmlrpc_startElement()
627 if(mydata && mydata->current && mydata->current->parent) { in _xmlrpc_endElement()
628 Q_PushTail(&mydata->current->parent->children, mydata->current); in _xmlrpc_endElement()
630 mydata->current = mydata->current->parent; in _xmlrpc_endElement()
758 xReturn->parent = NULL; in xml_elem_parse_buf()
/PHP-5.6/ext/spl/
H A Dspl_array.c172 zend_class_entry * parent = class_type; in spl_array_object_new_ex() local
214 while (parent) { in spl_array_object_new_ex()
215 if (parent == spl_ce_ArrayIterator || parent == spl_ce_RecursiveArrayIterator) { in spl_array_object_new_ex()
219 } else if (parent == spl_ce_ArrayObject) { in spl_array_object_new_ex()
223 parent = parent->parent; in spl_array_object_new_ex()
226 if (!parent) { /* this must never happen */ in spl_array_object_new_ex()
231 if (intern->fptr_offset_get->common.scope == parent) { in spl_array_object_new_ex()
235 if (intern->fptr_offset_set->common.scope == parent) { in spl_array_object_new_ex()
239 if (intern->fptr_offset_has->common.scope == parent) { in spl_array_object_new_ex()
243 if (intern->fptr_offset_del->common.scope == parent) { in spl_array_object_new_ex()
[all …]
/PHP-5.6/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()
1132 …children || !node->parent || !node->next || node->children->next || node->children->children || no… in sxe_get_prop_hash()
1384 if (node->parent && (XML_DOCUMENT_NODE == node->parent->type)) { in SXE_METHOD()
1413 if (node->parent && (XML_DOCUMENT_NODE == node->parent->type)) { in SXE_METHOD()
1737 node = node->parent; in SXE_METHOD()
2106 zend_class_entry *parent = ce; in php_sxe_object_new() local
2126 while (parent) { in php_sxe_object_new()
2127 if (parent == sxe_class_entry) { in php_sxe_object_new()
[all …]
/PHP-5.6/ext/dom/tests/
H A DDOMNode_insertBefore_error6.phpt6 This test checks the error message is raised when the refnode is the parent
/PHP-5.6/ext/spl/examples/
H A Ddirectoryfilterdots.inc27 parent::__construct(new RecursiveDirectoryIterator($path));
H A Dregexfindfile.inc29 parent::__construct($path, $regex);
/PHP-5.6/Zend/
H A Dzend_compile.c832 SET_NODE(opline.op1, parent); in fetch_array_dim()
1076 int parent; in do_begin_loop() local
1082 brk_cont_element->parent = parent; in do_begin_loop()
3121 if (!ce->parent) { in do_inherit_parent_constructor()
3174 ce->parent->name, ce->parent->constructor->common.function_name, in do_inherit_parent_constructor()
3600 child->common.prototype = parent->common.prototype ? parent->common.prototype : parent; in do_inheritance_check_on_method()
3763 ce->parent = parent_ce; in zend_do_inheritance()
3904 zend_uint parent_iface_num = ce->parent ? ce->parent->num_interfaces : 0; in zend_do_implement_interface()
3944 zend_uint parent_trait_num = ce->parent ? ce->parent->num_traits : 0; in zend_do_implement_trait()
3986 if (ce->constructor && (!ce->parent || ce->constructor != ce->parent->constructor)) { in zend_add_magic_methods()
[all …]

Completed in 66 milliseconds

12345678910>>...15