mirror of
https://github.com/php/php-src.git
synced 2026-04-03 14:12:38 +02:00
6 lines
143 B
Plaintext
6 lines
143 B
Plaintext
$variation_array = array(
|
|
'lowercase true' => true,
|
|
'lowercase false' =>false,
|
|
'uppercase TRUE' =>TRUE,
|
|
'uppercase FALSE' =>FALSE,
|
|
); |