Home
last modified time | relevance | path

Searched refs:chr (Results 76 – 100 of 175) sorted by relevance

1234567

/PHP-5.5/ext/standard/tests/file/
H A Dbasename.phpt50 array("foo".chr(0)."bar"),
51 array("/foo".chr(0)."bar"),
52 array("/foo".chr(0)."bar/"),
53 array("foo".chr(0)."bar/"),
54 array("foo".chr(0)."bar/test"),
55 array("/foo".chr(0)."bar/bar.gz", ".gz"),
56 array("/foo".chr(0)."bar/bar.gz")
H A Dbug39863.phpt8 $filename = __FILE__ . chr(0). ".ridiculous";
H A Dis_writable_variation1.phpt52 "$file_path/is_writable_variation1".chr(0)."bar.tmp",
53 "$file_path".chr(0)."is_writable_variation1/bar.tmp",
54 "$file_path".chr(0)."is_writable_variation1/bar.tmp",
H A Dis_executable_variation1.phpt41 "$file_path/is_executable_variation1".chr(0)."bar.temp",
42 "$file_path".chr(0)."is_executable_variation1/bar.temp",
H A Dmkdir_rmdir_variation2.phpt38 var_dump( mkdir("$file_path/temp".chr(0)."/") );
39 var_dump( rmdir("$file_path/temp".chr(0)."/") );
/PHP-5.5/ext/standard/tests/strings/
H A Dstrlen.phpt40 chr(128).chr(234).chr(65).chr(255).chr(256),
H A Dstr_pad.phpt23 chr(0).chr(255).chr(128).chr(234).chr(143), // >7-bit ASCII
H A Dbug24312.phpt7 $enc = chunk_split(base64_encode($data), 10, chr($i));
H A Dsubstr_count_basic.phpt11 var_dump(@substr_count("", chr(0)));
H A Dwordwrap.phpt30 FALSE === @wordwrap(chr(0), 0, "")
H A Djoin_variation6.phpt18 ",".chr(0)." ",
H A Dchunk_split_variation6.phpt31 'This is string with \0 and ".chr(0)."null chars', //for binary safe
65 string(68) "This is):( string):( with \):(0 and "):(.chr(0)):(."null ):(chars):("
H A Dord_basic.phpt27 if (ord(chr($i)) != $i) {
/PHP-5.5/ext/standard/tests/password/
H A Dpassword_hash.phpt15 var_dump(password_hash("test", PASSWORD_BCRYPT, array("salt" => "123456789012345678901" . chr(0))));
/PHP-5.5/ext/fileinfo/tests/
H A Dbug68819_002.phpt15 $string .= str_repeat(chr(rand(32, 127)), 8184);
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_character_set.phpt72 $i, mysqli_real_escape_string($link, chr(ord("a") + $i)))))
93 if ($tmp['label'] != chr(ord("a") + $i))
95 chr(ord("a") + $i), $tmp['label'],
/PHP-5.5/ext/json/tests/
H A D007.phpt13 var_dump(json_decode('["' . chr(0) . 'abcd"]'));
/PHP-5.5/ext/snmp/tests/
H A Dbug72479.phpt28 $out .= chr($ptr & 0xff);
/PHP-5.5/ext/mbstring/tests/
H A Dmb_substr_count.phpt14 var_dump(@mb_substr_count("", chr(0)));
/PHP-5.5/ext/mysql/tests/
H A Dmysql_escape_string.phpt21 var_dump(@mysql_escape_string("foo" . chr(0) . "bar"));
/PHP-5.5/ext/zlib/tests/
H A Dbug_34821.phpt22 $s .= chr(rand(0,255));
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_blobfromsteam.phpt95 // Lets test the chr(0) handling in case the streaming has failed:
96 // is the bug about chr(0) or the streaming...
117 $blob = 'I am a mighty BLOB!' . chr(0) . "I am a binary thingie!";
/PHP-5.5/ext/spl/tests/
H A Dbug70366.phpt30 $out .= chr($ptr & 0xff);
H A Dbug70365.phpt30 $out .= chr($ptr & 0xff);
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug70172.phpt39 $out .= chr($ptr & 0xff);

Completed in 24 milliseconds

1234567