Home
last modified time | relevance | path

Searched refs:fscanf (Results 51 – 66 of 66) sorted by relevance

123

/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation10.phpt2 Test fscanf() function: usage variations - float formats with resource
7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
11 /* Test fscanf() to scan resource type using different float format types */
15 echo "*** Test fscanf(): different float format types with resource ***\n";
64 var_dump( fscanf($file_handle,$float_format) );
82 *** Test fscanf(): different float format types with resource ***
152 Warning: fscanf(): Bad scan conversion character " " in %s on line %d
155 Warning: fscanf(): Bad scan conversion character " " in %s on line %d
H A Dfscanf_variation29.phpt2 Test fscanf() function: usage variations - octal formats with resource
7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
11 /* Test fscanf() to scan resource type using different octal format types */
15 echo "*** Test fscanf(): different octal format types with resource ***\n";
64 var_dump( fscanf($file_handle,$octal_format) );
82 *** Test fscanf(): different octal format types with resource ***
152 Warning: fscanf(): Bad scan conversion character " " in %s on line %d
155 Warning: fscanf(): Bad scan conversion character " " in %s on line %d
H A Dfscanf_variation41.phpt2 Test fscanf() function: usage variations - unsigned formats with resource
7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
11 /* Test fscanf() to scan resource type using different unsigned format types */
15 echo "*** Test fscanf(): different unsigned format types with resource ***\n";
59 var_dump( fscanf($file_handle,$unsigned_format) );
77 *** Test fscanf(): different unsigned format types with resource ***
147 Warning: fscanf(): Bad scan conversion character " " in %s on line %d
150 Warning: fscanf(): Bad scan conversion character " " in %s on line %d
H A Dfscanf_variation22.phpt2 Test fscanf() function: usage variations - char formats with resource
7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
11 /* Test fscanf() to scan resource type using different char format types */
15 echo "*** Test fscanf(): different char format types with resource ***\n";
63 var_dump( fscanf($file_handle,$char_format) );
81 *** Test fscanf(): different char format types with resource ***
151 Warning: fscanf(): Bad scan conversion character " " in %s on line %d
154 Warning: fscanf(): Bad scan conversion character " " in %s on line %d
H A Dfscanf_variation16.phpt2 Test fscanf() function: usage variations - string formats with resource
7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
11 /* Test fscanf() to scan resource type using different string format types */
15 echo "*** Test fscanf(): different string format types with resource ***\n";
63 var_dump( fscanf($file_handle,$string_format) );
81 *** Test fscanf(): different string format types with resource ***
151 Warning: fscanf(): Bad scan conversion character " " in %s on line %d
154 Warning: fscanf(): Bad scan conversion character " " in %s on line %d
H A Dfscanf_variation52.phpt2 Test fscanf() function: usage variations - empty file
7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
11 /* Test fscanf() to scan an empty file */
15 echo "*** Test fscanf(): to read an empty file ***\n";
48 var_dump( fscanf($file_handle,$format) );
67 *** Test fscanf(): to read an empty file ***
H A Dfscanf_variation53.phpt2 Test fscanf() function: usage variations - file pointer pointing to EOF
7 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
11 /* Test fscanf() to read a file when file pointer is pointing to EOF */
15 echo "*** Test fscanf(): to read a file when file pointer is pointing to EOF ***\n";
64 var_dump( fscanf($file_handle,$format) );
82 *** Test fscanf(): to read a file when file pointer is pointing to EOF ***
H A Dfscanf_variation55.phpt2 Test fscanf() function: usage variations - tracking file pointer while reading
13 Prototype: mixed fscanf ( resource $handle, string $format [, mixed &$...] );
18 Test fscanf() to scan data using different format types and also
24 echo "*** Test fscanf(): tracking file pointer along with reading data from file ***\n";
83 var_dump( fscanf($file_handle,$int_format) );
98 *** Test fscanf(): tracking file pointer along with reading data from file ***
/PHP-7.4/ext/spl/tests/
H A Dbug51532.phpt2 SPL: Allow valid extension of SplFileObject::fscanf
7 public function fscanf($format, &...$vars) {
H A DSplFileObject_fscanf_basic.phpt2 SplFileObject::fscanf function - basic functionality test
6 var_dump($obj->fscanf('%s'));
/PHP-7.4/ext/standard/
H A Dfile.h37 PHP_FUNCTION(fscanf);
H A Dfile.c1139 PHP_FUNCTION(fscanf) in PHP_FUNCTION() argument
H A Dbasic_functions.c2855 PHP_FE(fscanf, arginfo_fscanf)
/PHP-7.4/ext/spl/
H A Dspl_directory.c2888 SPL_METHOD(SplFileObject, fscanf) in SPL_METHOD() argument
2900 FileFunctionCall(fscanf, ZEND_NUM_ARGS(), NULL); in SPL_METHOD()
3109 SPL_ME(SplFileObject, fscanf, arginfo_file_object_fscanf, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c2792 ret = fscanf(f, "%lx-%lx %4s %lx %5s %ld %s\n", &start, &end, perm, &offset, dev, &inode, name); in accel_move_code_to_huge_pages()
2799 ret = fscanf(f, "%lx-", &start); in accel_move_code_to_huge_pages()
/PHP-7.4/
H A DREADME.REDIST.BINS256 fscanf. Original code is from TCL8.3.0 and bears the following copyright:

Completed in 55 milliseconds

123