Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 25 of 174) sorted by path

1234567

/PHP-7.3/
H A DNEWS1186 . Fixed bug #77552 (Unintialized php_stream_statbuf in stat functions).
H A Dacinclude.m41207 #include <sys/stat.h>
1237 #include <sys/stat.h>
H A Dconfigure.ac466 sys/stat.h \
586 dnl Check for members of the stat structure
587 AC_CHECK_MEMBERS([struct stat.st_blksize, struct stat.st_rdev])
/PHP-7.3/Zend/
H A DZend.m4271 #include <sys/stat.h>
316 #include <sys/stat.h>
H A Dzend_stream.h94 # define zend_stat stat
95 typedef struct stat zend_stat_t;
H A Dzend_virtual_cwd.h124 # define php_sys_stat stat
/PHP-7.3/ext/dba/
H A Ddba_db2.c51 struct stat check_stat; in DBA_OPEN_FUNC()
H A Ddba_db3.c63 struct stat check_stat;
H A Ddba_db4.c77 struct stat check_stat;
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch519 - struct stat st;
919 - struct stat st;
1326 #include <sys/stat.h>
2034 #include <sys/stat.h>
2250 - struct stat st;
2272 -struct stat;
2511 - struct stat tstatbuf;
3238 - const struct stat *);
3348 - struct stat st;
3456 - const struct stat *sb)
[all …]
/PHP-7.3/ext/fileinfo/libmagic/
H A Dder.c391 struct stat st; in main()
H A Dfsmagic.c111 memcpy(sb, &ssb.sb, sizeof(struct stat)); in file_fsmagic()
/PHP-7.3/ext/interbase/
H A Dibase_blobs.c113 ISC_STATUS stat; in _php_ibase_blob_get() local
120 …for (cur_len = stat = 0; (stat == 0 || stat == isc_segment) && cur_len < max_len; cur_len += seg_l… in _php_ibase_blob_get()
125stat = isc_get_segment(IB_STATUS, &ib_blob->bl_handle, &seg_len, chunk_size, &ZSTR_VAL(bl_data)[cu… in _php_ibase_blob_get()
128 if (IB_STATUS[0] == 1 && (stat != 0 && stat != isc_segstr_eof && stat != isc_segment)) { in _php_ibase_blob_get()
/PHP-7.3/ext/mbstring/libmbfl/
H A Dconfig.h.in44 /* Define to 1 if you have the <sys/stat.h> header file. */
/PHP-7.3/ext/mysqli/
H A Dmysqli_api.c2278 zend_string *stat; local
2280 char *stat; local
2289 if ((stat = (char *)mysql_stat(mysql->mysql)))
2291 RETURN_STRING(stat);
2293 if (mysqlnd_stat(mysql->mysql, &stat) == PASS)
2295 RETURN_STR(stat);
H A Dmysqli_fe.c594 PHP_FALIAS(stat, mysqli_stat, arginfo_mysqli_no_params)
/PHP-7.3/ext/mysqli/tests/
H A Dbug34810.phpt95 ["stat"]=>
135 ["stat"]=>
H A Dbug55859.phpt2 Bug #55859 mysqli->stat property access gives error
15 var_dump(soundex(mysqli_stat($link)) === soundex($link->stat));
H A Dmysqli_class_mysqli_interface.phpt56 'stat' => true,
112 "stat" => true,
203 assert(soundex(mysqli_stat($link)) == soundex($mysqli->stat));
204 printf("mysqli->stat = '%s'/%s ('%s'/%s)\n",
205 $mysqli->stat, gettype($mysqli->stat),
291 mysqli->stat = 'Uptime: %d Threads: %d Questions: %d Slow queries: %d Opens: %d Flush tables: …
H A Dmysqli_class_mysqli_properties_no_conn.phpt163 stat = 'false'
182 stat = 'false'
236 stat = 'false'
255 stat = 'false'
H A Dmysqli_class_mysqli_reflection.phpt1105 Inspecting method 'stat'
1320 Inspecting property 'stat'
1359 Default property 'stat'
H A Dmysqli_insert_id_variation.phpt41 $link->stat();
H A Dmysqli_kill.phpt47 if ($link->stat != NULL) {
126 ["stat"]=>
H A Dmysqli_real_connect.phpt210 ["stat"]=>
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_statistics.h118 …ats_set_trigger(MYSQLND_STATS * const stats, enum_mysqlnd_collected_stats stat, mysqlnd_stat_trigg…

Completed in 79 milliseconds

1234567