Home
last modified time | relevance | path

Searched refs:root (Results 126 – 150 of 317) sorted by last modified time

12345678910>>...13

/PHP-7.2/ext/pdo_pgsql/tests/
H A Dbug43925.phpt21 , root integer NOT NULL
26 $dbh->query('INSERT INTO nodes (id, root, lft, rgt) VALUES (1, 1, 1, 6);');
27 $dbh->query('INSERT INTO nodes (id, root, lft, rgt) VALUES (2, 1, 2, 3);');
28 $dbh->query('INSERT INTO nodes (id, root, lft, rgt) VALUES (3, 1, 4, 5);');
35 AND (root = :rootId OR root = :left)
/PHP-7.2/ext/pdo_mysql/tests/
H A Dcommon.phpt24 $config['ENV']['PDOTEST_USER'] = 'root';
/PHP-7.2/ext/pdo/tests/
H A Dbug_36428.phpt21 var_dump($res->fetchAll(PDO::FETCH_CLASS|PDO::FETCH_PROPS_LATE, 'SimpleXMLElement', array('<root/>'…
/PHP-7.2/ext/pdo/
H A Dpdo.c79 PDO_API zend_class_entry *php_pdo_get_exception_base(int root) /* {{{ */ in php_pdo_get_exception_base() argument
81 if (!root) { in php_pdo_get_exception_base()
H A Dphp_pdo_int.h30 PDO_API zend_class_entry *php_pdo_get_exception_base(int root);
/PHP-7.2/ext/pcre/tests/
H A Dbug63055.phpt5 /* the default gc root size is 10,000 */
/PHP-7.2/ext/opcache/tests/
H A Dbug66338.phpt9 $root = str_replace('.php', "", __FILE__);
10 $base = basename( $root );
12 file_put_contents( "$root-Officials.inc", '<?php
16 file_put_contents( "$root-clientUS.php", '<?php
18 require \''.$root.'-Officials.inc\';
22 file_put_contents( "$root-clientUK.php", '<?php
24 require \''.$root.'-Officials.inc\';
36 unlink("$root-Officials.inc");
37 unlink("$root-clientUS.php");
38 unlink("$root-clientUK.php");
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_inference.c80 zend_ssa_check_scc_var(op_array, ssa, var2, index, dfs, root, stack); \
82 if (ssa->vars[var2].scc < 0 && dfs[root[var]] >= dfs[root[var2]]) { \
83 root[var] = root[var2]; \
172 …nd_op_array *op_array, zend_ssa *ssa, int var, int *index, int *dfs, int *root, zend_worklist_stac… in zend_ssa_check_scc_var() argument
180 root[var] = var; in zend_ssa_check_scc_var()
193 if (root[var] == var) { in zend_ssa_check_scc_var()
212 int index = 0, *dfs, *root; in zend_ssa_find_sccs() local
221 root = do_alloca(sizeof(int) * ssa->vars_count, root_use_heap); in zend_ssa_find_sccs()
227 zend_ssa_check_scc_var(op_array, ssa, j, &index, dfs, root, &stack); in zend_ssa_find_sccs()
241 if (root[j] == j) { in zend_ssa_find_sccs()
[all …]
H A Dzend_call_graph.c182 static int zend_is_indirectly_recursive(zend_op_array *root, zend_op_array *op_array, zend_bitset v… in zend_is_indirectly_recursive() argument
188 if (op_array == root) { in zend_is_indirectly_recursive()
199 if (zend_is_indirectly_recursive(root, call_info->caller_op_array, visited)) { in zend_is_indirectly_recursive()
/PHP-7.2/ext/oci8/tests/
H A Dpassword_new.phpt22 // This test in Oracle 12c needs a non-CDB or the root container
H A Dpassword_old.phpt22 // This test in Oracle 12c needs a non-CDB or the root container
H A Ddrcp_cclass1.phpt14 // This test in Oracle 12c needs a non-CDB or the root container
H A Ddrcp_privileged.phpt21 // This test in Oracle 12c needs a non-CDB or the root container
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1371 root_ptr = meta->root = mnd_pemalloc(total_len, packet->persistent_alloc); in php_mysqlnd_rset_field_read()
H A Dmysqlnd_result_meta.c36 if (meta->root) { in php_mysqlnd_free_field_metadata()
37 mnd_pefree(meta->root, persistent); in php_mysqlnd_free_field_metadata()
38 meta->root = NULL; in php_mysqlnd_free_field_metadata()
69 if (meta->fields[i].root) { in MYSQLND_METHOD()
72 meta->fields[i].root = NULL; in MYSQLND_METHOD()
179 if (!new_fields[i].root) { in MYSQLND_METHOD()
183 memcpy(new_fields[i].root, orig_fields[i].root, new_fields[i].root_len); in MYSQLND_METHOD()
192 new_fields[i].org_name = new_fields[i].root + in MYSQLND_METHOD()
196 new_fields[i].table = new_fields[i].root + in MYSQLND_METHOD()
204 new_fields[i].db = new_fields[i].root + (orig_fields[i].db - orig_fields[i].root); in MYSQLND_METHOD()
[all …]
H A Dmysqlnd_structs.h108 char *root; member
/PHP-7.2/ext/mysqli/tests/
H A Dconnect.inc3 Default values are "localhost", "root",
13 $user = getenv("MYSQL_TEST_USER") ? getenv("MYSQL_TEST_USER") : "root";
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregparse.c5433 onig_parse_make_tree(Node** root, const UChar* pattern, const UChar* end, in onig_parse_make_tree() argument
5452 *root = NULL; in onig_parse_make_tree()
5458 r = parse_regexp(root, &p, (UChar* )end, env); in onig_parse_make_tree()
H A Dregcomp.c3444 if (IS_NULL(root)) { in expand_case_fold_string()
3469 if (IS_NULL(root)) { in expand_case_fold_string()
3478 if (IS_NULL(root)) { in expand_case_fold_string()
3513 if (IS_NULL(root)) { in expand_case_fold_string()
3520 if (IS_NULL(root)) { in expand_case_fold_string()
5295 Node* root; in onig_compile() local
5301 root = 0; in onig_compile()
5365 print_tree(stderr, root); in onig_compile()
5416 r = compile_tree(root, reg); in onig_compile()
5441 onig_node_free(root); in onig_compile()
[all …]
H A Dregparse.h342 extern int onig_parse_make_tree P_((Node** root, const UChar* pattern, const UChar* end, regex_t…
/PHP-7.2/ext/mbstring/oniguruma/
H A DINSTALL65 documentation. When installing into a prefix owned by root, it is
67 user, and only the `make install' phase executed with root
74 root privileges, verifies that the installation completed
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DAPI415 Return the root node of capture history data tree.
/PHP-7.2/ext/libxml/tests/
H A Dbug42112.phpt8 <root><child xml:id="id1">baz</child></root>
26 $root = $doc->documentElement;
27 print 'Root Node: '.$root->nodeName."\n";
31 Root Node: root
/PHP-7.2/ext/mbstring/libmbfl/
H A DLICENSE188 root function must still compute square roots.)
/PHP-7.2/ext/ldap/tests/
H A Dbug76248.phpt22 $b = ldap_bind($ds, "cn=root,dc=example,dc=com", "secret");
24 $s = ldap_search($ds, "dc=example,dc=com", "(cn=root)");

Completed in 108 milliseconds

12345678910>>...13