Lines Matching refs:nested
50 echo 'nested read', PHP_EOL;
56 //echo 'nested read: appending then read', PHP_EOL;
64 echo 'nested write', PHP_EOL;
73 echo 'nested write: appending then write', PHP_EOL;
82 echo 'nested read-write', PHP_EOL;
91 echo 'nested read-write: appending then write', PHP_EOL;
100 echo 'nested isset', PHP_EOL;
110 //echo 'nested isset: appending then read', PHP_EOL;
119 echo 'nested empty', PHP_EOL;
129 //echo 'nested empty: appending then read', PHP_EOL;
138 echo 'nested null coalescing', PHP_EOL;
148 //echo 'nested null coalescing: appending then read', PHP_EOL;
157 echo 'nested appending', PHP_EOL;
166 echo 'nested appending: appending then append', PHP_EOL;
175 echo 'nested unset', PHP_EOL;
185 //echo 'nested unset: appending then read', PHP_EOL;
203 echo 'nested reference fetching', PHP_EOL;
239 nested read
243 nested write
248 nested write: appending then write
253 nested read-write
258 nested read-write: appending then write
263 nested isset
265 nested empty
267 nested null coalescing
269 nested appending
274 nested appending: appending then append
279 nested unset
288 nested reference fetching