Searched refs:leak_variable (Results 1 – 5 of 5) sorted by relevance
5 if (!function_exists('leak_variable')) die("skip only debug builds");18 leak_variable($s, true);19 leak_variable($t, true);
5 if (!function_exists('leak_variable'))36 leak_variable(do_stuff("php://temp"), true);39 leak_variable(do_stuff("php://memory"), true);
8 if (!function_exists('leak_variable'))16 leak_variable($stream0, true);21 leak_variable($sock1, true);
8 if (!function_exists('leak_variable'))15 leak_variable($stream0, true);19 leak_variable($sock1, true);
63 static ZEND_FUNCTION(leak_variable);302 ZEND_FE(leak_variable, arginfo_leak_variable)1587 ZEND_FUNCTION(leak_variable) in ZEND_FUNCTION() argument
Completed in 10 milliseconds