Searched refs:origCode (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/mbstring/ucgendat/ |
H A D | uctest.php | 48 function testCaseMap($type, int $origCode, array $newCodes) { argument 49 $origChar = mb_chr($origCode); 61 function testSimpleCaseMap($type, int $origCode, int $newCode) { argument 63 testCaseMap($type, $origCode, [$newCode]); 65 testCaseMap($type, $origCode, [$origCode]);
|
H A D | ucgendat.php | 171 public function addCaseMapping(string $case, int $origCode, int $mappedCode) { argument 172 $this->caseMaps[$case][$origCode] = $mappedCode;
|
/php-src/scripts/dev/ |
H A D | tidy.php | 65 $origCode = $code = file_get_contents($path); variable 82 if ($origCode !== $code) {
|
Completed in 8 milliseconds