Home
last modified time | relevance | path

Searched refs:stat (Results 151 – 175 of 201) sorted by relevance

123456789

/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/main/streams/
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/ext/mysql/
H A Dphp_mysql.c1297 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 Ddir.c527 struct stat s; in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/file/
H A Dtouch_variation5.phpt147 $temp = stat($path);
H A Dtouch_variation5-win32.phpt147 $temp = stat($path);
H A Dtouch_variation6-win32.phpt153 $temp = stat($path);
/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/ext/phar/tests/
H A Dphar_createdefaultstub.phpt298 $stat[7] . ")");
592 $stat[7] . ")");
894 $stat[7] . ")");
H A Dphar_setdefaultstub.phpt318 $stat[7] . ")");
613 $stat[7] . ")");
908 $stat[7] . ")");
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c2316 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 Dmysqli_fe.c560 PHP_FALIAS(stat, mysqli_stat, arginfo_mysqli_no_params)
/PHP-5.5/ext/phar/tests/files/
H A Dnophar.phar262 $stat[7] . ")");
H A Dinclude_path2.phar262 $stat[7] . ")");
H A Dopenssl.phar262 $stat[7] . ")");
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_real_connect.phpt208 [%u|b%"stat"]=>
H A Dmysqli_class_mysqli_reflection.phpt1098 Inspecting method 'stat'
1306 Inspecting property 'stat'
1345 Default property 'stat'
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dnophar.phar262 $stat[7] . ")");
H A Dopenssl.phar262 $stat[7] . ")");
/PHP-5.5/ext/spl/internal/
H A Dsplfileobject.inc200 * @return array of file stat information
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c641 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 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/sapi/fpm/fpm/
H A Dfpm_main.c1133 struct stat st;
1191 if (stat(pt, &st) == 0 && S_ISREG(st.st_mode)) {
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c176 static struct stat*

Completed in 88 milliseconds

123456789