Home
last modified time | relevance | path

Searched refs:root (Results 301 – 316 of 316) sorted by relevance

1...<<111213

/PHP-7.3/
H A DREADME.RELEASE_PROCESS38 - Checkout the pecl directory, most likely you want a sparse-root checkout
H A Dphp.ini-development556 ; http://php.net/docref-root
737 ; The root of the PHP pages, used only if nonempty.
742 ; http://php.net/doc-root
H A Dphp.ini-production558 ; http://php.net/docref-root
739 ; The root of the PHP pages, used only if nonempty.
744 ; http://php.net/doc-root
H A DNEWS15 . Fixed bug #81026 (PHP-FPM oob R/W in root process leading to privilege
350 . Fixed bug #79491 (Search for .user.ini extends up to root dir). (cmb)
2015 . Fixed bug #76333 (PHP built-in server does not find files if root path
/PHP-7.3/sapi/fpm/
H A Dwww.conf.in66 ; Note: - It will only work if the FPM master process is launched as root
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.c8459 onig_parse_tree(Node** root, const UChar* pattern, const UChar* end, in onig_parse_tree() argument
8479 *root = NULL; in onig_parse_tree()
8485 r = parse_regexp(root, &p, (UChar* )end, env); in onig_parse_tree()
8492 r = make_call_zero_body(*root, env, &zero_node); in onig_parse_tree()
8495 *root = zero_node; in onig_parse_tree()
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DAPI661 Return the root node of capture history data tree.
/PHP-7.3/sapi/phpdbg/
H A Dxml.md222 - symbol ("{main}" is root frame)
/PHP-7.3/ext/tidy/
H A Dtidy.c461 TIDY_METHOD_MAP(root, tidy_get_root, NULL)
/PHP-7.3/ext/mbstring/libmbfl/
H A DLICENSE188 root function must still compute square roots.)
/PHP-7.3/ext/phar/phar/
H A Dpharcommand.inc819 echo "|-<root directory>\n";
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic103 >>>9 string x \b, root "%s"
1886 >>>8 byte&0x0F 0x00 \b, root type: null
1890 >>8 byte&0xF0 0x20 \b, root type: real
1891 >>8 byte&0xF0 0x30 \b, root type: date
1896 >>8 byte&0xF0 0xa0 \b, root type: array
7488 0 string root\0 ROOT file
10572 # 0 root entries
11359 >32 ulequad >0 \b root at %lld,
16642 >>508 leshort >0 root=0x%X
16943 >16 string x \b, root %s
[all …]
H A Dmagic私はガラスを食べられます103 >>>9 string x \b, root "%s"
1886 >>>8 byte&0x0F 0x00 \b, root type: null
1890 >>8 byte&0xF0 0x20 \b, root type: real
1891 >>8 byte&0xF0 0x30 \b, root type: date
1896 >>8 byte&0xF0 0xa0 \b, root type: array
7488 0 string root\0 ROOT file
10572 # 0 root entries
11359 >32 ulequad >0 \b root at %lld,
16642 >>508 leshort >0 root=0x%X
16943 >16 string x \b, root %s
[all …]
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1283 root_ptr = meta->root = packet->memory_pool->get_chunk(packet->memory_pool, total_len); in php_mysqlnd_rset_field_read()
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch1605 "user stream", "lockbytes", "property", "root storage" };
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c174985 Blob root = {0,0,0}; /* New root page image */
175001 rc = fts3TruncateNode(aRoot, nRoot, &root, zTerm, nTerm, &iBlock);
175039 sqlite3_bind_blob(pChomp, 2, root.a, root.n, SQLITE_STATIC);
175048 sqlite3_free(root.a);

Completed in 856 milliseconds

1...<<111213