1--TEST-- 2Basic property hook syntax 3--FILE-- 4<?php 5 6class Test { 7 public $prop { 8 get { } 9 set { } 10 } 11} 12 13?> 14--EXPECT-- 15