Home
last modified time | relevance | path

Searched refs:r (Results 401 – 425 of 1819) sorted by relevance

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

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_real_escape_string.phpt39 if ("\\r" !== ($tmp = mysqli_real_escape_string($link, "\r")))
40 printf("[008] Expecting \\r, got %s\n", $tmp);
H A Dmysqli_real_escape_string_sjis.phpt42 if ("?p??\\r?p??" !== ($tmp = mysqli_real_escape_string($link, "?p??\r?p??")))
43 printf("[008] Expecting \\r, got %s\n", $tmp);
/PHP-5.5/ext/sockets/tests/
H A Dsocket_recvmsg.phpt38 $r = socket_sendto($sends1, $m = "testing packet", strlen($m), 0, $addr, 3000);
39 var_dump($r);
40 if ($r < 12) die;
H A Dsocket_cmsg_credentials.phpt37 //$r = socket_sendmsg($sends1, [
40 $r = socket_sendto($sends1, $msg = "dread", strlen($msg), 0, $path);
41 var_dump($r);
/PHP-5.5/ext/phar/tests/
H A Dfopen5.2.phpt19 $a = fopen("dir/file1.txt", "r");
22 $a = fopen("file1.txt", "r", true);
25 $a = fopen("notfound.txt", "r", true);
/PHP-5.5/ext/standard/tests/strings/
H A Dchunk_split_variation5.phpt53 …||a||i||n||s|| ||a||n||d|| ||s||p||e||c||i||a||l|| ||c||h||a||r|| ||&|| ||n||u||m||b||e||r||s|| ||…
54 ||I||t|| ||a||l||s||o|| ||c||h||e||c||k||s|| ||f||o||r|| ||�|| ||c||h||a||r||"
H A Dpack_Z.phpt11 unpack("Z*", "foo\0\rbar\0 \t\r\n"),
12 unpack("Z9", "foo\0\rbar\0 \t\r\n"),
/PHP-5.5/ext/standard/
H A Drand.c161 register php_uint32 *r = state; in php_mt_initialize() local
166 *s++ = ( 1812433253U * ( *r ^ (*r >> 30) ) + i ) & 0xffffffffU; in php_mt_initialize()
167 r++; in php_mt_initialize()
/PHP-5.5/sapi/cgi/tests/
H A D008.phpt42 Content-type: text/html%r; charset=.*|%r
50 Content-type: text/html%r; charset=.*|%r
/PHP-5.5/ext/standard/tests/array/
H A Darray_unshift_variation8.phpt24 '\t\r\v The quick brown fo\fx jumped over the lazy dog',
27 'This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t'
94 string(53) "\t\r\v The quick brown fo\fx jumped over the lazy dog"
107 string(53) "\t\r\v The quick brown fo\fx jumped over the lazy dog"
187 string(74) "This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t"
200 string(74) "This is \ta text in bold letters\r\s\malong with slashes\n : HELLO WORLD\t"
H A Darray_intersect_variation3.phpt35 hello\r world\t
55 …array("a\v\f","aaaa\r","b","b\tbbb","c","\[\]\!\@\#\$\%\^\&\*\(\)\{\}"), // array with double quo…
56 …array('a\v\f','aaaa\r','b','b\tbbb','c','\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // array with single quo…
81 'world', true, false, false => 5, 'aaaa\r', "aaaa\r",
168 string(6) "aaaa\r"
172 string(6) "aaaa\r"
H A Darray_intersect_variation4.phpt35 hello\r world\t
51 'world', true, false, false => 5, 'aaaa\r', "aaaa\r",
64 …array("a\v\f","aaaa\r","b","b\tbbb","c","\[\]\!\@\#\$\%\^\&\*\(\)\{\}"), // array with double quo…
65 …array('a\v\f','aaaa\r','b','b\tbbb','c','\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // array with single quo…
179 string(6) "aaaa\r"
183 string(6) "aaaa\r"
H A Darray_unique_variation2.phpt34 hello\r world\t
54 …array("a\v\f", "aaaa\r", "b", "aaaa\r", "\[\]\!\@\#\$\%\^\&\*\(\)\{\}"), // with double quoted st…
55 …array('a\v\f', 'aaaa\r', 'b', 'aaaa\r', '\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // with single quoted st…
131 %unicode|string%(6) "aaaa\r"
/PHP-5.5/Zend/
H A Dbench.php50 $r=0.7;
53 $s=2*$r/$w1;
90 for ($r=$c, $i=$C, $k=0; $t = $z*$z - $Z*$Z + $r, $Z = 2*$z*$Z + $i, $z=$t, $k<5000; $k++)
106 $r = Ack(3,$n);
107 print "Ack(3,$n): $r\n";
179 $r = fibo_r($n);
180 print "$r\n";
/PHP-5.5/ext/standard/tests/file/
H A Dfgetc_basic.phpt14 $file_modes = array( "r", "rb", "rt", "r+", "r+b", "r+t");
68 -- Testing fgetc() : file opened using r mode --
146 -- Testing fgetc() : file opened using r+ mode --
172 -- Testing fgetc() : file opened using r+b mode --
198 -- Testing fgetc() : file opened using r+t mode --
225 -- Testing fgetc() : file opened using r mode --
303 -- Testing fgetc() : file opened using r+ mode --
329 -- Testing fgetc() : file opened using r+b mode --
355 -- Testing fgetc() : file opened using r+t mode --
382 -- Testing fgetc() : file opened using r mode --
[all …]
H A Dfgetcsv_variation6.phpt35 $file_modes = array ("r","rb", "rt", "r+", "r+b", "r+t",
44 if ( strstr($file_modes[$mode_counter], "r") ) {
65 if ( strstr($file_modes[$mode_counter], "r" ) ) {
101 -- Testing fgetcsv() with file opened using r mode --
149 -- Testing fgetcsv() with file opened using r+ mode --
165 -- Testing fgetcsv() with file opened using r+b mode --
181 -- Testing fgetcsv() with file opened using r+t mode --
341 -- Testing fgetcsv() with file opened using r mode --
389 -- Testing fgetcsv() with file opened using r+ mode --
581 -- Testing fgetcsv() with file opened using r mode --
[all …]
H A Dfseek_ftell_rewind_basic1.phpt2 Test fseek(), ftell() & rewind() functions : Basic functionality - all r and a modes
20 $file_modes = array( "r","rb","rt","r+","r+b","r+t",
67 -- File opened in mode r --
115 -- File opened in mode r+ --
131 -- File opened in mode r+b --
147 -- File opened in mode r+t --
261 -- File opened in mode r --
309 -- File opened in mode r+ --
325 -- File opened in mode r+b --
341 -- File opened in mode r+t --
H A Dfwrite_variation1-win32.phpt2 Test fwrite() function : usage variations - r, rb & rt modes
26 Test fwrite with file opened in mode : r,rb,rt
30 $file_modes = array("r","rb","rt");
85 -- Opening file in r --
123 -- Opening file in r --
161 -- Opening file in r --
199 -- Opening file in r --
H A Dfwrite_variation1.phpt2 Test fwrite() function : usage variations - r, rb & rt modes
26 Test fwrite with file opened in mode : r,rb,rt
30 $file_modes = array("r","rb","rt");
83 -- Opening file in r --
121 -- Opening file in r --
159 -- Opening file in r --
197 -- Opening file in r --
/PHP-5.5/ext/gd/libgd/
H A Dgd.h508 int gdImageColorAllocate(gdImagePtr im, int r, int g, int b);
512 int gdImageColorClosest(gdImagePtr im, int r, int g, int b);
517 int gdImageColorClosestAlpha(gdImagePtr im, int r, int g, int b, int a);
519 int gdImageColorClosestHWB(gdImagePtr im, int r, int g, int b);
521 int gdImageColorExact(gdImagePtr im, int r, int g, int b);
523 int gdImageColorExactAlpha(gdImagePtr im, int r, int g, int b, int a);
525 int gdImageColorResolve(gdImagePtr im, int r, int g, int b);
527 int gdImageColorResolveAlpha(gdImagePtr im, int r, int g, int b, int a);
532 #define gdTrueColor(r, g, b) (((r) << 16) + \ argument
540 #define gdTrueColorAlpha(r, g, b, a) (((a) << 24) + \ argument
[all …]
/PHP-5.5/ext/spl/tests/
H A Dbug49263.phpt22 …dClass":0:{},a:2:{s:4:"prev";i:2;s:4:"next";O:8:"stdClass":0:{}};r:6;,a:1:{s:4:"prev";r:3;};m:a:0:…
/PHP-5.5/ext/ctype/tests/
H A Dctype_digit_variation3.phpt31 /*10*/ "\r\n",
33 ")speci@! ch@r$(",
48 "123\r\t",
H A Dctype_space_variation3.phpt31 /*10*/ "\r\n",
34 ")speci@! ch@r$(",
46 /*25*/ " \t\r\n",
/PHP-5.5/ext/standard/tests/mail/
H A Dmail_include.inc94 $msg = "From: foo@anywhere.com\r\n"
95 . "To: $users[0]@$domain\r\n"
96 . "Subject: test$i\r\n"
97 . "\r\n"
98 . "$i: this is a test message, please ignore\r\n";
/PHP-5.5/ext/gmp/
H A Dgmp.c469 #define gmp_zval_binary_ui_op(r, a, b, o, u) gmp_zval_binary_ui_op_ex(r, a, b, o, u, 0, 0, 0 TSRMLS… argument
470 #define gmp_zval_binary_ui_op2(r, a, b, o, u) gmp_zval_binary_ui_op2_ex(r, a, b, o, u, 0, 0, 0 TSRM… argument
550 zval r; in gmp_zval_binary_ui_op2_ex() local
598 add_index_resource(return_value, 0, Z_LVAL(r)); in gmp_zval_binary_ui_op2_ex()
1124 zval r; local
1146 add_index_resource(return_value, 0, Z_LVAL(r));
1148 add_index_resource(return_value, 1, Z_LVAL(r));
1211 zval r; local
1231 ZEND_REGISTER_RESOURCE(&r, gmpnum_g, le_gmp);
1233 ZEND_REGISTER_RESOURCE(&r, gmpnum_s, le_gmp);
[all …]

Completed in 75 milliseconds

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