Home
last modified time | relevance | path

Searched refs:TYPE_DOUBLE (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/ffi/tests/
H A D046.phpt34 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.3/ext/intl/tests/
H A Dformatter_parse.phpt28 $res_str .= ut_nfmt_parse( $fmt, "0.123 here", NumberFormatter::TYPE_DOUBLE, $pos ) . "\n";
H A Dut_common.inc149 function ut_nfmt_parse( $fmt, $string, $type = NumberFormatter::TYPE_DOUBLE, &$position = null )
/PHP-8.3/ext/intl/formatter/
H A Dformatter.stub.php392 public const TYPE_DOUBLE = UNKNOWN; define in NumberFormatter
419 …public function parse(string $string, int $type = NumberFormatter::TYPE_DOUBLE, &$offset = null): …
/PHP-8.3/ext/ffi/
H A Dffi.stub.php88 public const int TYPE_DOUBLE = UNKNOWN;
/PHP-8.3/ext/intl/
H A Dphp_intl.stub.php396 …mberFormatter $formatter, string $string, int $type = NumberFormatter::TYPE_DOUBLE, &$offset = nul…

Completed in 22 milliseconds