Home
last modified time | relevance | path

Searched refs:read (Results 201 – 225 of 433) sorted by relevance

12345678910>>...18

/PHP-5.3/ext/phar/tests/
H A Dbug46032.phpt2 Phar: bug #46032: PharData::__construct wrong memory read
H A Dphar_setdefaultstub.phpt177 $read = 8192;
179 $read = $L[1] - strlen($m);
181 $last = (binary)fread($fp, $read);
186 die('ERROR: manifest length read was "' .
472 $read = 8192;
474 $read = $L[1] - strlen($m);
476 $last = (binary)fread($fp, $read);
481 die('ERROR: manifest length read was "' .
767 $read = 8192;
769 $read = $L[1] - strlen($m);
[all …]
H A Dphar_createdefaultstub.phpt157 $read = 8192;
159 $read = $L[1] - strlen($m);
161 $last = (binary)fread($fp, $read);
166 die('ERROR: manifest length read was "' .
451 $read = 8192;
453 $read = $L[1] - strlen($m);
455 $last = (binary)fread($fp, $read);
460 die('ERROR: manifest length read was "' .
753 $read = 8192;
755 $read = $L[1] - strlen($m);
[all …]
/PHP-5.3/ext/simplexml/tests/
H A Dbug35785.phpt2 Bug #35785 (SimpleXML memory read error)
/PHP-5.3/ext/standard/tests/streams/
H A Dbug44818.phpt2 Bug #44818 (php://memory writeable when opened read only)
/PHP-5.3/ext/xmlreader/tests/
H A Dexpand.phpt23 while ($reader->read()) {
H A D004.phpt19 while ($reader->read()) {
/PHP-5.3/ext/oci8/tests/
H A Dlob_010.phpt37 var_dump($row[0]->read(1024));
/PHP-5.3/ext/mbstring/libmbfl/
H A DDISCLAIMER10 Please read the following detail of the licence (in japanese).
/PHP-5.3/ext/standard/tests/file/
H A Dbug26938.phpt2 Bug #26938 (exec does not read consecutive long lines correctly)
H A Dfgetc_variation3.phpt38 // read from file
39 var_dump( fgetc($file_handle) ); // expected : no chars should be read
H A Dunlink_variation1.phpt44 echo "-- Unlink file having default permission and its dir having read only permission --\n";
76 -- Unlink file having default permission and its dir having read only permission --
H A Dfgets_variation1.phpt37 // read from file
38 var_dump( fgets($file_handle) ); // expected : no chars should be read
H A Dis_readable_variation2.phpt32 echo "\n*** Testing is_readable() on directory without read permission ***\n";
85 *** Testing is_readable() on directory without read permission ***
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
/PHP-5.3/ext/zlib/tests/
H A Dgzseek_variation6.phpt24 //read the next 10
/PHP-5.3/Zend/
H A Dzend_stream.c258 size_t read, remain = 4*1024; local
262 while ((read = zend_stream_read(file_handle, *buf + size, remain TSRMLS_CC)) > 0) {
263 size += read;
264 remain -= read;
/PHP-5.3/ext/interbase/
H A Dphp_ibase_udf.c149 ISC_USHORT read; in exec_php() local
151 for (code[remaining] = '\0'; remaining > 0; remaining -= read) in exec_php()
152 b->blob_get_segment(b->blob_handle, &code[i++<<16],min(0x10000,remaining), &read); in exec_php()
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_connection_status.phpt28 printf("[004] Changing read only attribute\n");
/PHP-5.3/ext/session/tests/
H A Dsession_set_save_handler_variation1.phpt11 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
/PHP-5.3/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.3/ext/standard/tests/dir/
H A Ddir_variation5.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
/PHP-5.3/ext/posix/tests/
H A Dposix_access.phpt4 checks for existence, read-access, write-access, execute-access
/PHP-5.3/ext/dom/tests/
H A DDOMDocument_documentURI_basic.phpt2 Tests DOMDocument::documentURI read and write
/PHP-5.3/ext/curl/tests/
H A Dcurl_CURLOPT_READDATA.phpt14 // Create a temporary file to read the data from

Completed in 77 milliseconds

12345678910>>...18