Home
last modified time | relevance | path

Searched refs:read (Results 76 – 100 of 624) sorted by relevance

12345678910>>...25

/php-src/ext/standard/libavifinfo/
H A Davifinfo.h79 AvifInfoStatus AvifInfoIdentifyStream(void* stream, read_stream_t read,
82 AvifInfoStatus AvifInfoGetFeaturesStream(void* stream, read_stream_t read,
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fputcsv_variation14.phpt7 of two chars is provided and file is opened in read only mode */
9 echo "*** Testing fputcsv() : with enclosure & delimiter of two chars and file opened in read mode …
34 *** Testing fputcsv() : with enclosure & delimiter of two chars and file opened in read mode ***
/php-src/ext/standard/tests/streams/
H A Dgh8472.phpt24 $read = [$res];
28 if (stream_select($read, $write, $except, 1)) {
/php-src/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt6 * Description: Directory class with properties, handle and class and methods read, rewind and close
19 var_dump($d->read());
58 Method [ <internal:standard> public method read ] {
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstrtod.c87 size_t read; in lexbor_strtod_diyfp_read() local
90 significand = lexbor_strtod_read_uint64(start, length, &read); in lexbor_strtod_diyfp_read()
94 if (length != read) { in lexbor_strtod_diyfp_read()
95 if (start[read] >= '5') { in lexbor_strtod_diyfp_read()
100 *remaining = (int) (length - read); in lexbor_strtod_diyfp_read()
/php-src/ext/xmlreader/tests/
H A D011.phpt17 $reader->read();
25 $reader->read();
H A D014.phpt2 XMLReader: libxml2 XML Reader, read-only element values cannot be modified
18 exit('XML could not be read');
22 while ($reader->read()) {
/php-src/ext/zlib/tests/
H A Dgzopen_variation8.phpt11 text to be read
29 text to be read
/php-src/ext/exif/tests/
H A Dbug64739.phpt13 echo 'Error, failed to read exif data';
25 echo 'Error, failed to read exif data';
/php-src/ext/openssl/tests/
H A Dgh10495.phpt64 $read = [$upstream, $conn];
66 while (stream_select($read, $write, $except, 1)) {
67 foreach ($read as $fp) {
92 $read = [$upstream, $conn];
H A Dbug72333.phpt24 $read = [$conn];
25 while (stream_select($read, $write, $except, 1)) {
50 while (stream_select($read, $write, $except, 1)) {
H A Dopenssl_pkcs12_export_basic.phpt20 var_dump(openssl_pkcs12_export($cert, $output, $priv, $pass)); // read certs as a string
22 var_dump(openssl_pkcs12_export($cert_path, $output, $priv_path, $pass)); // read certs from a filen…
24 var_dump(openssl_pkcs12_export($cert_res, $output, $priv_res, $pass)); // read certs from a resource
/php-src/ext/session/tests/user_session_module/
H A Dbug69111.phpt2 Bug #69111 Crash in SessionHandler::read()
25 $sh->read("");
/php-src/ext/standard/tests/file/
H A Dfopen_variation5.phpt61 // should read dir2 file
72 //should now read dir1 file
83 //should still read dir1 file
92 //should read the file in working dir
103 //should read the file in script dir
H A Dfopen_variation8.phpt60 // should read dir2 file
71 //should now read dir1 file
82 //should read the dir1 file
91 //should read the working dir file
102 //should read the file in script dir
H A Dfgetc_variation4.phpt2 Test fgetc() function : usage variations - different read modes
5 /* read from fie using fgetc, file opened using different
6 read read modes */
9 echo "-- Testing fgetc() with files opened with different read modes --\n";
32 // read from file, at least 7 chars
50 -- Testing fgetc() with files opened with different read modes --
/php-src/tests/classes/
H A Dconstants_basic_002.phpt13 echo "\nFail to read class constant from instance.\n";
24 Fail to read class constant from instance.
/php-src/ext/shmop/tests/
H A D001.phpt31 echo "shm open for read only: ";
48 echo "shm open for read only: ";
78 shm open for read only: ok
81 shm open for read only: ok
/php-src/ext/zip/tests/
H A Doo_torrentzip.phpt22 echo "\nOpen read\n";
39 Open read
H A Dpecl12414.phpt33 echo "zip_readfile could not read from " . $zipname . " : " . $filename;
38 zip_readfile could not read from %specl12414.zip : MYLOGOV2.GFX
H A Doo_archive_flag.phpt19 echo "\nOpen read\n";
35 Open read
/php-src/ext/session/
H A Dsession.stub.php74 callable $read = UNKNOWN, argument
101 public function read(string $id): string|false; function
137 public function read(string $id): string|false {} function in SessionHandler
/php-src/Zend/tests/
H A Dbug44660.phpt8 echo "--> read access:";
50 --> read access:
51 Warning: Attempt to read property "p" on true in %s on line %d
/php-src/ext/dom/tests/
H A Dbug67949.phpt66 Warning: Attempt to read property "textContent" on null in %s on line %d
74 Warning: Attempt to read property "textContent" on null in %s on line %d
80 Warning: Attempt to read property "textContent" on null in %s on line %d
86 Warning: Attempt to read property "textContent" on null in %s on line %d
/php-src/ext/opcache/tests/opt/
H A Dinference_001.phpt33 Warning: Attempt to read property "x" on null in %s on line %d
39 Warning: Attempt to read property "x" on null in %s on line %d

Completed in 24 milliseconds

12345678910>>...25