<?php

$test;

// Это выводит все переменные
var_dump(get_defined_vars());

$test = 0;

var_dump(get_defined_vars());