Searched refs:stat (Results 151 – 175 of 201) sorted by relevance
123456789
/PHP-5.5/sapi/cli/ |
H A D | php_cli_server.c | 141 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/main/streams/ |
H A D | plain_wrapper.c | 136 struct stat sb; 1122 struct stat sb; in php_plain_files_rename() 1183 struct stat sb; in php_plain_files_mkdir()
|
/PHP-5.5/ext/mysql/ |
H A D | php_mysql.c | 1297 char *stat; local 1314 if ((stat = (char *)mysql_stat(mysql->conn))) { 1315 RETURN_STRING(stat, 1); 1317 if (mysqlnd_stat(mysql->conn, &stat, &stat_len) == PASS) { 1318 RETURN_STRINGL(stat, stat_len, 0);
|
/PHP-5.5/ext/standard/ |
H A D | dir.c | 527 struct stat s; in PHP_FUNCTION()
|
/PHP-5.5/ext/standard/tests/file/ |
H A D | touch_variation5.phpt | 147 $temp = stat($path);
|
H A D | touch_variation5-win32.phpt | 147 $temp = stat($path);
|
H A D | touch_variation6-win32.phpt | 153 $temp = stat($path);
|
/PHP-5.5/sapi/nsapi/ |
H A D | nsapi.c | 802 static struct stat* sapi_nsapi_get_stat(TSRMLS_D) in sapi_nsapi_get_stat() 964 struct stat *fst; in php5_execute()
|
/PHP-5.5/ext/phar/tests/ |
H A D | phar_createdefaultstub.phpt | 298 $stat[7] . ")"); 592 $stat[7] . ")"); 894 $stat[7] . ")");
|
H A D | phar_setdefaultstub.phpt | 318 $stat[7] . ")"); 613 $stat[7] . ")"); 908 $stat[7] . ")");
|
/PHP-5.5/ext/mysqli/ |
H A D | mysqli_api.c | 2316 char *stat; local 2327 if ((stat = (char *)mysql_stat(mysql->mysql))) 2329 RETURN_STRING(stat, 1); 2331 if (mysqlnd_stat(mysql->mysql, &stat, &stat_len) == PASS) 2333 RETURN_STRINGL(stat, stat_len, 0);
|
H A D | mysqli_fe.c | 560 PHP_FALIAS(stat, mysqli_stat, arginfo_mysqli_no_params)
|
/PHP-5.5/ext/phar/tests/files/ |
H A D | nophar.phar | 262 $stat[7] . ")");
|
H A D | include_path2.phar | 262 $stat[7] . ")");
|
H A D | openssl.phar | 262 $stat[7] . ")");
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | mysqli_real_connect.phpt | 208 [%u|b%"stat"]=>
|
H A D | mysqli_class_mysqli_reflection.phpt | 1098 Inspecting method 'stat' 1306 Inspecting property 'stat' 1345 Default property 'stat'
|
/PHP-5.5/ext/phar/tests/cache_list/files/ |
H A D | nophar.phar | 262 $stat[7] . ")");
|
H A D | openssl.phar | 262 $stat[7] . ")");
|
/PHP-5.5/ext/spl/internal/ |
H A D | splfileobject.inc | 200 * @return array of file stat information
|
/PHP-5.5/ext/opcache/ |
H A D | ZendAccelerator.c | 641 static int zend_get_stream_timestamp(const char *filename, struct stat *statbuf TSRMLS_DC) in zend_get_stream_timestamp() 724 struct stat statbuf; in zend_get_file_handle_timestamp() 733 struct stat *tmpbuf = sapi_module.get_stat(TSRMLS_C); in zend_get_file_handle_timestamp() 794 !stream->ops->stat) { in zend_get_file_handle_timestamp() 801 ret = stream->ops->stat(stream, &sb TSRMLS_CC); in zend_get_file_handle_timestamp()
|
/PHP-5.5/sapi/apache2handler/ |
H A D | sapi_apache2.c | 215 static struct stat*
|
/PHP-5.5/ |
H A D | run-tests.php | 1124 $stat = proc_get_status($proc); 1126 if ($stat['signaled']) { 1127 $data .= "\nTermsig=" . $stat['stopsig'];
|
/PHP-5.5/sapi/fpm/fpm/ |
H A D | fpm_main.c | 1133 struct stat st; 1191 if (stat(pt, &st) == 0 && S_ISREG(st.st_mode)) {
|
/PHP-5.5/sapi/apache2filter/ |
H A D | sapi_apache2.c | 176 static struct stat*
|
Completed in 122 milliseconds
123456789