Home
last modified time | relevance | path

Searched refs:read (Results 251 – 275 of 478) sorted by last modified time

1...<<11121314151617181920

/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation2.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
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 Ddir_variation4.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
38 var_dump( $d->read() ); // with previous handle
41 var_dump( $e->read() ); // with current handle
H A Ddir_variation5.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation6.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation7.phpt22 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation8.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_variation9.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
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 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 Drewinddir_variation2.phpt20 echo "\n-- Create the directory handle, read and close the directory --\n";
37 -- Create the directory handle, read and close the directory --
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/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
18 var_dump($d->read());
52 Method [ <internal:standard> public method read ] {
64 Warning: Directory::read(): Unable to find my handle property in %s on line 15
H A DDirectoryClass_error_001.phpt9 var_dump($d->read());
16 var_dump($d->read());
22 var_dump($d->read(1,2));
30 Warning: Directory::read(): supplied argument is not a valid Directory resource in %s on line %d
41 Warning: Directory::read(): Unable to find my handle property in %s on line %d
52 Warning: Directory::read() expects at most 1 parameter, 2 given in %s on line %d
/PHP-5.5/ext/standard/
H A Dpassword.c141 n = read(fd, buffer + read_bytes, raw_length - read_bytes); in php_password_make_salt()
H A Ddir.c107 PHP_NAMED_FE(read, php_if_readdir, arginfo_dir)
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_12_unfinalized_stmt_cleanup.phpt23 /* Only read one row and break */
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c25834 { "read", (sqlite3_syscall_ptr)read, 0 },
/PHP-5.5/ext/spl/tests/
H A Diterator_044.phpt64 foreach($it as $v); // read all into cache
H A Dbug65545.phpt15 // read more data than is available
H A DarrayObject_setFlags_basic1.phpt12 // read
H A DSplFileObject_fputcsv_variation5.phpt10 /* the array is with three elements in it. Each element should be read as
H A DSplFileObject_fputcsv_variation6.phpt13 /* the array is with three elements in it. Each element should be read as
H A DSplFileObject_fputcsv_variation7.phpt13 /* the array is with three elements in it. Each element should be read as
H A DSplFileObject_fputcsv_variation8.phpt13 /* the array is with three elements in it. Each element should be read as

Completed in 478 milliseconds

1...<<11121314151617181920