Home
last modified time | relevance | path

Searched refs:fromString (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/mbstring/tests/
H A Dencoding_tests.inc100 testConversion($fromString, $toString, $fromEncoding, $toEncoding);
115 testConversion($fromString, $toString, $fromEncoding, $toEncoding);
123 identifyValidString($fromString, $fromEncoding);
128 identifyInvalidString($fromString, $fromEncoding);
138 $fromString = $toString = '';
140 $fromString .= $goodChar;
147 $fromString = $toString = '';
150 $fromString .= $goodChar;
156 $strLen = mb_strlen($fromString, $fromEncoding);
173 $fromString = array_pop($badChars) . $goodChar;
[all …]
H A Dhz_encoding.phpt63 $fromString = $toString = '';
66 $fromString .= $goodChar;
72 testValidString('~{' . $fromString . '~}', $toString, 'HZ', 'UTF-16BE', $reversible);
86 $fromString = array_pop($badChars) . $goodChar;
89 testInvalidString('~{' . $fromString . '~}', $toString, 'HZ', 'UTF-16BE');
114 $fromString = array_pop($badChars) . $goodChar;
117 convertInvalidString($fromString, $toString, 'UTF-16BE', 'HZ');
/PHP-8.2/build/
H A Dgen_stub.php180 return new ArrayType(Type::fromString("int|string"), Type::fromString("mixed|ref"));
243 public static function fromString(string $typeString): SimpleType function in SimpleType
273 return new ArrayType(Type::fromString("int"), Type::fromString($matches[1]));
283 return new ArrayType(Type::fromString($matches[1]), Type::fromString($matches[3]));
573 SimpleType::fromString("Traversable"),
583 public static function fromString(string $typeString): self { function in Type
612 $simpleTypes[] = SimpleType::fromString($simpleTypeName);
4001 isset($docParamTypes[$varName]) ? Type::fromString($docParamTypes[$varName]) : null,
4022 $docReturnType ? Type::fromString($docReturnType) : null,
4095 $phpDocType ? Type::fromString($phpDocType) : null,
[all …]

Completed in 33 milliseconds