Home
last modified time | relevance | path

Searched refs:chr (Results 101 – 125 of 162) sorted by relevance

1234567

/PHP-5.3/ext/standard/tests/strings/
H A Dstrncmp_variation2.phpt18 "Hello".chr(0)."World"
H A Dhtmlspecialchars_decode_variation6.phpt18 "\tHello \$world ".chr(0)."\&!)The big brown fox jumped over the\t\f lazy dog\v\n",
H A Dstrip_tags_variation6.phpt20 "<html> I am html string </html>".chr(0)."<?php I am php string ?>",
H A Dstr_repeat.phpt51 $str = chr(0).chr(128).chr(129).chr(234).chr(235).chr(254).chr(255);
52 var_dump(str_repeat($str, chr(51))); // ASCII value of '3' given
H A Dconvert_cyr_string_basic.phpt23 $str = chr($i);
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_oracle_nulls.phpt27 …$stmt = $db->query("SELECT NULL AS z, '' AS a, ' ' AS b, TRIM(' ') as c, ' d' AS d, '" . chr(0) . …
31 …$stmt = $db->query("SELECT NULL AS z, '' AS a, ' ' AS b, TRIM(' ') as c, ' d' AS d, '" . chr(0) . …
H A Dpdo_mysql___construct.phpt34 print tryandcatch(2, '$db = new PDO(chr(0));');
35 print tryandcatch(3, '$db = new PDO("a" . chr(0) . "b");');
86 $invalid_host = '-' . chr(0);
95 // parsing should not get confused by chr(0)
/PHP-5.3/ext/mysql/tests/
H A Dmysql_result.phpt45 var_dump(mysql_result($res, 0, chr(0)));
46 var_dump(mysql_result($res, 0, '_test.' . chr(0)));
/PHP-5.3/ext/standard/tests/file/
H A Dfseek_variation3.phpt19 fwrite($h, chr(0x30 + $i));
H A Dis_dir_variation4.phpt33 "./is_dir_variation4/".chr(0),
H A Dis_file_variation4.phpt33 "/is_file_variation4/is_file_variation4.tmp".chr(0),
H A Dpathinfo_basic.phpt32 "$file_path/foo".chr(47)."symlink.link",
33 "$file_path".chr(47)."foo/symlink.link",
34 "$file_path".chr(47)."foo".chr(47)."symlink.link",
H A Dfilegroup_variation3.phpt34 "/filegroup_variation3/filegroup_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),
H A Dfileowner_variation3.phpt35 "/fileowner_variation3/fileowner_variation3.tmp".chr(0),
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_real_escape_string.phpt42 if ("foo\\0bar" !== ($tmp = mysqli_real_escape_string($link, "foo" . chr(0) . "bar")))
H A Dmysqli_real_escape_string_sjis.phpt45 if ("?p??\\0?p??" !== ($tmp = mysqli_real_escape_string($link, "?p??" . chr(0) . "?p??")))
H A Dmysqli_stmt_get_result_types.phpt116 $ret .= chr(mt_rand(65, 90));
217 func_mysqli_stmt_get_result($link, $engine, "s", "BINARY(1)", chr(0), 1300);
222 func_mysqli_stmt_get_result($link, $engine, "s", "VARBINARY(1)", chr(0), 1380);
227 func_mysqli_stmt_get_result($link, $engine, "s", "TINYBLOB", chr(0), 1460);
H A Dmysqli_debug_control_string.phpt61 try_control_string($link, ':' . chr(0) . 'A,' . $trace_file, $trace_file, 20);
/PHP-5.3/ext/standard/tests/array/
H A Dusort_variation3.phpt62 "a".chr(0)."b" => 45,
H A Darray_flip_variation2.phpt58 "a".chr(0)."b" => 'binary_key1',
H A Darray_flip_variation3.phpt58 'binary_value' => "a".chr(0)."b",
/PHP-5.3/tests/strings/
H A D001.phpt135 $raw = "a.\\+*?" . chr(91) . "^" . chr(93) . "b\$c";
/PHP-5.3/ext/sysvmsg/tests/
H A D005.phpt14 $id = ftok(__FILE__, chr(mt_rand(0, 255)));

Completed in 35 milliseconds

1234567