doc:todo:undocumented
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
doc:todo:undocumented [2008/10/01 19:34] – More entries felipe | doc:todo:undocumented [2009/01/07 13:09] – Already documented vrana | ||
---|---|---|---|
Line 70: | Line 70: | ||
print ' | print ' | ||
- | ?> | ||
- | </ | ||
- | |||
- | * ''?:'' | ||
- | <code php> | ||
- | <? | ||
- | |||
- | var_dump(0 ?: ' | ||
- | |||
- | ?> | ||
- | </ | ||
- | |||
- | * '' | ||
- | <code php> | ||
- | <? | ||
- | |||
- | namespace foo::bar; | ||
- | |||
- | const bar = 2; | ||
- | |||
- | function foo() { | ||
- | return ' | ||
- | } | ||
- | |||
- | var_dump(namespace:: | ||
- | /* | ||
- | int(2) | ||
- | string(4) " | ||
- | */ | ||
- | ?> | ||
- | </ | ||
- | |||
- | * Override existing classes | ||
- | <code php> | ||
- | <?php | ||
- | |||
- | namespace test; | ||
- | |||
- | class foo { } | ||
- | |||
- | use test::foo as stdClass; | ||
- | |||
- | var_dump(new stdClass); | ||
- | /* | ||
- | object(test:: | ||
- | } | ||
- | */ | ||
?> | ?> | ||
</ | </ | ||
Line 179: | Line 132: | ||
* [HOST=] and [PATH=] configuration sections in php.ini | * [HOST=] and [PATH=] configuration sections in php.ini | ||
- | |||
- | * '' | ||
* zend_parse_parameters types: C, f, Z, h | * zend_parse_parameters types: C, f, Z, h | ||
* '' | * '' | ||
- | |||
===== PHP 5.x ==== | ===== PHP 5.x ==== | ||
doc/todo/undocumented.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1