Home
last modified time | relevance | path

Searched refs:chr (Results 126 – 150 of 162) sorted by relevance

1234567

/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_real_escape_string_eucjpms.phpt60 …����Ȥ߹�碌�Ǥ�" !== ($tmp = mysqli_real_escape_string($link, "�����Ȥ߹�碌�Ǥ�" . chr(0) . "�����Ȥ߹�碌�Ǥ�"…
H A Dmysqli_real_escape_string_euckr.phpt59 if ("�Ǵ뼺\\0�Ǵ뼺" !== ($tmp = mysqli_real_escape_string($link, "�Ǵ뼺" . chr(0) . "�Ǵ뼺")))
H A Dmysqli_real_escape_string_gb2312.phpt60 if ("����\\0����" !== ($tmp = mysqli_real_escape_string($link, "����" . chr(0) . "����")))
H A Dmysqli_real_escape_string_gbk.phpt62 if ("�İ汾\\0�İ汾" !== ($tmp = mysqli_real_escape_string($link, "�İ汾" . chr(0) . "�İ汾")))
H A Dmysqli_stmt_bind_result.phpt158 $ret .= chr(mt_rand(65, 90));
259 func_mysqli_stmt_bind_result($link, $engine, "s", "BINARY(1)", chr(0), 1300);
264 func_mysqli_stmt_bind_result($link, $engine, "s", "VARBINARY(1)", chr(0), 1380);
269 func_mysqli_stmt_bind_result($link, $engine, "s", "TINYBLOB", chr(0), 1460);
H A Dmysqli_real_escape_string_big5.phpt66 . chr(0) . "���H�U���e")))
H A Dmysqli_fetch_array_many_rows.phpt17 $id, mysqli_real_escape_string($link, chr(65 + ($id % 26)))))) {
H A Dmysqli_stmt_bind_param.phpt169 $ret .= chr(mt_rand(65, 90));
275 func_mysqli_stmt_bind_datatype($link, $engine, "s", "BINARY(1)", chr(0), 650);
280 func_mysqli_stmt_bind_datatype($link, $engine, "s", "VARBINARY(1)", chr(0), 690);
285 func_mysqli_stmt_bind_datatype($link, $engine, "s", "TINYBLOB", chr(0), 730);
/PHP-5.3/ext/standard/tests/array/
H A Duasort_variation3.phpt82 "a".chr(0)."b" => 45,
/PHP-5.3/ext/standard/tests/strings/
H A Dstr_split_variation3.phpt33 "with \0 and ".chr(0)."null chars", //for binary safe
H A Dstrrev_variation1.phpt37 "Hello".chr(0)."World",
H A Dstrrev_variation2.phpt37 'Hello'.chr(0).'World',
H A Dchunk_split_variation7.phpt31 "This is string with \0 and ".chr(0)."null chars", //for binary safe
H A Dstr_split_variation4.phpt33 'with \0 and ".chr(0)."null chars', //for binary safe
H A Dsprintf_f_2.phpt43 var_dump(sprintf("%%c = '%c'", $c)); // print the ascii character, same as chr() function
H A Dstrncasecmp_variation6.phpt20 …$str2 = decbin( ord( chr($ASCII) ) ); //Getting equivelent ASCII value for the character in binar…
29 $str2 = decbin( ord( chr(256) ));
H A Dstrncmp_variation6.phpt20 …$str2 = decbin( ord( chr($ASCII) ) ); //Getting equivelent ASCII value for the character in binar…
30 $str2 = decbin( ord( chr(256) ));
H A Dstrtolower-win32.phpt18 $char = chr($i);
H A Dstrtoupper1-win32.phpt18 $char = chr($i);
H A Dstrcspn_variation12.phpt28 chr(0).chr(0),
29 chr(0)."hello\0world".chr(0),
30 "hello".chr(0)."world",
H A Dstrtolower.phpt30 $char = chr($i);
H A Dstrtoupper1.phpt30 $char = chr($i);
/PHP-5.3/ext/filter/tests/
H A D043.phpt10 var_dump(filter_var(chr($i), FILTER_SANITIZE_STRING, array("flags" => $flags)));
/PHP-5.3/ext/standard/
H A Dphp_string.h70 PHP_FUNCTION(chr);
/PHP-5.3/ext/wddx/tests/
H A Dbug37569.phpt9 $v = chr(0xc3) . chr($i - 64);
11 $v = chr(0xc2) . chr($i);
13 $v = chr($i); // make it UTF-8

Completed in 97 milliseconds

1234567