Home
last modified time | relevance | path

Searched refs:read (Results 226 – 250 of 478) sorted by relevance

12345678910>>...20

/PHP-5.5/ext/standard/tests/file/
H A Dbug22414.phpt2 Bug #22414 (passthru() does not read data correctly)
H A Dunlink_variation1-win32.phpt34 echo "-- Unlink file having default permission and its dir having read only permission --\n";
72 -- Unlink file having default permission and its dir having read only permission --
H A Dfgetss_basic2-win32.phpt2 Test fgetss() function : Basic functionality - read/write modes
16 /* try fgetss on files which are opened in read/write modes
57 /* read entire file and strip tags */
64 /* read entire file and strip tags tags */
H A Dfgetss_basic2.phpt2 Test fgetss() function : Basic functionality - read/write modes
16 /* try fgetss on files which are opened in read/write modes
55 /* read entire file and strip tags */
62 /* read entire file and strip tags tags */
H A Dbug26938.phpt2 Bug #26938 (exec does not read consecutive long lines correctly)
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 Dfgetc_variation3.phpt38 // read from file
39 var_dump( fgetc($file_handle) ); // expected : no chars should be read
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 ***
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_validate_on_parse_basic.phpt2 DOMDocument::$validateOnParse - read/write tests (dom_document_validate_on_parse_read/dom_document_…
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_poll.phpt51 $read = $error = $reject = array($link);
52 if (0 !== ($tmp = (mysqli_poll($read, $error, $reject, 0, 1))))
59 printf("[%03d + 1] There should be %d links ready to read from, %d ready\n",
/PHP-5.5/ext/simplexml/tests/
H A Dbug35785.phpt2 Bug #35785 (SimpleXML memory read error)
/PHP-5.5/ext/standard/tests/streams/
H A Dbug44818.phpt2 Bug #44818 (php://memory writeable when opened read only)
/PHP-5.5/ext/phar/tests/
H A Dbug46032.phpt2 Phar: bug #46032: PharData::__construct wrong memory read
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 …]
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 …]
/PHP-5.5/ext/xmlreader/tests/
H A Dexpand.phpt23 while ($reader->read()) {
H A D004.phpt19 while ($reader->read()) {
/PHP-5.5/ext/mbstring/libmbfl/
H A DDISCLAIMER10 Please read the following detail of the licence (in japanese).
/PHP-5.5/ext/oci8/tests/
H A Dlob_010.phpt37 var_dump($row[0]->read(1024));
/PHP-5.5/ext/zlib/tests/
H A Dgzseek_variation6.phpt24 //read the next 10
/PHP-5.5/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.5/ext/interbase/
H A Dphp_ibase_udf.c147 ISC_USHORT read; in exec_php() local
149 for (code[remaining] = '\0'; remaining > 0; remaining -= read) in exec_php()
150 b->blob_get_segment(b->blob_handle, &code[i++<<16],min(0x10000,remaining), &read); in exec_php()
/PHP-5.5/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.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_connection_status.phpt28 printf("[004] Changing read only attribute\n");

Completed in 31 milliseconds

12345678910>>...20