Home
last modified time | relevance | path

Searched refs:r (Results 451 – 475 of 1819) sorted by relevance

1...<<11121314151617181920>>...73

/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation52.phpt23 $modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
H A Dtempnam_variation7-win32.phpt96 Warning: unlink(): %r(Invalid argument|No such file or directory)%r in %s on line %d
102 Warning: unlink(): %r(Invalid argument|No such file or directory)%r in %s on line %d
H A Dftruncate_variation1-win32.phpt22 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
75 -- Testing ftruncate() with file opening using r mode --
99 -- Testing ftruncate() with file opening using r+ mode --
107 -- Testing ftruncate() with file opening using r+b mode --
115 -- Testing ftruncate() with file opening using r+t mode --
269 -- Testing ftruncate() with file opening using r mode --
293 -- Testing ftruncate() with file opening using r+ mode --
301 -- Testing ftruncate() with file opening using r+b mode --
309 -- Testing ftruncate() with file opening using r+t mode --
H A Dftruncate_variation1.phpt22 $file_modes = array("r", "rb", "rt", "r+", "r+b", "r+t",
75 -- Testing ftruncate() with file opening using r mode --
99 -- Testing ftruncate() with file opening using r+ mode --
107 -- Testing ftruncate() with file opening using r+b mode --
115 -- Testing ftruncate() with file opening using r+t mode --
269 -- Testing ftruncate() with file opening using r mode --
293 -- Testing ftruncate() with file opening using r+ mode --
301 -- Testing ftruncate() with file opening using r+b mode --
309 -- Testing ftruncate() with file opening using r+t mode --
H A Duserstreams_004.phpt29 $fd = fopen("test://foo","r");
30 $fd2 = fopen("test2://foo","r");
H A Dfopen_variation6.phpt26 $h = fopen($absfile, "r", true, $ctx);
31 $h = fopen($relfile, "r", true, $ctx);
H A Dfopen_variation5.phpt44 $modes = array("r", "r+", "rt");
130 ** testing with mode=r **
137 ** testing with mode=r+ **
/PHP-5.5/ext/oci8/tests/
H A Dbug27303_1_11gR1.phpt37 $r = OCIBindByName($stid, ':MYBV', $mybv);
38 if (!$r) { echo "Bind error"; die; }
41 $r = OCIExecute($stid, OCI_DEFAULT);
42 if (!$r) { echo "Execute error"; die; }
H A Dbug27303_2_11gR1.phpt39 $r = OCIBindByName($stid, ':MYBV', $mybv);
40 if (!$r) { echo "Bind error"; die; }
43 $r = OCIExecute($stid, OCI_DEFAULT);
44 if (!$r) { echo "Execute error"; die; }
H A Dbug27303_3.phpt30 $r = OCIBindByName($stid, ':MYBV', $mybv, 5, SQLT_INT);
31 if (!$r) { echo "Bind error"; die; }
34 $r = OCIExecute($stid, OCI_DEFAULT);
35 if (!$r) { echo "Execute error"; die; }
H A Dbug27303_4_11gR1.phpt36 $r = OCIBindByName($stid, ':MYBV', $mybv, 0 );
37 if (!$r) { echo "Bind error"; die; }
40 $r = OCIExecute($stid, OCI_DEFAULT);
41 if (!$r) { echo "Execute error"; die; }
H A Dbug45458.phpt18 $r = oci_fetch_all($s, $data, 0, -1, OCI_FETCHSTATEMENT_BY_ROW);
29 $r = oci_fetch_all($s, $data, 0, -1, OCI_ASSOC);
H A Dfetch_all4.phpt27 $r = oci_fetch_all($s, $res);
28 var_dump($r);
H A Dbug36403.phpt59 Warning: oci_fetch_array(): ORA-%r(24338|01002)%r: %sbug36403.php on line %d
/PHP-5.5/ext/gd/tests/
H A Dgif.phpt16 function check_box($r,$g,$b, $error=0) {
23 $r_min = $r - $error; $r_max = $r + $error;
39 if ($c['red']==$r && $c['green']==$g && $c['blue']==$b) {
/PHP-5.5/ext/phar/tests/tar/files/bug67761.tar/
H A Dbug67761.phar509 �_�r���v&�6���hH��O���GBMB
/PHP-5.5/ext/standard/tests/streams/
H A Dstream_get_meta_data_file_variation4.phpt20 $fp = fopen($relative_filename, 'r');
64 string(1) "r"
H A Dproc_open_bug51800_right.phpt21 $r = file_put_contents($callee, '<?php
33 if (!$r) {
/PHP-5.5/sapi/cli/
H A DREADME17 * -r option which allows execution of PHP code directly from
18 the command line (e.g. php -r 'echo md5("test");' )
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_real_escape_string_eucjpms.phpt57 …if ("�����Ȥ߹�碌�Ǥ�\\r�����Ȥ߹�碌�Ǥ�" !== ($tmp = mysqli_real_escape_string($link, "�����Ȥ߹�碌�Ǥ�\r����…
58 printf("[008] Expecting \\r, got %s\n", $tmp);
H A Dmysqli_real_escape_string_euckr.phpt56 if ("�Ǵ뼺\\r�Ǵ뼺" !== ($tmp = mysqli_real_escape_string($link, "�Ǵ뼺\r�Ǵ뼺")))
57 printf("[008] Expecting \\r, got %s\n", $tmp);
H A Dmysqli_real_escape_string_gb2312.phpt57 if ("����\\r����" !== ($tmp = mysqli_real_escape_string($link, "����\r����")))
58 printf("[008] Expecting \\r, got %s\n", $tmp);
H A Dmysqli_real_escape_string_gbk.phpt59 if ("�İ汾\\r�İ汾" !== ($tmp = mysqli_real_escape_string($link, "�İ汾\r�İ汾")))
60 printf("[008] Expecting \\r, got %s\n", $tmp);
/PHP-5.5/ext/ctype/tests/
H A Dctype_space_variation1.phpt28 return "\n\t\r";
38 $fp = fopen(__FILE__, "r");
72 /*19*/ "\n\t\r",
/PHP-5.5/ext/sockets/tests/
H A Dsocket_abstract_path.phpt30 $r = socket_sendmsg($clients, [
34 var_dump($r);

Completed in 43 milliseconds

1...<<11121314151617181920>>...73