Home
last modified time | relevance | path

Searched refs:r (Results 126 – 150 of 1568) sorted by relevance

12345678910>>...63

/PHP-7.4/ext/standard/tests/streams/
H A Dbug72075.phpt5 $r = [stream_socket_server("tcp://127.0.0.1:0", $errno, $errStr)];
10 $dummy =& $r[0];
12 print stream_select($r, $w, $e, 0.5);
/PHP-7.4/ext/date/tests/
H A Dbug52668.phpt11 echo $dt->format('r') . "\n"; // Sun, 12 Dec 2010 00:00:00 +0100
13 echo $start->format('r'), "\n";
15 echo $dt->format('r') . "\n"; // Sun, 12 Dec 2010 00:00:00 +0100
17 echo $start->format('r'), "\n\n";
/PHP-7.4/sapi/cgi/tests/
H A D003.phpt50 Content-type: text/html%r; charset=.*|%r
58 Content-type: text/html%r; charset=.*|%r
63 Content-type: text/html%r; charset=.*|%r
/PHP-7.4/ext/standard/tests/http/
H A Dbug60570.phpt14 "data://text/plain,HTTP/1.0 404 Not Found\r\n\r\n",
15 "data://text/plain,HTTP/1.0 404 Not Found\r\n\r\n",
16 "data://text/plain,HTTP/1.0 404 Not Found\r\n\r\n"
H A Dbug69337.phpt24 "data://text/plain,HTTP/1.0 302 Found\r\nLocation: http://127.0.0.1:22345/try-again\r\n\r\n",
25 "data://text/plain,HTTP/1.0 404 Not Found\r\n\r\n",
H A Dbug80838.phpt12 "data://text/plain,HTTP/1.1 101 Switching Protocols\r\nHeader1: Value1\r\nHeader2: Value2\r\n\r\n"
H A Dbug79265_2.phpt12 "data://text/plain,HTTP/1.0 200 OK\r\n\r\n",
20 'header'=>"RandomHeader: host:8080\r\n" .
21 "Cookie: foo=bar\r\n"
/PHP-7.4/ext/standard/tests/strings/
H A Dbug43927.phpt5 var_dump(html_entity_decode("<", ENT_COMPAT, 'koi8-r'));
6 var_dump(html_entity_decode("&", ENT_COMPAT, 'koi8-r'));
7 var_dump(html_entity_decode("<", ENT_COMPAT, 'koi8-r'));
H A Dchunk_split_variation9.phpt33 "\r",
34 "\r\n",
41 ")speci@! ch@r$("
113r$(s to t)speci@! ch@r$(est ch)speci@! ch@r$(unk_sp)speci@! ch@r$(lit() )speci@! ch@r$(with v)spec…
/PHP-7.4/ext/soap/tests/
H A Dbug70875.phpt42 $r = new TestService();
43 $r->TestServiceRQ = new TestServiceRQ();
44 $r->TestServiceRQ->RqHeader = new RqHeader();
46 $c->testService($r);
/PHP-7.4/ext/zip/tests/
H A Dbug49072.phpt14 $r = $o->getStream('file1'); // this file has a wrong crc
15 if (!$r)die('failed to open a stream for file1');
17 while (! feof($r)) {
18 $s .= fread($r,1024);
/PHP-7.4/ext/oci8/tests/
H A Dstatement_cache.phpt31 ["%r(1\+3|EXP)%r"]=>
37 ["%r(1\+3|EXP)%r"]=>
H A Dminfo.phpt11 $r = preg_match('/OCI8 Support .* enabled/', $v);
12 if ($r !== 1)
13 var_dump($r);
H A Dfetch_all5.phpt28 $r = oci_fetch_all($s, $res, 0, -1);
29 var_dump($r);
36 $r = oci_fetch_all($s, $res, 0, 0);
37 var_dump($r);
44 $r = oci_fetch_all($s, $res, -1, 0);
45 var_dump($r);
/PHP-7.4/ext/openssl/tests/
H A Dbug65538_003.phpt31 while (!preg_match('/\r?\n\r?\n/', $in)) {
34 $response = "HTTP/1.0 200 OK\r\n"
35 . "Content-Type: text/plain\r\n"
36 . "Content-Length: 12\r\n"
37 . "Connection: close\r\n"
38 . "\r\n"
H A Dbug54060.phpt8 $data = "jfdslkjvflsdkjvlkfjvlkjfvlkdm,4w 043920r 9234r 32904r 09243
/PHP-7.4/ext/dba/libcdb/
H A Dcdb.c111 int r; in cdb_read() local
113 r = php_stream_read(c->fp, buf, len); in cdb_read()
114 } while ((r == -1) && (errno == EINTR)); in cdb_read()
115 if (r == -1) in cdb_read()
117 if (r == 0) { in cdb_read()
121 buf += r; in cdb_read()
122 len -= r; in cdb_read()
/PHP-7.4/Zend/tests/
H A Dbug38772.phpt12 echo __METHOD__ . "\r\n";
18 echo __METHOD__ . "\r\n";
24 echo __METHOD__ . "\r\n";
30 echo __METHOD__ . "\r\n";
/PHP-7.4/ext/spl/tests/
H A Dbug45826.phpt72 string(96) "O:11:"ArrayObject":4:{i:0;i:0;i:1;a:3:{i:0;O:8:"stdClass":0:{}i:1;r:4;i:2;r:1;}i:2;a:0:…
73 …7) "x:i:0;a:3:{i:0;O:8:"stdClass":0:{}i:1;r:3;i:2;O:11:"ArrayObject":4:{i:0;i:0;i:1;a:3:{i:0;r:3;i…
82 string(97) "O:12:"ArrayObject2":4:{i:0;i:0;i:1;a:3:{i:0;O:8:"stdClass":0:{}i:1;r:4;i:2;r:1;}i:2;a:0…
/PHP-7.4/ext/bz2/tests/
H A Dbug71263.phpt35 $r = fopen($fn, "r");
36 stream_filter_append($r, 'bzip2.decompress', STREAM_FILTER_READ);
37 while (!feof($r)) {
38 $s = fread($r, 100);
41 fclose($r);
/PHP-7.4/ext/pgsql/tests/
H A Dnonblocking.inc4 $r = [$stream]; $w = []; $e = [];
5 return (bool) stream_select($r, $w, $e, $timeout, 0);
8 $r = []; $w = [$stream]; $e = [];
9 return (bool) stream_select($r, $w, $e, $timeout, 0);
/PHP-7.4/sapi/cli/tests/
H A D003.phpt15 var_dump(`$php -n -d max_execution_time=111 -r 'var_dump(ini_get("max_execution_time"));'`);
16 var_dump(`$php -n -d max_execution_time=500 -r 'var_dump(ini_get("max_execution_time"));'`);
17 var_dump(`$php -n -d max_execution_time=500 -d max_execution_time=555 -r 'var_dump(ini_get("max_exe…
18 var_dump(`$php -n -d upload_tmp_dir=/test/path -d max_execution_time=555 -r 'var_dump(ini_get("max_…
/PHP-7.4/ext/enchant/tests/
H A Ddict_quick_check.phpt12 $r = enchant_broker_init();
13 if (!enchant_broker_dict_exists($r, $tag))
20 $r = enchant_broker_init();
22 $d = enchant_broker_request_dict($r, $tag);
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug34794.phpt10 $process1 = proc_open('/bin/cat', array(0 => array('pipe', 'r'), 1 =>array('pipe', 'r')), $pipes1);
13 $process2 = proc_open('/bin/cat', array(0 => array('pipe', 'r'), 1 =>array('pipe', 'r')), $pipes2);
/PHP-7.4/ext/intl/tests/
H A Dresourcebundle_traversable.phpt9 $r = new ResourceBundle( 'es', BUNDLE );
11 var_dump($r instanceof Traversable);
12 var_dump(iterator_to_array($r->get('testarray')));

Completed in 31 milliseconds

12345678910>>...63