Home
last modified time | relevance | path

Searched refs:prefix (Results 76 – 100 of 318) sorted by relevance

12345678910>>...13

/PHP-8.1/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp936_to_utf8_0.phpt24 $prefix = create_data("file_cp936", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . "$item";
H A Dtest_eucjp_to_utf8_0.phpt24 $prefix = create_data("file_eucjp", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1252_to_utf8_0.phpt24 $prefix = create_data("file_cp1252", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1253_0.phpt27 $prefix = create_data("file_cp1253", $item, 1253);
28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1254_0.phpt27 $prefix = create_data("file_cp1254", $item, 1254);
28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1251_zend_multibyte_0.phpt27 $prefix = create_data("file_cp1251", $item);
28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1250_to_utf8_3.phpt24 $prefix = create_data("file_cp1250", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp932_0.phpt27 $prefix = create_data("file_cp932", $item, 932);
28 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp932_3.phpt28 $prefix = create_data("file_cp932", $item, 932);
29 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp932_to_utf8_0.phpt24 $prefix = create_data("file_cp932", $item);
25 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1253_to_utf8_1.phpt24 $prefix = create_data("dir_cp1253", "${item}42");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp1255_to_utf8_1.phpt24 $prefix = create_data("dir_cp1255", "${item}42");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp1256_to_utf8_1.phpt24 $prefix = create_data("dir_cp1256", "${item}42");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_kartuli_utf8_1.phpt24 $prefix = create_data("dir_kartuli", "${item}42");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_big5_to_utf8_1.phpt24 $prefix = create_data("dir_big5", $item . "5");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}5";
H A Dtest_cp1250_to_utf8_1.phpt24 $prefix = create_data("dir_cp1250", "${item}42");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}42";
H A Dtest_cp1251_1.phpt27 $prefix = create_data("dir_cp1251", $item . "3", 1251);
28 $path = $prefix . DIRECTORY_SEPARATOR . $item . "3";
H A Dtest_cp1251_to_utf8_1.phpt24 $prefix = create_data("dir_cp1251", $item . "3");
25 $path = $prefix . DIRECTORY_SEPARATOR . $item . "3";
H A Dtest_cp1251_zend_multibyte_1.phpt27 $prefix = create_data("dir_cp1251", $item . "3");
28 $path = $prefix . DIRECTORY_SEPARATOR . "${item}3";
H A Dtest_cp1252_to_utf8_1.phpt24 $prefix = create_data("dir_cp1252", "${item}3");
25 $path = $prefix . DIRECTORY_SEPARATOR . "${item}3";
/PHP-8.1/ext/standard/tests/file/
H A Dtempnam_variation3.phpt12 /* Passing invalid/non-existing args for $prefix */
29 /* prefix with path separator of a non existing directory*/
100 tempnam(): Argument #2 ($prefix) must not contain any null bytes
102 tempnam(): Argument #2 ($prefix) must be of type string, array given
/PHP-8.1/ext/opcache/tests/jit/
H A Dbug80839.phpt28 public function info($info, $prefix = ' Info:') {
29 echo $this->strVal.$prefix.serialize($info).'aaaa';
/PHP-8.1/tests/lang/integer_literals/
H A Doctal_32bit.phpt9 /* Using octal prefix notation lowercase */
37 /* Using octal prefix notation uppercase */
65 /* Using no dedicated prefix */
/PHP-8.1/sapi/fpm/fpm/
H A Dzlog.h10 #define zlog_msg(flags, prefix, msg) zlog_msg_ex(__func__, __LINE__, flags, prefix, msg) argument
34 const char *prefix, const char *msg);
/PHP-8.1/ext/mbstring/tests/
H A Dencoding_tests.inc178 $varLength = function($prefix) use($valid, $prefixes, &$invalid, &$truncated, &$varLength) {
180 $str = $prefix . chr($byte);
192 …$fixedLength = function($prefix, $remaining) use($valid, $prefixes, &$invalid, &$truncated, &$fixe…
194 if (!isset($valid[$prefix]))
195 $invalid[$prefix] = true;
197 $truncated[$prefix] = true;
199 $str = $prefix . chr($i);
204 $truncated[$prefix] = true;
206 $fixedLength($prefix . chr($i), $remaining - 1);

Completed in 31 milliseconds

12345678910>>...13