1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 01:32:22 +01:00
Files
archived-php-src/scripts/dev/generate-phpt/src/codeSnippets/boolean.txt
2009-05-07 09:21:43 +00:00

6 lines
143 B
Plaintext

$variation_array = array(
'lowercase true' => true,
'lowercase false' =>false,
'uppercase TRUE' =>TRUE,
'uppercase FALSE' =>FALSE,
);