hphp_output_global_state

Dumps all variables in global state, including global variables, static variables, class statics and others

function hphp_output_global_state(
  bool $serialize = true,
): mixed;

Parameters

  • bool $serialize = true - Specifies what format to use, whether to serialize into a string.

Returns

  • mixed - - An array of global state.