Home
last modified time | relevance | path

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

1234567

/PHP-5.5/ext/ctype/tests/
H A D002.phpt15 $c = chr($a);
/PHP-5.5/ext/wddx/tests/
H A Dbug70661.phpt48 $out .= chr($ptr & 0xff);
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_bt.c29 #define TRACE_APPEND_CHR(chr) \ argument
31 (*str)[(*len)++] = chr
/PHP-5.5/ext/standard/tests/strings/
H A Dstrcspn_variation11.phpt31 chr(0).chr(0),
32 chr(0)."hello\0world".chr(0),
33 chr(0).'hello\0world'.chr(0),
34 "hello".chr(0)."world",
35 'hello'.chr(0).'world',
H A Dstrspn_variation11.phpt31 chr(0).chr(0),
32 chr(0)."hello\0world".chr(0),
33 chr(0).'hello\0world'.chr(0),
34 "hello".chr(0)."world",
35 'hello'.chr(0).'world',
H A Dstrncasecmp_variation7.phpt17 $str3 = "Hello,".chr(0)."world";
H A Dstrncasecmp_variation2.phpt18 "Hello".chr(0)."World"
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
/PHP-5.5/ext/openssl/tests/
H A D011.phpt14 while(strlen($iv) < $ivlen) $iv .= chr(rand(0,255));
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug70172_2.phpt44 $out .= chr($ptr & 0xff);
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt22 var_dump( finfo_file( $finfo, $magicFile.chr(0).$magicFile) );
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c2921 pcre_uint32 chr; in get_chr_property_list() local
2995 list[2] = chr; in get_chr_property_list()
3003 list[2] = chr; in get_chr_property_list()
3006 if (chr < 128 || (chr < 256 && !utf)) in get_chr_property_list()
3011 list[3] = (chr < 256) ? fcc[chr] : chr; in get_chr_property_list()
3134 pcre_uint32 chr; in compare_opcodes() local
3544 switch(chr) in compare_opcodes()
3552 switch(chr) in compare_opcodes()
3561 switch(chr) in compare_opcodes()
3569 switch(chr) in compare_opcodes()
[all …]
/PHP-5.5/ext/session/tests/
H A Dbug72562.phpt32 $out .= chr($ptr & 0xff);
/PHP-5.5/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.5/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) . …
/PHP-5.5/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 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",
/PHP-5.5/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);
/PHP-5.5/ext/standard/tests/array/
H A Dusort_variation3.phpt62 "a".chr(0)."b" => 45,

Completed in 131 milliseconds

1234567