mirror of
https://github.com/php/php-src.git
synced 2026-04-03 14:12:38 +02:00
7 lines
198 B
Plaintext
7 lines
198 B
Plaintext
$variation_array = array(
|
|
'float 10.5' => 10.5,
|
|
'float -10.5' => -10.5,
|
|
'float 12.3456789000e10' => 12.3456789000e10,
|
|
'float -12.3456789000e10' => -12.3456789000e10,
|
|
'float .5' => .5,
|
|
); |