<?php/* * Compares value1 and value2 to see if they are equal AND have the same type * opcode number: 15 */echo (1===1);echo (1==='a');?>
Function name: (null)
Compiled variables: none