Home
last modified time | relevance | path

Searched defs:parent (Results 1 – 25 of 26) sorted by relevance

12

/PHP-5.6/ext/dom/examples/
H A Ddom1.php31 $parent = $last->parentNode; variable
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_watch.h65 phpdbg_watchpoint_t *parent; member
H A Dphpdbg_cmd.h101 const phpdbg_command_t *parent; /* Parent Command */ member
157 #define PHPDBG_COMMAND_D_EXP(name, tip, alias, handler, children, args, parent) \ argument
H A Dphpdbg_cmd.c569 …nd_t* phpdbg_stack_resolve(const phpdbg_command_t *commands, const phpdbg_command_t *parent, phpdb… in phpdbg_stack_resolve()
H A Dphpdbg_watch.c290 static int phpdbg_watchpoint_parse_input(char *input, size_t len, HashTable *parent, size_t i, int … in phpdbg_watchpoint_parse_input()
/PHP-5.6/ext/xmlrpc/libxmlrpc/
H A Dxml_element.h152 struct _xml_element* parent; /* element's parent */ member
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c6083 …ompile_ref_iterator_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_ref_iterator_matchingpath()
6290 …ar *compile_recurse_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_recurse_matchingpath()
6410 …ar *compile_callout_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_callout_matchingpath()
6981 …ar *compile_bracket_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_bracket_matchingpath()
7522 …*compile_bracketpos_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_bracketpos_matchingpath()
7903 …r *compile_iterator_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_iterator_matchingpath()
8149 …compile_fail_accept_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_fail_accept_matchingpath()
8212 …ompile_control_verb_matchingpath(compiler_common *common, pcre_uchar *cc, backtrack_common *parent) in compile_control_verb_matchingpath()
8244 …_matchingpath(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, backtrack_common *parent) in compile_then_trap_matchingpath()
8275 …_matchingpath(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, backtrack_common *parent) in compile_matchingpath()
/PHP-5.6/ext/soap/
H A Dphp_schema.c1637 xmlNodePtr parent = element->parent; in schema_element() local
1891 xmlNodePtr parent = attrType->parent; in schema_attribute() local
H A Dphp_encoding.c392 static xmlNodePtr master_to_xml_int(encodePtr encode, zval *data, int style, xmlNodePtr parent, int… in master_to_xml_int()
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_conf.c549 struct key_value_s ***parent = (struct key_value_s ***) config; in fpm_conf_set_array() local
H A Dfpm_main.c124 static int parent = 1; variable
/PHP-5.6/ext/opcache/Optimizer/
H A Dblock_pass.c193 int parent = op_array->brk_cont_array[i].parent; in find_code_blocks() local
/PHP-5.6/ext/spl/
H A Dspl_fixedarray.c227 zend_class_entry *parent = class_type; in spl_fixedarray_object_new_ex() local
H A Dspl_heap.c389 zend_class_entry *parent = class_type; in spl_heap_object_new_ex() local
H A Dspl_observer.c264 zend_class_entry *parent = class_type; in spl_object_storage_new_ex() local
H A Dspl_dllist.c371 zend_class_entry *parent = class_type; in spl_dllist_object_new_ex() local
H A Dspl_array.c172 zend_class_entry * parent = class_type; in spl_array_object_new_ex() local
/PHP-5.6/Zend/
H A Dzend_compile.c811 void fetch_array_dim(znode *result, const znode *parent, const znode *dim TSRMLS_DC) /* {{{ */ in fetch_array_dim()
853 void fetch_string_offset(znode *result, const znode *parent, const znode *offset TSRMLS_DC) /* {{{ … in fetch_string_offset()
1076 int parent; in do_begin_loop() local
3617 static zend_bool do_inherit_method_check(HashTable *child_function_table, zend_function *parent, co… in do_inherit_method_check()
H A Dzend.h482 struct _zend_class_entry *parent; member
H A Dzend_compile.h129 int parent; member
/PHP-5.6/ext/dom/
H A Dphp_dom.c1450 int dom_hierarchy(xmlNodePtr parent, xmlNodePtr child) in dom_hierarchy()
/PHP-5.6/ext/tidy/
H A Dtidy.c90 #define REGISTER_TIDY_CLASS(classname, name, parent, __flags) \ argument
/PHP-5.6/sapi/cgi/
H A Dcgi_main.c117 static int parent = 1; variable
/PHP-5.6/ext/simplexml/
H A Dsimplexml.c2106 zend_class_entry *parent = ce; in php_sxe_object_new() local
/PHP-5.6/ext/mbstring/oniguruma/
H A Dregexec.c98 history_tree_add_child(OnigCaptureTreeNode* parent, OnigCaptureTreeNode* child) in history_tree_add_child()

Completed in 195 milliseconds

12