Home
last modified time | relevance | path

Searched refs:root (Results 276 – 291 of 291) sorted by relevance

1...<<1112

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_structs.h95 char *root; member
H A Dmysqlnd_wireprotocol.c1312 root_ptr = meta->root = mnd_pemalloc(total_len, packet->persistent_alloc); in php_mysqlnd_rset_field_read()
/PHP-5.5/ext/standard/tests/file/
H A Dis_writable_basic.phpt5 // Skip if being run by root (files are always readable, writeable and executable)
11 die('skip cannot be run as root');
H A Dmkdir_rmdir_variation1.phpt8 // Skip if being run by root (files are always readable, writeable and executable)
14 die('skip cannot be run as root');
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c5520 onig_parse_make_tree(Node** root, const UChar* pattern, const UChar* end, in onig_parse_make_tree() argument
5539 *root = NULL; in onig_parse_make_tree()
5541 r = parse_regexp(root, &p, (UChar* )end, env); in onig_parse_make_tree()
/PHP-5.5/
H A Dphp.ini-development549 ; http://php.net/docref-root
701 ; The root of the PHP pages, used only if nonempty.
706 ; http://php.net/doc-root
H A Dphp.ini-production549 ; http://php.net/docref-root
701 ; The root of the PHP pages, used only if nonempty.
706 ; http://php.net/doc-root
H A DNEWS2827 . Fixed bug #61835 (php-fpm is not allowed to run as root). (fat)
2832 for non-root start). (fat)
5052 - Fixed bug #51688 (ini per dir crashes when invalid document root are given).
7596 - Fixed bug #41063 (chdir doesn't like root paths). (Dmitry)
7666 - Fixed bug #40560 (DIR functions do not work on root UNC path). (Dmitry)
7670 is in root dir). (Marcus)
7842 - Fixed bug #40274 (Sessions fail with numeric root keys). (Ilia)
8533 in root dir). (Tony)
8873 . Added class SplFileInfo as root class for DirectoryIterator and
/PHP-5.5/ext/tidy/
H A Dtidy.c424 TIDY_METHOD_MAP(root, tidy_get_root, NULL)
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1447 >>>8 byte&0x0F 0x00 \b, root type: null
1450 >>8 byte&0xF0 0x10 \b, root type: integer
1451 >>8 byte&0xF0 0x20 \b, root type: real
1452 >>8 byte&0xF0 0x30 \b, root type: date
1453 >>8 byte&0xF0 0x40 \b, root type: data
1457 >>8 byte&0xF0 0xa0 \b, root type: array
4728 0 string root\0 ROOT file
6992 >>>>>17 uleshort >0 \b, root entries %u
7084 # 0 root entries
7710 >32 ulequad >0 \b root at %lld,
[all …]
/PHP-5.5/ext/mbstring/libmbfl/
H A DLICENSE188 root function must still compute square roots.)
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc819 echo "|-<root directory>\n";
/PHP-5.5/Zend/
H A DZEND_CHANGES190 methods of the same name from different root interfaces.
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1592 /* If we're root, try to become someone else. */
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch1049 "user stream", "lockbytes", "property", "root storage" };
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c147520 Blob root = {0,0,0}; /* New root page image */
147536 rc = fts3TruncateNode(aRoot, nRoot, &root, zTerm, nTerm, &iBlock);
147574 sqlite3_bind_blob(pChomp, 2, root.a, root.n, SQLITE_STATIC);
147582 sqlite3_free(root.a);

Completed in 493 milliseconds

1...<<1112