Home
last modified time | relevance | path

Searched refs:array_walk (Results 26 – 42 of 42) sorted by relevance

12

/php-src/ext/standard/tests/array/
H A Dbug12776.phpt2 Bug #12776 (array_walk crash)
15 array_walk($arr,'test');
H A Dbug30266.phpt2 Bug #30266 (Invalid opcode 137/1/8) and array_walk
27 array_walk($fruits, 'test', $myobj);
H A Dbug39576.phpt2 Bug #39576 (array_walk() doesn't separate userdata zval)
20 array_walk (
H A Dbug51552.phpt11 array_walk($a, 'walk', 'testthis');
H A Dbug79930.phpt12 array_walk($array, function () {});
H A Dbug70713.phpt2 Bug #70713: Use After Free Vulnerability in array_walk()/array_walk_recursive()
H A Dbug74345.phpt30 array_walk($array, $cb);
H A Dbug34066.phpt2 Bug #34066 (recursive array_walk causes segfault)
241 array_walk($array, "gen_xml", "/Docs/");
252 array_walk($val, "gen_xml", "$prefix@");
255 array_walk($val, "gen_xml", "$prefix$key/");
H A Dbug34066_1.phpt2 Bug #34066 (recursive array_walk causes segfault)
/php-src/ext/intl/tests/
H A Dbug80763.phpt10 array_walk($params, fn() => 1);
/php-src/sapi/phpdbg/
H A Dtest.php67 array_walk($array, function (&$item) {
/php-src/ext/pgsql/tests/
H A D80_bug36625.phpt38 array_walk($trace, 'search_trace_file');
/php-src/ext/tokenizer/tests/
H A Dtoken_get_all_TOKEN_PARSE_002.phpt15 array_walk($tokens, function($tk) {
H A Dtoken_get_all_TOKEN_PARSE_001.phpt22 array_walk($tokens, function($tk) {
/php-src/ext/standard/
H A Dbasic_functions.stub.php1647 function array_walk(array|object &$array, callable $callback, mixed $arg = UNKNOWN): true {} function
H A Dbasic_functions_arginfo.h2354 ZEND_FUNCTION(array_walk);
2978 ZEND_FE(array_walk, arginfo_array_walk)
H A Darray.c1598 PHP_FUNCTION(array_walk) in PHP_FUNCTION() argument

Completed in 71 milliseconds

12