| FAST PHP Программист |
| 1 | str_replace (); |
| 2 | preg_replace (); |
| 3 | function test ($request) { |
| 4 | public function log ($string) { |
| 5 | private $private; |
| 6 | protected $protected; |
| 7 | class ControllerMain extends Controller{ |
| 8 | $obj2 = new ControllerMain(); |
| 9 | namespace app |
| 10 | function __construct($x) { |
| 11 | function __destruct () { |
| 12 | echo ""; |
| 13 | if () { |
| 14 | } else { |
| 15 | } elseif () { |
| 16 | try { } catch { } |
| 17 | array (); |
| 18 | (int) |
| 19 | (string) |
| 20 | (float) |
| 21 | (array) |
| 22 | $out .= ""; |
| 23 | strlen (); |
| 24 | foreach () { |
| 25 | while () { |
| 26 | $i = 0; |
| 27 | for () { |
| 28 | $i++; |
| 29 | return $response; |
| 30 | break; |
| 31 | continue; |
| 32 | exception |
| 33 | sizeof (); |
| 34 | print_r (); |
| 35 | define (); |
| 36 | $_SERVER |
| 37 | $_POST |
| 38 | $_GET |
| 39 | true |
| 40 | false |
| 41 | use |
| 42 | include |
| 43 | global |
| 44 | empty |
| 45 | isset |
| 46 | ini_set ('display_errors', 1); |
| 47 | $this |
Комментарии