Home
last modified time | relevance | path

Searched refs:read (Results 51 – 75 of 624) sorted by relevance

12345678910>>...25

/php-src/ext/standard/tests/file/
H A Dfscanf_variation54.phpt6 /* Test fscanf() to scan a file to read objects */
10 echo "*** Test fscanf(): to read objects from a file ***\n";
41 // opening file for read
63 *** Test fscanf(): to read objects from a file ***
H A Dbug69442.phpt45 echo 'read from pipe 0: ';
50 echo 'read from pipe 3: ';
57 read from pipe 0: string(5) "foo
59 read from pipe 3: string(3) "42
H A Dfopen_variation10-win32.phpt63 echo "file not opened for read\n";
92 file not opened for read
97 file not opened for read
102 file not opened for read
110 file not opened for read
130 file not opened for read
H A Dfopen_variation11-win32.phpt62 echo "file not opened for read\n";
90 file not opened for read
95 file not opened for read
100 file not opened for read
108 file not opened for read
128 file not opened for read
/php-src/ext/openssl/tests/
H A Dbug79881.phpt39 $read = openssl_x509_read($cert);
40 $key = openssl_pkey_get_public($read);
41 unset($read, $key);
/php-src/ext/standard/tests/streams/
H A Dstream_cast_loses_data.phpt19 // fills the read buffer with up to 8192 bytes
22 // cast $stream and read fd until eof. Print each line that was read, prefixed with "proc open stdi…
/php-src/ext/xmlreader/tests/
H A DfromStream_custom_constructor.phpt26 var_dump($reader->read());
63 Failed to read property because no XML data has been read yet
H A Dnext_basic.phpt14 $reader->read();
28 $reader->read();
29 $reader->read();
H A D009.phpt15 $reader->read();
16 $reader->read();
H A D010.phpt14 $reader->read();
15 $reader->read();
H A Dstatic.phpt14 while ($reader->read()) {
19 while ($reader->read()) {
/php-src/Zend/tests/nullsafe_operator/
H A D029.phpt9 Warning: Attempt to read property "a" on array in %s on line %d
11 Warning: Attempt to read property "a" on string in %s on line %d
/php-src/ext/standard/tests/dir/
H A Dopendir_variation7.phpt25 /*1*/ 0477, // owner has read only, other and group has rwx
28 /*3*/ 0444, // all have read only
31 /*5*/ 0400, // owner has read only, group and others have no permission
34 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
35 0407, // owner has read only, other has rwx & group has no permission
41 // Open directory with different permission values, read and close, expected: none of them to succe…
H A Dscandir_variation7.phpt24 /*1*/ 0477, // owner has read only, other and group has rwx
27 /*3*/ 0444, // all have read only
30 /*5*/ 0400, // owner has read only, group and others have no permission
33 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
34 0407, // owner has read only, other has rwx & group has no permission
H A Ddir_variation3.phpt26 /*1*/ 0477, // owner has read only, other and group has rwx
29 /*3*/ 0444, // all have read only
32 /*5*/ 0400, // owner has read only, group and others have no permission
35 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
36 0407, // owner has read only, other has rwx & group has no permission
42 // Open directory with different permission values, read and close, expected: none of them to succe…
62 // try read directory, expected : false
64 var_dump($d->read());
/php-src/ext/zlib/tests/
H A Dgzfile_variation15.phpt32 // should read dir2 file
41 //should now read dir1 file
50 //should still read dir1 file
57 //should read the file in working directory
66 //should read the file in script dir
H A Dreadgzfile_variation15.phpt32 // should read dir2 file
42 //should now read dir1 file
52 //should still read dir1 file
60 //should read the file in working dir
70 //should read the file in script dir
H A Dgzseek_basic.phpt13 //read the next 10
19 //read the next 10
25 //read the next 10
H A Dgzseek_variation2.phpt13 //read the next 10
19 //read the next 10
25 //read the next 10
H A Dgzseek_variation3.phpt13 //read the next 10
19 //read the next 10
25 //read the next 10
H A Dzlib_scheme_file_put_contents_basic.phpt11 text to be read
24 text to be read
/php-src/ext/reflection/tests/
H A D002.phpt2 Reflection properties are read only
57 Cannot set read-only property ReflectionMethodEx::$class
58 Cannot set read-only property ReflectionMethodEx::$name
/php-src/Zend/tests/prop_const_expr/
H A Dlhs_non_object.phpt14 Warning: Attempt to read property "prop" on int in %s on line %d
17 Warning: Attempt to read property "prop" on int in %s on line %d
/php-src/benchmark/
H A Dshared.php29 $read = [$stdout, $stderr];
33 stream_select($read, $write, $except, 1, 0);
35 foreach ($read as $stream) {
/php-src/Zend/tests/
H A D024.phpt44 Warning: Attempt to read property "1" on int in %s on line %d
47 Warning: Attempt to read property "1" on int in %s on line %d
54 Warning: Attempt to read property "1" on int in %s on line %d
56 Warning: Attempt to read property "" on null in %s on line %d

Completed in 24 milliseconds

12345678910>>...25