Home
last modified time | relevance | path

Searched refs:read (Results 26 – 50 of 478) sorted by relevance

12345678910>>...20

/PHP-5.5/ext/xmlreader/tests/
H A D012.phpt16 $reader->read();
34 while($reader->read() && $reader->nodeType != XMLReader::ELEMENT);
49 while($reader->read() && $reader->nodeType != XMLReader::ELEMENT);
57 while($reader->read() && $reader->nodeType != XMLReader::ELEMENT);
H A D009.phpt16 $reader->read();
17 $reader->read();
H A D010.phpt15 $reader->read();
16 $reader->read();
/PHP-5.5/ext/oci8/tests/
H A Dlob_019.phpt2 oci_lob_write()/erase()/read() with BLOBs
40 var_dump($row[0]->read(5));
41 var_dump($row[0]->read(5));
42 var_dump($row[0]->read(5));
/PHP-5.5/ext/standard/tests/file/
H A Dlstat_stat_variation13.phpt27 echo "*** Checking stat() on a file opened using read/write mode ***\n";
34 // opening file again in read mode
35 $file_handle = fopen($filename, "r"); // read file
53 *** Checking stat() on a file opened using read/write mode ***
H A Dfscanf_variation54.phpt11 /* Test fscanf() to scan a file to read objects */
15 echo "*** Test fscanf(): to read objects from a file ***\n";
46 // opening file for read
68 *** Test fscanf(): to read objects from a file ***
H A Dreadfile_variation5.phpt115 echo "File not read\n";
158 File not read
162 File not read
166 File not read
170 File not read
210 File not read
214 File not read
/PHP-5.5/ext/zlib/tests/
H A Dgzfile_variation15.phpt36 // should read dir2 file
45 //should now read dir1 file
54 //should still read dir1 file
61 //should read the file in working directory
70 //should read the file in script dir
H A Dreadgzfile_variation15.phpt36 // should read dir2 file
46 //should now read dir1 file
56 //should still read dir1 file
64 //should read the file in working dir
74 //should read the file in script dir
H A Dgzseek_basic.phpt17 //read the next 10
23 //read the next 10
29 //read the next 10
H A Dgzseek_variation2.phpt17 //read the next 10
23 //read the next 10
29 //read the next 10
H A Dgzseek_variation3.phpt17 //read the next 10
23 //read the next 10
29 //read the next 10
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation3.phpt22 * Description: Directory class with properties, handle and class and methods read, rewind and close
40 /*1*/ 0477, // owner has read only, other and group has rwx
43 /*3*/ 0444, // all have read only
46 /*5*/ 0400, // owner has read only, group and others have no permission
49 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
50 0407, // owner has read only, other has rwx & group has no permission
56 // Open directory with different permission values, read and close, expected: none of them to succe…
76 // try read directory, expected : false
78 var_dump($d->read());
H A Dreaddir_variation5.phpt26 * Open a directory with different premissions then try to read it
38 /*1*/ 0477, // owner has read only, other and group has rwx
41 /*3*/ 0444, // all have read only
44 /*5*/ 0400, // owner has read only, group and others have no permission
47 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
48 0407, // owner has read only, other has rwx & group has no permission
54 // Open directory with different permission values, read and close, expected: none of them to succe…
H A Dopendir_variation7.phpt38 /*1*/ 0477, // owner has read only, other and group has rwx
41 /*3*/ 0444, // all have read only
44 /*5*/ 0400, // owner has read only, group and others have no permission
47 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
48 0407, // owner has read only, other has rwx & group has no permission
54 // Open directory with different permission values, read and close, expected: none of them to succe…
H A Dscandir_variation7.phpt37 /*1*/ 0477, // owner has read only, other and group has rwx
40 /*3*/ 0444, // all have read only
43 /*5*/ 0400, // owner has read only, group and others have no permission
46 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
47 0407, // owner has read only, other has rwx & group has no permission
/PHP-5.5/ext/mysqli/tests/
H A Dbug63398.phpt19 $read = $error = $reject = array();
20 $read[] = $error[] = $reject[] = $link;
22 mysqli_poll($read, $error, $reject, 1);
/PHP-5.5/ext/spl/tests/
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 …
25 *** Testing fputcsv() : with enclosure & delimiter of two chars and file opened in read mode ***
/PHP-5.5/ext/session/tests/
H A Dbug32330.phpt30 echo "read: id = {$id}\n";
72 read: id = %s
77 read: id = %s
82 read: id = %s
H A Dsession_set_save_handler_error3.phpt14 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
25 function read($id) { return false; }
30 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A Dsession_set_save_handler_class_005.phpt28 public function read($id) {
30 return parent::read($id);
47 Warning: SessionHandler::read(): Parent session handler is not open in %ssession_set_save_handler_c…
H A Dbug61728.phpt19 function read ($id) {
36 session_set_save_handler ("open", "close", "read", "write", "destroy", "gc");
/PHP-5.5/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-5.5/ext/shmop/
H A DREADME20 a for read only access (sets SHM_RDONLY)
21 w for read & write access
34 shmid - shmid from which to read
36 count - how many bytes to read
38 returns the data read
42 shmid - shmid from which to read
/PHP-5.5/ext/shmop/tests/
H A D001.phpt37 echo "shm open for read only: ";
53 echo "shm open for read only: ";
85 shm open for read only: ok
87 shmop_write(): trying to write to a read only segment
88 shm open for read only: ok

Completed in 29 milliseconds

12345678910>>...20