Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 25 of 201) sorted by last modified time

123456789

/PHP-5.5/win32/
H A Dglob.c149 static int g_lstat(Char *, struct stat *, glob_t *);
152 static int g_stat(Char *, struct stat *, glob_t *);
564 struct stat sb;
861 struct stat *sb;
876 struct stat *sb;
H A Dglob.h50 struct stat;
68 int (*gl_lstat)(const char *, struct stat *);
69 int (*gl_stat)(const char *, struct stat *);
/PHP-5.5/tests/security/
H A Dopen_basedir_stat.phpt8 test_open_basedir_array("stat");
16 *** Testing open_basedir configuration [stat] ***
23 Warning: stat(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s)…
26 Warning: stat(): open_basedir restriction in effect. File(../bad/bad.txt) is not within the allowed…
29 Warning: stat(): open_basedir restriction in effect. File(..) is not within the allowed path(s): (.…
32 Warning: stat(): open_basedir restriction in effect. File(../) is not within the allowed path(s): (…
35 Warning: stat(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (.)…
38 Warning: stat(): open_basedir restriction in effect. File(../bad/.) is not within the allowed path(…
41 Warning: stat(): open_basedir restriction in effect. File(%s/test/bad/bad.txt) is not within the al…
47 Warning: stat(): open_basedir restriction in effect. File(./../.) is not within the allowed path(s)…
[all …]
/PHP-5.5/tests/lang/
H A Dexecution_order.phpt152 static $stat = 20;
156 echo c::$stat + (c::$stat=200);
160 echo (c::$stat=300) + c::$stat;
/PHP-5.5/sapi/nsapi/
H A Dnsapi.c802 static struct stat* sapi_nsapi_get_stat(TSRMLS_D) in sapi_nsapi_get_stat()
964 struct stat *fst; in php5_execute()
/PHP-5.5/sapi/phttpd/
H A Dphttpd.c36 struct stat sb;
243 struct stat sb; in php_doit()
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1010 struct stat sb;
1316 -mmc_map( char* filename, struct stat* sbP, struct timeval* nowP )
1317 +mmc_map( char* filename, struct stat* sbP, struct timeval* nowP, int nocache, char **last_modified…
1320 struct stat sb;
1326 if ( sbP != (struct stat*) 0 )
1367 mmc_unmap( void* addr, struct stat* sbP, struct timeval* nowP )
1373 if ( sbP != (struct stat*) 0 )
1407 ** If you have a stat buffer on the file, pass it in, otherwise pass 0.
1411 -extern void* mmc_map( char* filename, struct stat* sbP, struct timeval* nowP );
1412 +extern void* mmc_map( char* filename, struct stat* sbP, struct timeval* nowP, int nocache, char **…
[all …]
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c646 struct stat st; in readSecret()
/PHP-5.5/sapi/milter/
H A Dphp_milter.c1165 struct stat junk; in main()
1166 if (stat(sock,&junk) == 0) unlink(sock); in main()
/PHP-5.5/sapi/fpm/
H A Dconfig.m4245 #include <sys/stat.h>
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c158 struct stat sb; in fpm_conf_is_dir()
160 if (stat(path, &sb) != 0) { in fpm_conf_is_dir()
H A Dfpm_main.c1133 struct stat st;
1191 if (stat(pt, &st) == 0 && S_ISREG(st.st_mode)) {
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c141 struct stat sb;
1458 struct stat sb; in php_cli_server_request_translate_vpath()
1495 if (!stat(buf, &sb)) { in php_cli_server_request_translate_vpath()
1504 if (!stat(buf, &sb) && (sb.st_mode & S_IFREG)) { in php_cli_server_request_translate_vpath()
2543 struct stat sb; in do_cli_server()
2545 if (stat(document_root, &sb)) { in do_cli_server()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c498 static struct stat *php_apache_get_stat(TSRMLS_D) in php_apache_get_stat()
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c1192 struct stat st;
1246 if (stat(pt, &st) == 0 && S_ISREG(st.st_mode)) {
/PHP-5.5/sapi/apache/
H A Dmod_php5.c372 static struct stat *php_apache_get_stat(TSRMLS_D) in php_apache_get_stat()
/PHP-5.5/sapi/apache2filter/
H A Dphp_apache.h44 struct stat finfo;
H A Dsapi_apache2.c176 static struct stat*
/PHP-5.5/sapi/apache2handler/
H A Dphp_apache.h43 struct stat finfo;
H A Dsapi_apache2.c215 static struct stat*
/PHP-5.5/
H A Drun-tests.php1124 $stat = proc_get_status($proc);
1126 if ($stat['signaled']) {
1127 $data .= "\nTermsig=" . $stat['stopsig'];
/PHP-5.5/main/streams/
H A Dstreams.c835 if (stream->ops->stat == NULL) { in _php_stream_stat()
839 return (stream->ops->stat)(stream, ssb TSRMLS_CC); in _php_stream_stat()
H A Dplain_wrapper.c136 struct stat sb;
1122 struct stat sb; in php_plain_files_rename()
1183 struct stat sb; in php_plain_files_mkdir()
/PHP-5.5/main/
H A Dphp_ini.c553 struct stat statbuf; in php_init_config()
626 struct stat sb; in php_init_config()
756 struct stat sb; in php_parse_user_ini_file()
H A Dphp_streams.h107 struct stat sb; /* regular info */
128 int (*stat)(php_stream *stream, php_stream_statbuf *ssb TSRMLS_DC); member

Completed in 177 milliseconds

123456789