Home
last modified time | relevance | path

Searched refs:root (Results 226 – 250 of 285) sorted by relevance

12345678910>>...12

/PHP-5.4/ext/oci8/tests/
H A Ddrcp_cclass1.phpt11 // This test in Oracle 12c needs a non-CDB or the root container
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregcomp.c1887 r = renumber_by_map(*root, map); in disable_noname_group_capture()
3224 *tailp = &(NCONS(*root).right); in divide_ambig_string_node_sub()
3241 Node *root = NULL_NODE; in divide_ambig_string_node() local
3283 swap_node(node, root); in divide_ambig_string_node()
5138 Node* root; in onig_compile() local
5179 r = numbered_ref_check(root); in onig_compile()
5186 print_tree(stderr, root); in onig_compile()
5207 r = setup_tree(root, reg, 0, &scan_env); in onig_compile()
5258 r = compile_tree(root, reg); in onig_compile()
5283 onig_node_free(root); in onig_compile()
[all …]
H A Dregparse.h320 extern int onig_parse_make_tree P_((Node** root, const UChar* pattern, const UChar* end, regex_t…
/PHP-5.4/
H A DREADME.TESTING20 "tests" directory under source root directory.
26 under the source root (parallel builds will not work). Therefore you
61 from the source root and any subdirectories below. If there are files,
/PHP-5.4/ext/simplexml/tests/
H A Dfeature55218.phpt2 Bug #55218 getDocNamespaces from current element and not root
/PHP-5.4/ext/standard/tests/file/
H A Dunlink_variation10.phpt49 //cannot test hard links unless you are root.
/PHP-5.4/ext/phar/tests/
H A Dfopen_edgecases.phpt82 …m: phar error: no directory in "phar://", must have at least phar:/// for root directory (always u…
102 Warning: unlink(): phar error: no directory in "phar://", must have at least phar:/// for root dire…
H A D027.phpt90 …r: phar error: no directory in "phar://", must have at least phar:/// for root directory (always u…
H A D027U.phpt90 …r: phar error: no directory in "phar://", must have at least phar:/// for root directory (always u…
/PHP-5.4/ext/intl/tests/
H A Dlocale_get_display_region3.phpt22 'root',
101 locale='root'
H A Dlocale_get_display_script.phpt22 'root',
101 locale='root'
H A Dlocale_get_display_script2.phpt22 'root',
101 locale='root'
H A Dlocale_get_display_script3.phpt22 'root',
101 locale='root'
H A Dlocale_get_display_script4.phpt22 'root',
101 locale='root'
H A Dlocale_get_display_variant.phpt22 'root',
101 locale='root'
H A Dlocale_get_display_variant2.phpt22 'root',
101 locale='root'
H A Dlocale_get_display_language.phpt21 'root',
101 locale='root'
H A Dlocale_get_display_region.phpt22 'root',
101 locale='root'
H A Dlocale_get_display_region2.phpt23 'root',
102 locale='root'
H A Dlocale_get_display_name.phpt33 'root',
168 locale='root'
/PHP-5.4/ext/mysqli/tests/
H A Dconnect.inc3 Default values are "localhost", "root",
13 $user = getenv("MYSQL_TEST_USER") ? getenv("MYSQL_TEST_USER") : "root";
/PHP-5.4/ext/pspell/
H A DREADME44 be relative to $HOME, which is probably set to "/root". This is probably not
/PHP-5.4/ext/soap/
H A DTODO11 - root attribute (it is defined by SOAP 1.1, but not SOAP 1.2)
/PHP-5.4/ext/json/
H A DJSON_parser.c394 zval *root = jp->the_zstack[up]; in attach_zval() local
400 add_next_index_zval(root, child); in attach_zval()
406 …add_property_zval_ex(root, (key->len ? key->c : "_empty_"), (key->len ? (key->len + 1) : sizeof("_… in attach_zval()
411 …add_assoc_zval_ex(root, (key->len ? key->c : ""), (key->len ? (key->len + 1) : sizeof("")), child); in attach_zval()
/PHP-5.4/ext/dom/
H A Dnode.c1460 xmlNodePtr root = node; in PHP_FUNCTION() local
1462 while (root->parent != NULL) { in PHP_FUNCTION()
1463 root = root->parent; in PHP_FUNCTION()
1465 node->ns = xmlNewNs(root, ns->href, ns->prefix); in PHP_FUNCTION()

Completed in 59 milliseconds

12345678910>>...12