Home
last modified time | relevance | path

Searched refs:read (Results 251 – 275 of 478) sorted by relevance

1...<<11121314151617181920

/PHP-5.5/ext/curl/tests/
H A Dcurl_CURLOPT_READDATA.phpt16 // Create a temporary file to read the data from
/PHP-5.5/ext/standard/tests/file/
H A Dfgetcsv_variation18.phpt10 /* Testing fgetcsv() to read a file when provided with default enclosure character
11 and with delimiter character which is not in the line being read by fgetcsv()
16 /* the array is with two elements in it. Each element should be read as
52 // this will be used to test, if the fgetcsv() read more than a line and its
53 // working when only a blank line is read
57 // close the file if the mode to be used is read mode and re-open using read mode
H A Dfgetss_variation5-win32.phpt2 Test fgetss() function : usage variations - read/write modes, file pointer at EOF
16 /* try fgetss on files which are opened in read/write modes
64 var_dump( fgetss($file_handle) ); // try to read
/PHP-5.5/tests/lang/
H A D024.phpt377 This should read "blah": blah
602 This should read "blah": blah
827 This should read "blah": blah
1052 This should read "blah": blah
1277 This should read "blah": blah
1502 This should read "blah": blah
1727 This should read "blah": blah
1952 This should read "blah": blah
2177 This should read "blah": blah
2402 This should read "blah": blah
[all …]
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_variation5.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
H A Ddir_error.phpt7 * Description: Directory class with properties, handle and class and methods read, rewind and close
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_documentURI_basic.phpt2 Tests DOMDocument::documentURI read and write
H A DDOMDocument_preserveWhiteSpace_variations.phpt2 DOMDocument::$preserveWhiteSpace - test ability to read and write property
H A DDOMDocument_encoding_basic.phpt2 DOMDocument::$encoding - read/write tests (dom_document_encoding_read/dom_document_encoding_write)
/PHP-5.5/ext/phar/tests/
H A Dphar_convert_repeated_b.phpt109 Cannot write out executable phar archive, phar is read-only
117 Cannot write out executable phar archive, phar is read-only
H A Dcached_manifest_1.phpt2 Phar: phar.cache_list basic read test
H A Dcached_manifest_1U.phpt2 Phar: phar.cache_list basic read test
H A Dmetadata_read.phpt2 Phar with meta-data (read)
H A Dmetadata_readU.phpt2 Phar with meta-data (read)
/PHP-5.5/ext/phar/tests/files/
H A Dnophar.phar121 $read = 8192;
123 $read = $L[1] - strlen($m);
125 $last = (binary)fread($fp, $read);
130 die('ERROR: manifest length read was "' .
H A Dinclude_path2.phar121 $read = 8192;
123 $read = $L[1] - strlen($m);
125 $last = (binary)fread($fp, $read);
130 die('ERROR: manifest length read was "' .
H A Dopenssl.phar121 $read = 8192;
123 $read = $L[1] - strlen($m);
125 $last = (binary)fread($fp, $read);
130 die('ERROR: manifest length read was "' .
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dnophar.phar121 $read = 8192;
123 $read = $L[1] - strlen($m);
125 $last = (binary)fread($fp, $read);
130 die('ERROR: manifest length read was "' .
H A Dopenssl.phar121 $read = 8192;
123 $read = $L[1] - strlen($m);
125 $last = (binary)fread($fp, $read);
130 die('ERROR: manifest length read was "' .
/PHP-5.5/ext/snmp/tests/
H A Dsnmp_include.inc4 …ault tests will try to access SNMP agent @ '127.0.0.1:161' and will use 'public' community for read
/PHP-5.5/ext/posix/tests/
H A Dposix_access.phpt4 checks for existence, read-access, write-access, execute-access
/PHP-5.5/ext/session/tests/
H A Dsave_handler.inc18 function read($id) {
/PHP-5.5/ext/sqlite3/tests/
H A Dsqlite3_12_unfinalized_stmt_cleanup.phpt23 /* Only read one row and break */
/PHP-5.5/ext/spl/tests/
H A DarrayObject_setFlags_basic1.phpt12 // read
/PHP-5.5/ext/zlib/tests/
H A Dzlib_scheme_copy_variation2.phpt34 //gzopen can read compressed and uncompressed so we

Completed in 58 milliseconds

1...<<11121314151617181920