Home
last modified time | relevance | path

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

/PHP-7.0/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-7.0/ext/sockets/tests/
H A Dsocket_export_stream-5.phpt8 if (!function_exists('leak_variable'))
16 leak_variable($stream0, true);
21 leak_variable($sock1, true);
H A Dsocket_import_stream-5.phpt8 if (!function_exists('leak_variable'))
15 leak_variable($stream0, true);
19 leak_variable($sock1, true);
/PHP-7.0/Zend/
H A Dzend_builtin_functions.c63 static ZEND_FUNCTION(leak_variable);
302 ZEND_FE(leak_variable, arginfo_leak_variable)
1587 ZEND_FUNCTION(leak_variable) in ZEND_FUNCTION() argument

Completed in 25 milliseconds