Home
last modified time | relevance | path

Searched refs:chr (Results 151 – 175 of 202) sorted by relevance

123456789

/PHP-7.4/tests/strings/
H A D001.phpt135 $raw = "a.\\+*?" . chr(91) . "^" . chr(93) . "b\$c";
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt37 print tryandcatch(2, '$db = new PDO(chr(0));');
38 print tryandcatch(3, '$db = new PDO("a" . chr(0) . "b");');
91 $invalid_host = '-' . chr(0);
100 // parsing should not get confused by chr(0)
/PHP-7.4/ext/sodium/tests/
H A Dphp_password_hash_argon2i.phpt32 $password[0] = chr(ord($password[0]) ^ 1);
H A Dphp_password_hash_argon2id.phpt32 $password[0] = chr(ord($password[0]) ^ 1);
H A Dphp_password_verify.phpt43 $password[0] = chr(ord($password[0]) ^ 1);
/PHP-7.4/ext/sysvmsg/tests/
H A D005.phpt14 $id = ftok(__FILE__, chr(mt_rand(0, 255)));
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_real_escape_string_eucjpms.phpt58 …����Ȥ߹�碌�Ǥ�" !== ($tmp = mysqli_real_escape_string($link, "�����Ȥ߹�碌�Ǥ�" . chr(0) . "�����Ȥ߹�碌�Ǥ�"…
H A Dmysqli_real_escape_string_euckr.phpt57 if ("�Ǵ뼺\\0�Ǵ뼺" !== ($tmp = mysqli_real_escape_string($link, "�Ǵ뼺" . chr(0) . "�Ǵ뼺")))
H A Dmysqli_real_escape_string_gb2312.phpt58 if ("����\\0����" !== ($tmp = mysqli_real_escape_string($link, "����" . chr(0) . "����")))
H A Dmysqli_real_escape_string_gbk.phpt58 if ("�İ汾\\0�İ汾" !== ($tmp = mysqli_real_escape_string($link, "�İ汾" . chr(0) . "�İ汾")))
H A Dmysqli_debug_control_string.phpt61 try_control_string($link, ':' . chr(0) . 'A,' . $trace_file, $trace_file, 20);
H A Dmysqli_stmt_bind_result.phpt156 $ret .= chr(mt_rand(65, 90));
257 func_mysqli_stmt_bind_result($link, $engine, "s", "BINARY(1)", chr(0), 1300);
262 func_mysqli_stmt_bind_result($link, $engine, "s", "VARBINARY(1)", chr(0), 1380);
267 func_mysqli_stmt_bind_result($link, $engine, "s", "TINYBLOB", chr(0), 1460);
/PHP-7.4/ext/standard/tests/file/
H A Dfilegroup_variation3.phpt34 "/filegroup_variation3/filegroup_variation3.tmp".chr(0),
H A Dfileowner_variation3.phpt35 "/fileowner_variation3/fileowner_variation3.tmp".chr(0),
H A Dfileinode_variation3.phpt35 "/fileinode_variation3/fileinode_variation3.tmp".chr(0),
H A Dfileperms_variation3.phpt34 "/fileperms_variation3/fileperms_variation3.tmp".chr(0),
/PHP-7.4/ext/standard/tests/array/
H A Duasort_variation3.phpt82 "a".chr(0)."b" => 45,
/PHP-7.4/ext/standard/tests/strings/
H A Dconvert_cyr_string_basic.phpt23 $str = chr($i);
H A Dchunk_split_variation7.phpt31 "This is string with \0 and ".chr(0)."null chars", //for binary safe
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',
/PHP-7.4/ext/hash/tests/
H A Dhash_hmac_file_error.phpt33 hash_hmac_file('md5', $file.chr(0).$file, $key, TRUE);
/PHP-7.4/ext/openssl/tests/
H A Dbug77390.phpt92 if ($data !== '' && $data[0] === chr(23)) {
/PHP-7.4/ext/filter/tests/
H A D043.phpt10 var_dump(filter_var(chr($i), FILTER_SANITIZE_STRING, array("flags" => $flags)));

Completed in 37 milliseconds

123456789