- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
<?php
class std {
public static function cout() {
return new std();
}
public function endl() {
echo PHP_EOL;
}
public function __get($name) {
echo $name;
return $this;
}
}
std::cout()->{'Кукареку!'}->endl();
nemyx 12.12.2018 12:59 # −1
bormand 12.12.2018 13:00 # +1
nemyx 12.12.2018 13:19 # +1
http://pecl.php.net/package/operator
К сожалению, его нет в Ideone.
Elvenfighter 13.12.2018 14:25 # 0
Use Perl*, Luke:
https://wandbox.org/permlink/CWq65ohMlYE1ioYR
* Правда heredoc-syntax не позволяет пропустить скобочки после std::cout.
Elvenfighter 13.12.2018 14:42 # 0
https://wandbox.org/permlink/j6nG2fmRwb3V3xgr
666_N33D135 12.12.2018 15:58 # 0
1024-- 12.12.2018 20:45 # 0
> GET-ORDER R> SWAP 1+ SET-ORDER DEFINITIONS
> CREATE (endl) 10 C
ЗОЖИМАЕМ> ВОРЕЦИИ 1+ ЛЕСНЫЕ КОБЕНАЦИИ
ПОЛУЧАЕМ (вдруг) 10 БАТ
Rooster 26.02.2019 14:50 # 0
gologub_nugop 09.12.2022 18:01 # 0