Function __global->eval

Definitions

sources_custom/phpstub.php

  • Run some code. Do not use unless absolutely needed.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$code string No No required parameter N/A N/A Code to run

Returns

  • Result
  • Type: mixed
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Run some code. Do not use unless absolutely needed.
 *
 * @param  string $code Code to run
 * @return mixed Result
 */

function eval(string $code)