Home
last modified time | relevance | path

Searched refs:read (Results 76 – 100 of 478) sorted by relevance

12345678910>>...20

/PHP-5.5/ext/session/tests/
H A Dsession_set_save_handler_iface_002.phpt24 public function read($id);
45 public function read($id) {
76 array($handler, 'read'), 'good_write', array($handler, 'destroy'), array($handler, 'gc'));
H A Dbug60634_error_2.phpt21 function read($id) {
38 session_set_save_handler('open', 'close', 'read', 'write', 'destroy', 'gc');
H A Dsession_module_name_variation3.phpt25 function read($id) { }
31 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A D024.phpt27 function read($key)
56 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
71 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
H A D004.phpt26 function read($key)
55 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
67 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
H A Dsession_set_save_handler_basic.phpt14 …* Prototype : bool session_set_save_handler(callback $open, callback $close, callback $read, callb…
29 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
43 session_set_save_handler("open", "close", "read", "write", "destroy", "gc");
H A D005.phpt28 function read($key)
57 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
71 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
84 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
H A D025.phpt29 function read($key)
65 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
79 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
95 session_set_save_handler(array($hnd, "open"), array($hnd, "close"), array($hnd, "read"), array($hnd…
H A Dsession_set_save_handler_class_003.phpt27 public function read($key) {
29 return parent::read($key);
/PHP-5.5/ext/standard/tests/dir/
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 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 --
/PHP-5.5/ext/oci8/tests/
H A Dbug35973.phpt28 var_dump($d->read(5));
29 var_dump($d->read(4));
/PHP-5.5/ext/standard/tests/file/
H A Dfile_get_contents_variation4.phpt28 fwrite($h, "contents read");
186 string(%d) "contents read"
189 string(%d) "contents read"
240 string(%d) "contents read"
243 string(%d) "contents read"
247 string(%d) "contents read"
250 string(%d) "contents read"
H A Drename_variation7-win32.phpt31 Warning: readlink(): readlink failed to read the symbolic link (%srename_variation7-win32.php.tmp.l…
34 Warning: readlink(): readlink failed to read the symbolic link (%srename_variation7-win32.php.tmp.l…
H A Dfeof_basic.phpt25 //feof is not set to true until you try to read past the end of file.
27 //last time to set the eof flag but it will fail to read.
46 echo "*** testing feof on unclosed file after a read ***\n";
90 *** testing feof on unclosed file after a read ***
H A D007_variation10.phpt18 checking for the file creation, write & read operations,
34 var_dump( fread($file_handle, 100) ); //Check for read operation
35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation18.phpt18 checking for the file creation, write & read operations,
34 var_dump( fread($file_handle, 100) ); //Check for read operation
35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
H A D007_variation2.phpt18 checking for the file creation, write & read operations,
34 var_dump( fread($file_handle, 100) ); //Check for read operation
35 var_dump( ftell($file_handle) ); //File pointer position after read operation, expected at the end…
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_line_nb.phpt15 * length bytes have been read, the string specified by ending is found, EOF.
31 var_dump(stream_get_line($sockets[1], 8192, $eol)); // Nothing to read
35 …strlen(b"incomplete line"), $eol)); // EOL not found but $length has been read, return incomplete …
/PHP-5.5/ext/spl/internal/
H A Dsplfileobject.inc75 * @return array containing read data
232 * @param $max_len set the maximum line length read
273 * @return whether more data can be read
296 * This has the effect key() called on a read a new line will already
298 * @note Line counting works as long as you only read the file and do not
314 * @return next line read from file and increase the line counter
321 throw new RuntimeException("Cannot read from file " . $this->fname);
351 throw new RuntimeException("Cannot read from file " . $this->fname);
/PHP-5.5/ext/curl/
H A Dinterface.c243 if (ch->handlers->read && ch->handlers->read->stream) { in _php_curl_verify_handlers()
250 ch->handlers->read->fd = 0; in _php_curl_verify_handlers()
251 ch->handlers->read->fp = 0; in _php_curl_verify_handlers()
2027 dupch->handlers->read->stream = ch->handlers->read->stream; in PHP_FUNCTION()
2028 dupch->handlers->read->method = ch->handlers->read->method; in PHP_FUNCTION()
2037 dupch->handlers->read->fp = ch->handlers->read->fp; in PHP_FUNCTION()
2038 dupch->handlers->read->fd = ch->handlers->read->fd; in PHP_FUNCTION()
2052 dupch->handlers->read->func_name = ch->handlers->read->func_name; in PHP_FUNCTION()
3360 efree(ch->handlers->read); in _php_curl_close_ex()
3437 ch->handlers->read->fp = NULL; in _php_curl_reset_handlers()
[all …]
/PHP-5.5/ext/xmlreader/tests/
H A D007.phpt18 while ($reader->read());
33 while ($reader->read());
/PHP-5.5/ext/intl/tests/
H A Dcpbi_getLastCodePoint_basic.phpt18 //first() and last() don't read codepoint and set the last code point var to -1
19 //The pointer is after the last read codepoint if moving forward and
20 //before the last read codepoint is moving backwards
/PHP-5.5/ext/standard/tests/filters/
H A Dfilter_errors_user.phpt51 echo "test append / read / remove\n";
62 echo "test append all / read / remove all\n";
76 echo "test append all / read / close\n";
132 test append / read / remove
154 test append all / read / remove all
172 test append all / read / close
/PHP-5.5/ext/standard/tests/strings/
H A Dbug67249.phpt2 Bug #67249 (printf out-of-bounds read)

Completed in 52 milliseconds

12345678910>>...20