/PHP-5.3/ext/soap/ |
H A D | php_encoding.c | 531 xmlNodePtr master_to_xml(encodePtr encode, zval *data, int style, xmlNodePtr parent) in master_to_xml() 623 xmlNodePtr to_xml_user(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_user() 873 static xmlNodePtr to_xml_string(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_string() 1108 static xmlNodePtr to_xml_long(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_long() 1197 static xmlNodePtr to_xml_bool(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_bool() 1226 static xmlNodePtr to_xml_null(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_null() 2801 static xmlNodePtr to_xml_map(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_map() 3080 static xmlNodePtr to_xml_time(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_time() 3086 static xmlNodePtr to_xml_date(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_date() 3106 static xmlNodePtr to_xml_gday(encodeTypePtr type, zval *data, int style, xmlNodePtr parent) in to_xml_gday() [all …]
|
H A D | php_schema.c | 1621 xmlNodePtr parent = element->parent; in schema_element() local 1867 xmlNodePtr parent = attrType->parent; in schema_attribute() local
|
/PHP-5.3/ext/dom/examples/ |
H A D | dom1.php | 31 $parent = $last->parentNode; variable
|
/PHP-5.3/ext/xmlrpc/libxmlrpc/ |
H A D | xml_element.h | 152 struct _xml_element* parent; /* element's parent */ member
|
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 529 struct key_value_s ***parent = (struct key_value_s ***) config; in fpm_conf_set_array() local
|
H A D | fpm_main.c | 124 static int parent = 1; variable
|
/PHP-5.3/Zend/ |
H A D | zend_compile.c | 494 void fetch_array_dim(znode *result, const znode *parent, const znode *dim TSRMLS_DC) /* {{{ */ in fetch_array_dim() 514 void fetch_string_offset(znode *result, const znode *parent, const znode *offset TSRMLS_DC) /* {{{ … in fetch_string_offset() 747 int parent; in do_begin_loop() local 2617 static zend_bool do_inherit_method_check(HashTable *child_function_table, zend_function *parent, co… in do_inherit_method_check()
|
H A D | zend_compile.h | 97 int parent; member
|
H A D | zend.h | 422 struct _zend_class_entry *parent; member
|
H A D | zend_alloc.c | 402 struct _zend_mm_free_block **parent; member
|
/PHP-5.3/ext/spl/ |
H A D | spl_fixedarray.c | 210 zend_class_entry *parent = class_type; in spl_fixedarray_object_new_ex() local
|
H A D | spl_dllist.c | 371 zend_class_entry *parent = class_type; in spl_dllist_object_new_ex() local
|
H A D | spl_heap.c | 389 zend_class_entry *parent = class_type; in spl_heap_object_new_ex() local
|
H A D | spl_array.c | 168 zend_class_entry * parent = class_type; in spl_array_object_new_ex() local
|
/PHP-5.3/ext/dom/ |
H A D | php_dom.c | 1443 int dom_hierarchy(xmlNodePtr parent, xmlNodePtr child) in dom_hierarchy()
|
/PHP-5.3/sapi/cgi/ |
H A D | cgi_main.c | 112 static int parent = 1; variable
|
/PHP-5.3/ext/tidy/ |
H A D | tidy.c | 89 #define REGISTER_TIDY_CLASS(classname, name, parent, __flags) \ argument
|
/PHP-5.3/ext/simplexml/ |
H A D | simplexml.c | 2045 zend_class_entry *parent = ce; in php_sxe_object_new() local
|
/PHP-5.3/ext/sqlite/ |
H A D | sqlite.c | 1101 #define REGISTER_SQLITE_CLASS(name, c_name, parent) \ argument
|
/PHP-5.3/ext/mbstring/oniguruma/ |
H A D | regexec.c | 96 history_tree_add_child(OnigCaptureTreeNode* parent, OnigCaptureTreeNode* child) in history_tree_add_child()
|