/PHP-5.4/ext/dom/examples/ |
H A D | dom1.php | 31 $parent = $last->parentNode; variable
|
/PHP-5.4/ext/xmlrpc/libxmlrpc/ |
H A D | xml_element.h | 152 struct _xml_element* parent; /* element's parent */ member
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 6046 …ompile_ref_iterator_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_ref_iterator_matchingpath() 6253 …ar *compile_recurse_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_recurse_matchingpath() 6373 …ar *compile_callout_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_callout_matchingpath() 6944 …ar *compile_bracket_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_bracket_matchingpath() 7485 …*compile_bracketpos_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_bracketpos_matchingpath() 7861 …r *compile_iterator_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_iterator_matchingpath() 8107 …compile_fail_accept_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_fail_accept_matchingpath() 8170 …ompile_control_verb_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_control_verb_matchingpath() 8202 …_matchingpath(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, backtrack_common *parent) in compile_then_trap_matchingpath() 8233 …_matchingpath(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, backtrack_common *parent) in compile_matchingpath()
|
/PHP-5.4/ext/soap/ |
H A D | php_schema.c | 1637 xmlNodePtr parent = element->parent; in schema_element() local 1891 xmlNodePtr parent = attrType->parent; in schema_attribute() local
|
H A D | php_encoding.c | 394 static xmlNodePtr master_to_xml_int(encodePtr encode, zval *data, int style, xmlNodePtr parent, int… in master_to_xml_int()
|
/PHP-5.4/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 541 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.4/ext/spl/ |
H A D | spl_fixedarray.c | 227 zend_class_entry *parent = class_type; in spl_fixedarray_object_new_ex() local
|
H A D | spl_observer.c | 257 zend_class_entry *parent = class_type; in spl_object_storage_new_ex() local
|
H A D | spl_heap.c | 388 zend_class_entry *parent = class_type; in spl_heap_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_array.c | 172 zend_class_entry * parent = class_type; in spl_array_object_new_ex() local
|
/PHP-5.4/Zend/ |
H A D | zend_compile.c | 800 void fetch_array_dim(znode *result, const znode *parent, const znode *dim TSRMLS_DC) /* {{{ */ in fetch_array_dim() 842 void fetch_string_offset(znode *result, const znode *parent, const znode *offset TSRMLS_DC) /* {{{ … in fetch_string_offset() 1065 int parent; in do_begin_loop() local 3286 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 | 124 int parent; member
|
H A D | zend.h | 470 struct _zend_class_entry *parent; member
|
H A D | zend_alloc.c | 402 struct _zend_mm_free_block **parent; member
|
/PHP-5.4/ext/dom/ |
H A D | php_dom.c | 1445 int dom_hierarchy(xmlNodePtr parent, xmlNodePtr child) in dom_hierarchy()
|
/PHP-5.4/sapi/cgi/ |
H A D | cgi_main.c | 113 static int parent = 1; variable
|
/PHP-5.4/ext/tidy/ |
H A D | tidy.c | 90 #define REGISTER_TIDY_CLASS(classname, name, parent, __flags) \ argument
|
/PHP-5.4/ext/simplexml/ |
H A D | simplexml.c | 2093 zend_class_entry *parent = ce; in php_sxe_object_new() local
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | regexec.c | 96 history_tree_add_child(OnigCaptureTreeNode* parent, OnigCaptureTreeNode* child) in history_tree_add_child()
|