Home
last modified time | relevance | path

Searched refs:fgets (Results 1 – 25 of 136) sorted by path

123456

/php-src/Zend/tests/
H A Ddim_assign_001.phpt16 while ($line = fgets($fp, 256)) {
/php-src/Zend/
H A Dzend_call_stack.c216 …while (fgets(buffer, sizeof(buffer), f) && sscanf(buffer, "%" SCNxPTR "-%" SCNxPTR, &start, &end) … in zend_call_stack_get_linux_proc_maps()
H A Dzend_vm_gen.php1661 $op = trim(fgets($f));
H A Dzend_vm_trace_handlers.h94 if (fgets(buf, sizeof(buf)-1, f)) { in zend_vm_trace_init()
/php-src/benchmark/
H A Dshared.php36 $chunk = fgets($stream);
/php-src/docs-old/
H A Dstreams.md40 names: fread, fwrite, fprintf, feof, fgetc, fgets, fclose, fflush, fseek, ftell,
255 efficiently behave as fgets. The ops struct also contains a label for the
/php-src/ext/com_dotnet/
H A Dcom_extension.c100 while (fgets(typelib_name_buffer, 1024, typelib_file)) { in ZEND_GET_MODULE()
/php-src/ext/curl/tests/
H A Dserver.inc27 while (($line = fgets($pipes[2])) !== false) {
/php-src/ext/ftp/tests/
H A Dftp_fget_basic.phpt21 echo fgets($fp);
27 echo json_encode(fgets($fp)), "\n";
/php-src/ext/gd/libgd/
H A Dgd_xbm.c50 while (fgets(fline, MAX_XBM_LINE_SIZE, fd)) { in gdImageCreateFromXbm()
/php-src/ext/mbstring/tests/
H A Dcp5022x_encoding.phpt39 while ($line = fgets($fp, 256)) {
72 while ($line = fgets($fp, 256)) {
83 while ($line = fgets($fp, 256)) {
H A Dcp51932_encoding.phpt20 while ($line = fgets($fp, 256)) {
H A Dencoding_tests.inc33 while ($line = fgets($fp, 256)) {
H A Deucjp_2004_encoding.phpt18 while ($line = fgets($fp, 256)) {
H A Dgb18030_2022_encoding.phpt206 while ($line = fgets($fp, 256)) {
H A Diso2022jp_2004_encoding.phpt18 while ($line = fgets($fp, 256)) {
48 while ($line = fgets($fp, 256)) {
H A Diso2022jp_encoding.phpt20 while ($line = fgets($fp, 256)) {
H A Diso2022jp_kddi_encoding.phpt33 while ($line = fgets($fp, 256)) {
52 while ($line = fgets($fp, 256)) {
81 while ($line = fgets($fp, 256)) {
H A Diso2022jp_ms_encoding.phpt33 while ($line = fgets($fp, 256)) {
65 while ($line = fgets($fp, 256)) {
H A Dsjis2004_encoding.phpt19 while ($line = fgets($fp, 256)) {
H A Dsjis_mobile_encodings.phpt92 while ($line = fgets($fp, 256)) {
H A Dsjismac_encoding.phpt19 while ($line = fgets($fp, 256)) {
H A Dutf8_mobile_encodings.phpt79 while ($line = fgets($fp, 256)) {
/php-src/ext/opcache/
H A DZendAccelerator.c3029 while (fgets(buffer, MAXPATHLEN, f)) { in accel_move_code_to_huge_pages()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c6784 if(fgets(p,BUFSIZ,f)==NULL){

Completed in 101 milliseconds

123456