Home
last modified time | relevance | path

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

1...<<1112

/PHP-5.5/ext/intl/tests/
H A Dlocale_get_display_region2.phpt23 'root',
102 locale='root'
H A Dlocale_get_display_name.phpt33 'root',
168 locale='root'
H A Dlocale_get_display_name2.phpt34 'root',
169 locale='root'
H A Dlocale_get_display_name3.phpt33 'root',
168 locale='root'
H A Dlocale_get_display_name4.phpt34 'root',
169 locale='root'
H A Dlocale_get_display_name5.phpt33 'root',
168 locale='root'
/PHP-5.5/ext/phar/tests/
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.5/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.5/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()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.h342 extern int onig_parse_make_tree P_((Node** root, const UChar* pattern, const UChar* end, regex_t…
/PHP-5.5/
H A DREADME.TESTING247 3. run tests over http, copying test files into document root
H A DINSTALL768 line as root user and start it manually - you will see there are no
1124 default it's private and owned by the root user.
1128 root we'll use the sudo command to open it (as root) so for example
1176 6. Locate or set the DocumentRoot This is the root directory for all
1619 The Apache web server changes the directory to root at startup,
1620 causing PHP to attempt to read php.ini from the root filesystem if
1662 working its way up to the current document root (as set in
1664 document root, only its directory is scanned.
1813 [mybox:user /src/php5] root# apachectl configtest apachectl:
1957 [mybox:user /src/php5] root# apachectl configtest
[all …]
H A DREADME.RELEASE_PROCESS38 - Checkout the pecl directory, most likely you want a sparse-root checkout
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt148 where XX is the correct DLL version number. To get it, look in the server-root
/PHP-5.5/ext/snmp/
H A Dsnmp.c712 oid root[MAX_NAME_LEN]; in php_snmp_internal() local
729 …memmove((char *)root, (char *)(objid_query->vars[0].name), (objid_query->vars[0].name_length) * si… in php_snmp_internal()
821 …(vars->name_length < rootlen || memcmp(root, vars->name, rootlen * sizeof(oid)))) { /* not part of… in php_snmp_internal()
860 … if (rootlen <= vars->name_length && snmp_oid_compare(root, rootlen, vars->name, rootlen) == 0) { in php_snmp_internal()
/PHP-5.5/ext/standard/tests/file/
H A D006_variation1.phpt8 // Skip if being run by root
14 die('skip cannot be run as root');
H A Dtempnam_variation4.phpt8 // Skip if being run by root
14 die('skip cannot be run as root');
H A Dis_executable_basic.phpt8 // Skip if being run by root (files are always readable, writeable and executable)
14 die('skip cannot be run as root');
H A Dis_readable_basic.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/win32/
H A Dinstall.txt229 folder root. The supporting DLLs for the PHP 5 extensions are also not
815 line as root user and start it manually - you will see there are no
865 server-root for the correct DLL name. The DLL with the biggest filesize
1280 Note: The Apache web server changes the directory to root at startup
1281 causing PHP to attempt to read php.ini from the root filesystem if
1433 [mybox:user /src/php5] root# apachectl configtest
1644 [mybox:user /src/php5] root# apachectl configtest
1676 it is relative to your web root directory). Note that for IIS you
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in81 ; Note: - It will only work if the FPM master process is launched as root
189 ; Note: - It will only work if the FPM master process is launched as root
/PHP-5.5/ext/mbstring/oniguruma/doc/
H A DAPI388 Return the root node of capture history data tree.
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt25 supported by ICU) and the actual locale is "root" (the collation data comes unmodified from the UCA…
/PHP-5.5/ext/soap/
H A Dphp_sdl.c325 xmlNodePtr root, definitions, trav; in load_wsdl_ex() local
348 root = wsdl->children; in load_wsdl_ex()
349 definitions = get_node_ex(root, "definitions", WSDL_NAMESPACE); in load_wsdl_ex()
352 xmlNodePtr schema = get_node_ex(root, "schema", XSD_NAMESPACE); in load_wsdl_ex()

Completed in 170 milliseconds

1...<<1112