Lines Matching refs:as
54 foreach ([FILE_CONTENT, str_replace('exit', 'die', FILE_CONTENT)] as $code) {
55 foreach ($values as $value) {
56 echo 'Using ', zend_test_var_export($value), ' as value:', PHP_EOL;
80 Using NULL as value:
84 Using false as value:
88 Using true as value:
92 Using 0 as value:
96 Using 1 as value:
100 Using 20 as value:
104 Using 10.0 as value:
108 Using 15.5 as value:
112 Using 'Hello world' as value:
116 Using [] as value:
120 Using STDERR as value:
124 Using new stdClass() as value:
132 Using NULL as value:
136 Using false as value:
140 Using true as value:
144 Using 0 as value:
148 Using 1 as value:
152 Using 20 as value:
156 Using 10.0 as value:
160 Using 15.5 as value:
164 Using 'Hello world' as value:
168 Using [] as value:
172 Using STDERR as value:
176 Using new stdClass() as value: