Searched refs:TYPE_DOUBLE (Results 1 – 6 of 6) sorted by relevance
/PHP-8.2/ext/ffi/tests/ |
H A D | 046.phpt | 34 var_dump($x->getStructFieldType("x")->getKind() == $x::TYPE_DOUBLE); 35 var_dump($x->getStructFieldType("y")->getKind() == $x::TYPE_DOUBLE); 43 var_dump($x->getStructFieldType("x")->getKind() == $x::TYPE_DOUBLE); 44 var_dump($x->getStructFieldType("y")->getKind() == $x::TYPE_DOUBLE); 51 var_dump($x->getPointerType()->getFuncParameterType(0)->getKind() === $x::TYPE_DOUBLE);
|
/PHP-8.2/ext/intl/tests/ |
H A D | formatter_parse.phpt | 28 $res_str .= ut_nfmt_parse( $fmt, "0.123 here", NumberFormatter::TYPE_DOUBLE, $pos ) . "\n";
|
H A D | ut_common.inc | 149 function ut_nfmt_parse( $fmt, $string, $type = NumberFormatter::TYPE_DOUBLE, &$position = null )
|
/PHP-8.2/ext/intl/formatter/ |
H A D | formatter.stub.php | 392 public const TYPE_DOUBLE = UNKNOWN; define in NumberFormatter 418 …public function parse(string $string, int $type = NumberFormatter::TYPE_DOUBLE, &$offset = null): …
|
/PHP-8.2/ext/ffi/ |
H A D | ffi.stub.php | 99 public const TYPE_DOUBLE = UNKNOWN; define in FFI\\CType
|
/PHP-8.2/ext/intl/ |
H A D | php_intl.stub.php | 396 …mberFormatter $formatter, string $string, int $type = NumberFormatter::TYPE_DOUBLE, &$offset = nul…
|
Completed in 12 milliseconds