mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +01:00
6 lines
122 B
Plaintext
6 lines
122 B
Plaintext
$variation_array = array (
|
|
'int 0' => 0,
|
|
'int 1' => 1,
|
|
'int 12345' => 12345,
|
|
'int -12345' => -2345,
|
|
); |