mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +01: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,
|
|
); |