Home
last modified time | relevance | path

Searched refs:leak_variable (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/standard/tests/file/
H A Dstream_enclosed.phpt5 if (!function_exists('leak_variable')) die("skip only debug builds");
18 leak_variable($s, true);
19 leak_variable($t, true);
H A Dbug52820.phpt5 if (!function_exists('leak_variable'))
36 leak_variable(do_stuff("php://temp"), true);
39 leak_variable(do_stuff("php://memory"), true);
/PHP-5.5/ext/sockets/tests/
H A Dsocket_import_stream-5.phpt8 if (!function_exists('leak_variable'))
15 leak_variable($stream0, true);
19 leak_variable($sock1, true);
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c58 static ZEND_FUNCTION(leak_variable);
269 ZEND_FE(leak_variable, arginfo_leak_variable)
1439 ZEND_FUNCTION(leak_variable) in ZEND_FUNCTION() argument

Completed in 12 milliseconds