Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/ext/intl/tests/_files/
H A Dresourcebundle.txt1 root {
/PHP-5.5/ext/standard/tests/file/
H A Dis_executable_variation3.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_variation3.phpt7 // Skip if being run by root (files are always readable, writeable and executable)
13 die('skip cannot be run as root');
H A Dfopen_variation10-win32.phpt61 fwrite($h, "file in root");
91 file in root
94 file in root
128 file in root
H A Dfopen_variation11-win32.phpt60 fwrite($h, "file in root");
89 file in root
92 file in root
126 file in root
H A Dmkdir-004.phpt7 die("skip for root only");
H A Dmkdir-005.phpt7 die("skip for root only");
H A Dis_writable_variation3.phpt6 // Skip if being run by root (files are always readable, writeable and executable)
12 die('skip cannot be run as root');
H A Dchroot_001.phpt7 die("skip for root only");
H A Dcopy_variation15.phpt7 // Skip if being run by root (files are always readable, writeable and executable)
13 die('skip cannot be run as root');
H A Dcopy_variation9.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/simplexml/tests/
H A D024.phpt10 <root>
14 </root>
H A Dbug41947.phpt7 $xml = simplexml_load_string('<?xml version="1.0" encoding="utf-8"?><root xmlns:myns="http://myns" …
/PHP-5.5/ext/intl/tests/
H A Dresourcebundle_locales.phpt23 root
H A Dmsgfmt_format.phpt20 'root' => '{0,whatever} would not work!',
65 Locale is: root
H A Dlocale_get_primary_language.phpt19 'root',
88 root: primary_language='root'
/PHP-5.5/sapi/tux/
H A DREADME19 web-root through the parser; so be careful what you put
59 3. Touch a file in your web-root 'php5.tux'. This will
67 (daemon mode, eight threads, web-root /www, modules in
/PHP-5.5/ext/exif/
H A Dtest.txt60 function _search_file($root,&$possible,$path='') {
65 //error_log("search_file($root,$path)",0);
66 if ($dir = @opendir($root.$path.'/')) {
68 $type = @filetype($root.$path.'/'.$found);
69 //error_log("search_file($root$path):$type=$found",0);
74 $type = exif_imagetype($root.$path.'/'.$found);
77 $type = GetImageSize($root.$path.'/'.$found);
87 $possible[] = array('file'=>$root.$path.'/'.$found, 'type'=>$type);
88 //error_log("search_file($root$path) add:$path/$found",0);
103 _search_file($root,$possible,$path.'/'.$found);
/PHP-5.5/Zend/tests/
H A Dgc_015.phpt2 GC 015: Object as root of cycle
H A Dbug63055.phpt5 /* the default gc root size is 10,000 */
/PHP-5.5/ext/tidy/tests/
H A D028.phpt10 var_dump($x->root()->getParent());
/PHP-5.5/ext/xsl/tests/
H A Dbug49634.phpt12 <root>
14 </root>
26 <xsl:value-of select="ext:function('testFunction', document('$cDIR/bug49634.xml')/root)"/>
/PHP-5.5/sapi/phttpd/
H A Dphttpd.c199 char *root; in php_phttpd_request_ctor()
211 root = Ns_PageRoot(server); in php_phttpd_request_ctor()
212 SG(request_info).request_uri = SG(request_info).path_translated + strlen(root); in php_phttpd_request_ctor()
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dconfig.inc9 $config['ENV']['PDOTEST_DSN'] = 'pgsql:host=localhost port=5432 dbname=test user=root password=';
/PHP-5.5/ext/pcre/tests/
H A Dbug63055.phpt5 /* the default gc root size is 10,000 */

Completed in 24 milliseconds

12345678910>>...12