Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 561) sorted by relevance

12345678910>>...23

/PHP-8.1/ext/standard/tests/streams/
H A Dstream_select_preserve_keys.phpt5 $read[1] = fopen(__FILE__, 'r');
6 $read['myindex'] = reset($read);
10 var_dump($read);
11 stream_select($read, $write, $except, 0);
12 var_dump($read);
13 fread(reset($read), 1);
14 stream_select($read, $write, $except, 0); // // emulate_read
15 var_dump($read);
H A Dbug53427.phpt5 $read[1] = fopen(__FILE__, "r");
6 $read["myindex"] = reset($read);
10 var_dump($read);
12 stream_select($read, $write, $except, 0);
14 var_dump($read);
H A Dstream_set_chunk_size.phpt13 echo "read with size: ", $count, "\n";
30 /* when the chunk size is 1, the read buffer is skipped, but the
35 echo "should be read without buffer (\$count == 10000)\n";
42 echo "should elicit one read of size 100 (chunk size)\n";
44 echo "should elicit one read of size 100 (chunk size)\n";
67 should be read without buffer ($count == 10000)
68 read with size: 10000
75 should elicit one read of size 100 (chunk size)
76 read with size: 100
78 should elicit one read of size 100 (chunk size)
[all …]
H A Dstream_select_null_usec.phpt6 $read = [fopen(__FILE__, 'r')];
15 stream_select($read, $write, $except, null, null);
16 var_dump($read);
20 stream_select($read, $write, $except, null, 0);
22 stream_select($read, $write, $except, null, 1);
/PHP-8.1/ext/libxml/tests/
H A Dbug61367-read_2.phpt2 Bug #61367: open_basedir bypass in libxml RSHUTDOWN: read test
38 var_dump(mkdir('test_bug_61367-read'));
39 var_dump(mkdir('test_bug_61367-read/base'));
40 var_dump(file_put_contents('test_bug_61367-read/bad', 'blah'));
41 var_dump(chdir('test_bug_61367-read/base'));
49 unlink('test_bug_61367-read/bad');
50 rmdir('test_bug_61367-read/base');
51 rmdir('test_bug_61367-read');
59 Warning: DOMDocument::loadXML(): %Sfailed to load external entity "file:///%s/test_bug_61367-read/b…
61 Warning: Attempt to read property "nodeValue" on null in %s on line %d
H A Dbug61367-read.phpt2 Bug #61367: open_basedir bypass in libxml RSHUTDOWN: read test
38 var_dump(mkdir('test_bug_61367-read'));
39 var_dump(mkdir('test_bug_61367-read/base'));
40 var_dump(file_put_contents('test_bug_61367-read/bad', 'blah'));
41 var_dump(chdir('test_bug_61367-read/base'));
49 unlink('test_bug_61367-read/bad');
50 rmdir('test_bug_61367-read/base');
51 rmdir('test_bug_61367-read');
59 …: I/O warning : failed to load external entity "file:///%s/test_bug_61367-read/bad" in %s on line …
65 Warning: Attempt to read property "firstChild" on null in %s on line %d
[all …]
/PHP-8.1/ext/zip/tests/
H A Doo_readonly_properties.phpt2 Test that ZipArchive properties are read-only
66 Cannot write read-only property ZipArchive::$lastId
67 Cannot write read-only property ZipArchive::$lastId
69 Cannot write read-only property ZipArchive::$status
71 Cannot write read-only property ZipArchive::$statusSys
73 Cannot write read-only property ZipArchive::$numFiles
75 Cannot write read-only property ZipArchive::$filename
77 Cannot write read-only property ZipArchive::$comment
/PHP-8.1/ext/standard/tests/file/
H A Dfile_get_contents_variation7-win32-mb.phpt47 fwrite($h, "contents read");
68 string(%d) "contents read"
71 string(%d) "contents read"
74 string(%d) "contents read"
77 string(%d) "contents read"
90 string(%d) "contents read"
93 string(%d) "contents read"
96 string(%d) "contents read"
99 string(%d) "contents read"
107 string(%d) "contents read"
H A Dfile_get_contents_variation7-win32.phpt47 fwrite($h, "contents read");
68 string(%d) "contents read"
71 string(%d) "contents read"
74 string(%d) "contents read"
77 string(%d) "contents read"
90 string(%d) "contents read"
93 string(%d) "contents read"
96 string(%d) "contents read"
99 string(%d) "contents read"
107 string(%d) "contents read"
H A Dfile_variation8-win32.phpt47 fwrite($h, "contents read");
70 string(13) "contents read"
76 string(13) "contents read"
82 string(13) "contents read"
88 string(13) "contents read"
104 string(13) "contents read"
110 string(13) "contents read"
116 string(13) "contents read"
122 string(13) "contents read"
133 string(13) "contents read"
H A Dfile_get_contents_variation7.phpt39 fwrite($h, "contents read");
60 string(%d) "contents read"
63 string(%d) "contents read"
66 string(%d) "contents read"
69 string(%d) "contents read"
82 string(%d) "contents read"
85 string(%d) "contents read"
88 string(%d) "contents read"
91 string(%d) "contents read"
H A Dfile_variation8.phpt39 fwrite($h, "contents read");
62 string(13) "contents read"
68 string(13) "contents read"
74 string(13) "contents read"
80 string(13) "contents read"
96 string(13) "contents read"
102 string(13) "contents read"
108 string(13) "contents read"
114 string(13) "contents read"
H A Dstat_variation5-win32.phpt2 Test stat() functions: usage variations - file opened in read/write mode
12 /* test the stats of file opened in write mode and then same in read mode */
22 echo "\n*** Testing stat(): on a file with read/write permission ***\n";
31 // opening file again in read mode
32 $file_handle = fopen($filename, "r"); // read file
53 *** Testing stat(): on a file with read/write permission ***
/PHP-8.1/ext/openssl/tests/
H A Dopenssl_x509_read_basic.phpt17 var_dump(openssl_x509_read($a)); // read cert as a string
18 var_dump(openssl_x509_read($b)); // read cert as a filename string
19 var_dump(openssl_x509_read($c)); // read an invalid cert, fails
20 var_dump(openssl_x509_read($d)); // read cert from a resource
23 openssl_x509_read($e); // read an array
29 openssl_x509_read($f); // read an array with the filename
H A Dopenssl_x509_export_to_file_basic.phpt16 var_dump(openssl_x509_export_to_file($a, $outfilename)); // read cert as a binary string
17 var_dump(openssl_x509_export_to_file($b, $outfilename)); // read cert from a filename string
18 var_dump(openssl_x509_export_to_file($c, $outfilename)); // read an invalid cert, fails
19 var_dump(openssl_x509_export_to_file($d, $outfilename)); // read cert from a resource
21 openssl_x509_export_to_file($e, $outfilename); // read an array, fails
H A Dopenssl_x509_export_basic.phpt15 var_dump(openssl_x509_export($a, $output)); // read cert as a binary string
16 var_dump(openssl_x509_export($b, $output2)); // read cert from a filename string
17 var_dump(openssl_x509_export($c, $output3)); // read an invalid cert, fails
18 var_dump(openssl_x509_export($d, $output4)); // read cert from a resource
21 openssl_x509_export($e, $output5); // read an array, fails
/PHP-8.1/ext/oci8/tests/
H A Dlob_031.phpt2 Test LOB->read(), LOB->seek() and LOB->tell() with nul bytes in data
39 $row[0]->read(3);
42 $row[0]->read(3);
45 $row[0]->read(3);
48 $row[0]->read(6);
51 $row[0]->read(4);
55 $row[0]->read(5);
58 $row[0]->read(1);
/PHP-8.1/ext/zlib/tests/
H A Dbug71417.phpt16 // --> read: string(0) ""
17 // --> read: string(44) "The quick brown fox jumps over the lazx8dog."
24 // --> read: string(32) "The quick brown fox jumps over t"
31 // --> read: string(0) ""
32 // --> read: string(44) "The quick brown fox jumps over the lazy dog."
39 // read: string(44) "The quick brown fox jumps over the lazy dog."
56 echo "read: "; var_dump($s);
74 read: bool(false)
78 read: string(32) "The quick brown fox jumps over t"
84 read: bool(false)
[all …]
/PHP-8.1/ext/spl/tests/
H A Dbug80933.phpt14 $read = $temp->fgets();
15 var_dump($line === $read);
19 $read = $temp->fgets();
20 var_dump($line === $read);
/PHP-8.1/ext/xmlreader/tests/
H A Dbug64230.phpt21 $x->read();
30 $x->read();
43 Warning: XMLReader::read(): %s: parser error : Specification mandate%A value for attribute att in %…
45 Warning: XMLReader::read(): <root att/> in %s on line %d
47 Warning: XMLReader::read(): ^ in %s on line %d
H A D013.phpt21 while($reader->read()) {
23 $reader->read();
41 while($reader->read() && $reader->nodeType != XMLReader::ELEMENT);
50 Warning: XMLReader::read(): Element 'foo': %s
/PHP-8.1/ext/shmop/tests/
H A Dshmop_open_private.phpt13 $read = shmop_read($shm2, 0, 4);
15 var_dump(is_string($read) && $read !== $write);
/PHP-8.1/ext/ffi/tests/
H A D020.phpt2 FFI 020: read-only
64 FFI\Exception: Attempt to assign read-only field 'y'
65 FFI\Exception: Attempt to assign read-only field 'x'
66 FFI\Exception: Attempt to assign read-only location
67 FFI\Exception: Attempt to assign read-only location
69 FFI\Exception: Attempt to assign read-only location
70 FFI\Exception: Attempt to assign read-only location
/PHP-8.1/ext/dom/tests/
H A Dproperty_write_errors.phpt52 Cannot write read-only property DOMDocument::$nodeType
53 Cannot write read-only property DOMDocument::$xmlEncoding
54 Cannot write read-only property DOMEntity::$actualEncoding
55 Cannot write read-only property DOMEntity::$encoding
56 Cannot write read-only property DOMEntity::$version
/PHP-8.1/ext/standard/tests/dir/
H A Ddir_basic.phpt23 var_dump( $d->read() );
24 var_dump( $d->read() );
35 echo "\nTest read after closing the dir:\n";
37 var_dump( $d->read() );
81 Test read after closing the dir:
82 Directory::read(): supplied resource is not a valid Directory resource

Completed in 31 milliseconds

12345678910>>...23