Home
last modified time | relevance | path

Searched refs:prefix (Results 126 – 150 of 341) sorted by relevance

12345678910>>...14

/PHP-8.3/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity_overflow.phpt14 $prefix = substr($s, 0, -1);
17 return increment($prefix) . '0';
20 return $prefix . strval($digit+1);
/PHP-8.3/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1251_2.phpt27 $prefix = create_data("file_cp1251", $item . "7", 1251);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}7";
H A Dtest_cp1251_to_utf8_2.phpt24 $prefix = create_data("file_cp1251", $item . "7");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}7";
H A Dtest_cp1254_1.phpt27 $prefix = create_data("dir_cp1254", "{$item}42", 1254);
28 $path = $prefix . DIRECTORY_SEPARATOR . "{$item}42";
H A Dtest_cp1254_to_utf8_2.phpt24 $prefix = create_data("dir_cp1254", "{$item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}33";
H A Dtest_cp1256_2.phpt27 $prefix = create_data("dir_cp1256", "{$item}42}", 1256);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}33";
H A Dtest_big5_to_utf8_2.phpt24 $prefix = create_data("file_big5", $item . "25");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}25";
H A Dtest_cp1250_to_utf8_2.phpt24 $prefix = create_data("dir_cp1250", "{$item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}33";
H A Dtest_cp936_to_utf8_2.phpt24 $prefix = create_data("file_cp936", $item . "25");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}25";
H A Dtest_cp1251_zend_multibyte_2.phpt29 $prefix = create_data("file_cp1251", $item);
30 $fn = $prefix . DIRECTORY_SEPARATOR . $item;
H A Dtest_cp1252_to_utf8_2.phpt24 $prefix = create_data("dir_cp1252", "{$item}3");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}7";
H A Dtest_big5_2.phpt27 $prefix = create_data("file_big5", $item . "25", 950);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}25";
H A Dtest_cp1252_to_utf8_5.phpt24 $prefix = create_data("dir2_cp1252", "{$item}3");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}7";
H A Dtest_cp1254_2.phpt27 $prefix = create_data("dir_cp1254", "{$item}42}", 1254);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}33";
H A Dtest_cp932_to_utf8_2.phpt24 $prefix = create_data("dir_cp932", "{$item}42}");
25 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}33";
H A Dtest_cp936_2.phpt27 $prefix = create_data("file_cp936", $item . "25", 936);
28 $fn = $prefix . DIRECTORY_SEPARATOR . "{$item}25";
/PHP-8.3/ext/mbstring/tests/
H A Dencoding_tests.inc220 $varLength = function($prefix) use($valid, $prefixes, &$invalid, &$truncated, &$varLength) {
222 $str = $prefix . chr($byte);
234 …$fixedLength = function($prefix, $remaining) use($valid, $prefixes, &$invalid, &$truncated, &$fixe…
236 if (!isset($valid[$prefix]))
237 $invalid[$prefix] = true;
239 $truncated[$prefix] = true;
241 $str = $prefix . chr($i);
246 $truncated[$prefix] = true;
248 $fixedLength($prefix . chr($i), $remaining - 1);
/PHP-8.3/tests/lang/integer_literals/
H A Doctal_64bit.phpt9 /* Using octal prefix notation lowercase */
41 /* Using octal prefix notation uppercase */
73 /* Using no dedicated prefix */
H A Dbinary_32bit.phpt9 /* Using binary prefix notation lowercase */
37 /* Using binary prefix notation uppercase */
H A Dbinary_64bit.phpt9 /* Using binary prefix notation lowercase */
37 /* Using binary prefix notation uppercase */
H A Dhexadecimal_32bit.phpt9 /* Using hexadecimal prefix notation lowercase */
37 /* Using hexadecimal prefix notation uppercase */
H A Dhexadecimal_64bit.phpt9 /* Using hexadecimal prefix notation lowercase */
38 /* Using hexadecimal prefix notation uppercase */
/PHP-8.3/ext/dom/tests/
H A Dbug80927.phpt17 var_dump($a->prefix);
43 var_dump($a->prefix);
58 var_dump($foobar2->prefix);
H A Dgh12870_a.phpt29 Attr prefix: string(3) "foo"
38 Attr prefix: string(0) ""
47 Attr prefix: string(5) "xmlns"
/PHP-8.3/sapi/fpm/tests/
H A Dlog-suppress-output.phpt83 $prefix = __DIR__;
85 $tester->start(['--prefix', $prefix]);
115 $tester->expectNoFile(FPM\Tester::FILE_EXT_PID, $prefix);

Completed in 31 milliseconds

12345678910>>...14