$is1 = defined(constant("PI1"));
为何为FALSE?
运算符优先级吧
constant("PI1")是获取PI1的值3.14,defined(constant("PI1"))等于defined(3.14)