Home
last modified time | relevance | path

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

1234567891011

/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_blobfromstream.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!";
H A Dpdo_mysql_attr_oracle_nulls.phpt34 …$stmt = $db->query("SELECT NULL AS z, '' AS a, ' ' AS b, TRIM(' ') as c, ' d' AS d, '" . chr(0) . …
38 …$stmt = $db->query("SELECT NULL AS z, '' AS a, ' ' AS b, TRIM(' ') as c, ' d' AS d, '" . chr(0) . …
/php-src/ext/gmp/tests/
H A Dbug70284.phpt30 $out .= chr($ptr & 0xff);
/php-src/ext/spl/tests/
H A Dbug70366.phpt30 $out .= chr($ptr & 0xff);
/php-src/ext/ctype/tests/
H A Dctype_space_variation2.phpt17 if (ctype_space(chr($c))) {
H A Dctype_digit_variation2.phpt17 if (ctype_digit(chr($i))) {
/php-src/ext/mbstring/tests/
H A Dother_encodings.phpt17 var_dump(mb_check_encoding(chr(255), '7bit'));
H A Dsjismac_encoding.phpt26 $macJap = chr($bytes);
52 $validChars[chr($i)] = pack('N', $i);
53 $fromUnicode[pack('n', $i)] = chr($i);
H A Dutf7imap_encoding.phpt37 testValid(chr($i), chr($i));
43 testInvalid(chr($i), "%");
45 testInvalid(chr($i), "%");
75 testInvalid("&" . mBase64(utf16BE(chr($i))) . "-", "%");
103 identifyInvalidString("&" . substr($testString, 0, 11) . chr($i) . "-", 'UTF7-IMAP');
H A Deucjp_2004_encoding.phpt25 $eucjp = chr($bytes);
29 $eucjp = chr($bytes >> 16) . pack('n', $bytes & 0xFFFF);
/php-src/ext/spl/tests/SplObjectStorage/
H A Dbug70365.phpt30 $out .= chr($ptr & 0xff);
/php-src/ext/mysqli/tests/
H A Dmysqli_real_escape_string.phpt28 if ("foo\\0bar" !== ($tmp = mysqli_real_escape_string($link, "foo" . chr(0) . "bar")))
/php-src/Zend/tests/nullsafe_operator/
H A D013.phpt24 dump_error(fn() => chr($foo?->foo()));
52 Deprecated: chr(): Passing null to parameter #1 ($codepoint) of type int is deprecated in %s on lin…
/php-src/ext/standard/tests/file/
H A Dpathinfo_basic.phpt28 "$file_path/foo".chr(47)."symlink.link",
29 "$file_path".chr(47)."foo/symlink.link",
30 "$file_path".chr(47)."foo".chr(47)."symlink.link",
/php-src/ext/standard/tests/strings/
H A Dsubstr_count_basic.phpt19 var_dump(substr_count("", chr(0)));
H A Dstrncasecmp_variation2.phpt13 "Hello".chr(0)."World"
H A Dstrncmp_variation2.phpt13 "Hello".chr(0)."World"
H A Dstrip_tags_variation6.phpt13 "<html> I am html string </html>".chr(0)."<?php I am php string ?>",
H A Dwordwrap.phpt31 wordwrap(chr(0), 0, "");
/php-src/ext/zlib/tests/
H A Dbug75273.phpt19 $ret .= chr($j);
H A Dinflate_add_basic.phpt48 $uncompressed .= chr(rand(48,125));
/php-src/ext/standard/tests/serialize/
H A Dbug70172.phpt37 $out .= chr($ptr & 0xff);
/php-src/ext/session/tests/
H A Dbug72562.phpt34 $out .= chr($ptr & 0xff);
/php-src/ext/date/tests/
H A Dgh10747-2.phpt24 var_dump($i, str_replace(chr(0), '!', $s), $u);
H A Dgh10747-1.phpt26 var_dump($i, str_replace(chr(0), '!', $s), $u);

Completed in 25 milliseconds

1234567891011