Home
last modified time | relevance | path

Searched refs:fgetc (Results 1 – 23 of 23) sorted by relevance

/php-src/ext/standard/tests/file/
H A Dfgetc_variation2.phpt2 Test fgetc() function : usage variations - closed handle
5 /* try reading a char using fgetc() using invalid handles
13 echo "*** Testing fgetc() : usage variations ***\n";
15 echo "-- Testing fgetc() with closed handle --\n";
23 var_dump( fgetc($file_handle) );
31 *** Testing fgetc() : usage variations ***
32 -- Testing fgetc() with closed handle --
33 fgetc(): supplied resource is not a valid stream resource
H A Dfgetc_variation3.phpt2 Test fgetc() function : usage variations - write only modes (Bug #42036)
9 /* try fgetc on files which are opened in non readable modes
17 echo "*** Testing fgetc() with file opened in write only mode ***\n";
38 var_dump( fgetc($file_handle) ); // expected : no chars should be read
52 *** Testing fgetc() with file opened in write only mode ***
58 Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
67 Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
76 Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
85 Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
94 Notice: fgetc(): Read of 8192 bytes failed with errno=9 Bad file descriptor in %s on line %d
[all …]
H A Dfgetc_variation1.phpt2 Test fgetc() function : usage variations - read when file pointer at EOF
8 echo "*** Testing fgetc() : usage variations ***\n";
9 echo "-- Testing fgetc() with file whose file pointer is pointing to EOF --\n";
28 // seek to end of the file and try fgetc()
32 var_dump( fgetc($file_handle) ); // try n read a char, none expected
46 *** Testing fgetc() : usage variations ***
47 -- Testing fgetc() with file whose file pointer is pointing to EOF --
H A Dfgetc_basic.phpt2 Test fgetc() function : basic functionality
8 echo "*** Testing fgetc() : basic operations ***\n";
61 *** Testing fgetc() : basic operations ***
64 -- Testing fgetc() : file opened using r mode --
90 -- Testing fgetc() : file opened using rb mode --
116 -- Testing fgetc() : file opened using rt mode --
142 -- Testing fgetc() : file opened using r+ mode --
221 -- Testing fgetc() : file opened using r mode --
247 -- Testing fgetc() : file opened using rb mode --
273 -- Testing fgetc() : file opened using rt mode --
[all …]
H A Dfgetc_variation4.phpt2 Test fgetc() function : usage variations - different read modes
5 /* read from fie using fgetc, file opened using different
8 echo "*** Testing fgetc() : usage variations ***\n";
9 echo "-- Testing fgetc() with files opened with different read modes --\n";
24 $data = "fgetc\n test";
34 var_dump( fgetc($file_handle) ); // expected : 1 char
49 *** Testing fgetc() : usage variations ***
50 -- Testing fgetc() with files opened with different read modes --
H A Dstream_rfc2397_007.phpt25 var_dump(fgetc($fp));
29 var_dump(fgetc($fp));
30 var_dump(fgetc($fp));
38 var_dump(fgetc($fp));
/php-src/tests/basic/
H A Denable_post_data_reading_07.phpt14 echo fgetc($f1);
16 echo fgetc($f1);
18 echo fgetc($f1);
20 echo fgetc($f1);
22 echo fgetc($f1);
26 echo fgetc($f1);
27 echo fgetc($f2);
H A Denable_post_data_reading_05.phpt17 echo fgetc($f1), fgetc($f2);
/php-src/ext/spl/tests/SplFileObject/
H A Dfileobject_002.phpt2 SPL: SplFileObject::fgetc
13 while(($c = $o->fgetc()) !== false)
/php-src/ext/zlib/tests/
H A Dgzgetc_basic_1.phpt23 while (($c = fgetc( $h )) !== false) {
H A Dgzgetc_basic.phpt25 echo fgetc( $h );
/php-src/sapi/phpdbg/
H A Dcreate-test.php89 $output .= $c = fgetc($pipes[1]);
/php-src/ext/standard/
H A Dfile.h28 PHPAPI PHP_FUNCTION(fgetc);
H A Diptc.c244 fgetc(fp); /* skip already copied 0xFF byte */ in PHP_FUNCTION()
H A Dfile.c935 PHPAPI PHP_FUNCTION(fgetc) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php2783 function fgetc($stream): string|false {}
H A Dbasic_functions_arginfo.h2646 ZEND_FUNCTION(fgetc);
3282 ZEND_FE(fgetc, arginfo_fgetc)
/php-src/ext/spl/
H A Dspl_directory.stub.php280 public function fgetc(): string|false {} function in SplFileObject
H A Dspl_directory_arginfo.h347 ZEND_METHOD(SplFileObject, fgetc);
459 ZEND_ME(SplFileObject, fgetc, arginfo_class_SplFileObject_fgetc, ZEND_ACC_PUBLIC)
H A Dspl_directory.c2540 PHP_METHOD(SplFileObject, fgetc) in PHP_METHOD() argument
/php-src/ext/zlib/
H A Dzlib_arginfo.h152 ZEND_FUNCTION(fgetc);
/php-src/ext/gd/libgd/
H A Dgdkanji.c602 while ((c = fgetc (stdin)) != '\n' && i < BUFSIZ)
/php-src/docs-old/
H A Dstreams.md40 names: fread, fwrite, fprintf, feof, fgetc, fgets, fclose, fflush, fseek, ftell,

Completed in 148 milliseconds