<?php/* * Fetch the constant value bound to the specified name (name) and stores it into a variable (result). * opcode number: 99 */define("FOO", "something");echo FOO;?>
Function name: (null)
Compiled variables: none