Home
last modified time | relevance | path

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

1234567891011

/php-src/ext/hash/tests/
H A Dhash_hmac_file_error.phpt29 var_dump(hash_hmac_file('md5', $file.chr(0).$file, $key, TRUE));
/php-src/ext/standard/tests/file/
H A Dfseek_variation3.phpt13 fwrite($h, chr(0x30 + $i));
H A Dis_dir_variation4.phpt28 "./is_dir_variation4/".chr(0),
H A Dis_file_variation4.phpt28 "/is_file_variation4/is_file_variation4.tmp".chr(0),
/php-src/ext/standard/tests/serialize/
H A Dbug70172_2.phpt44 $out .= chr($ptr & 0xff);
H A Dbug70436.phpt40 $out .= chr($ptr & 0xff);
/php-src/Zend/tests/
H A Ddim_assign_001.phpt18 $char = chr($char);
/php-src/Zend/tests/float_to_int/
H A Dno_warning_compatible_string_float_literals.phpt37 var_dump(chr('60.0'));
H A Dno_warning_compatible_float_literals.phpt45 var_dump(chr(60.0));
H A Dno_warnings_compatible_string_float_vars.phpt55 var_dump(chr($cp));
/php-src/ext/standard/tests/strings/
H A Dhtmlspecialchars_decode_variation6.phpt13 "\tHello \$world ".chr(0)."\&!)The big brown fox jumped over the\t\f lazy dog\v\n",
H A Dsprintf_variation5.phpt13 var_dump(sprintf("%%c = '%c'", $c)); // print the ascii character, same as chr() function
/php-src/ext/mysqli/tests/
H A Dmysqli_real_escape_string_sjis.phpt33 if ("?p??\\0?p??" !== ($tmp = mysqli_real_escape_string($link, "?p??" . chr(0) . "?p??")))
H A Dmysqli_stmt_get_result_types.phpt94 $ret .= chr(mt_rand(65, 90));
189 func_mysqli_stmt_get_result($link, $engine, "s", "BINARY(1)", chr(0), 1300);
194 func_mysqli_stmt_get_result($link, $engine, "s", "VARBINARY(1)", chr(0), 1380);
199 func_mysqli_stmt_get_result($link, $engine, "s", "TINYBLOB", chr(0), 1460);
/php-src/ext/sysvmsg/tests/
H A D005.phpt14 $id = ftok(__FILE__, chr(mt_rand(0, 255))); } while (msg_queue_exists($id));
/php-src/ext/sodium/tests/
H A Dphp_password_hash_argon2i.phpt35 $password[0] = chr(ord($password[0]) ^ 1);
H A Dphp_password_hash_argon2id.phpt35 $password[0] = chr(ord($password[0]) ^ 1);
H A Dphp_password_verify.phpt44 $password[0] = chr(ord($password[0]) ^ 1);
/php-src/ext/standard/tests/array/
H A Dusort_variation3.phpt57 "a".chr(0)."b" => 45,
H A Darray_flip_variation2.phpt52 "a".chr(0)."b" => 'binary_key1',
/php-src/ext/mbstring/tests/
H A Dgb18030_2022_encoding.phpt218 $char .= chr(hexdec($substr));
224 $char = chr($char); // hex codes must not have leading zero bytes
228 $char = chr($char >> 16) . pack('n', $char & 0xFFFF);
272 return chr($byte4) . chr($byte3) . chr($byte2) . chr($byte1);
/php-src/ext/spl/tests/
H A Dbug80111.phpt10 $s[$p+$j] = chr($i & 0xff);
/php-src/ext/standard/tests/math/
H A Dbase_convert_improvements.phpt21 echo base_convert(chr(0), 16, 10);
/php-src/ext/date/tests/
H A Dgh10747-3.phpt24 var_dump($i, str_replace(chr(0), '!', $s), $u);
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_uri.phpt40 fwrite($fp, $dsn . chr(0) . ';host=nonsense;unix_socket=nonsense');

Completed in 24 milliseconds

1234567891011