Home
last modified time | relevance | path

Searched refs:array_map (Results 51 – 75 of 86) sorted by relevance

1234

/PHP-8.2/ext/pcntl/tests/
H A Dasync_signals_2.phpt19 array_map(
/PHP-8.2/Zend/tests/
H A Dbug75079.phpt10 array_map(
H A Dbug77877.phpt11 array_map([new Foo, 'bar'],[1]);
H A Dbug78502.phpt19 $tree[$recursive_attr] = array_map(function($c) use($recursive_attr, $callback){
H A Ddynamic_call_005.phpt10 array_map($func, [['i' => new stdClass]]);
H A Dbug69180-backtrace.phpt9 print_r(array_map(fn ($v) => $v['class'] . '::' . $v['function'], debug_backtrace()));
H A Dcallable_self_parent_static_deprecation.phpt41 echo "\n==> Test array_map\n";
44 array_map($callable, [1]);
156 ==> Test array_map
/PHP-8.2/ext/opcache/tests/jit/
H A Dgh12382.phpt28 array_map(
/PHP-8.2/ext/standard/tests/general_functions/
H A Dbug36011.phpt15 array_map(array('TestClass', 'test'), array('array_value'));
/PHP-8.2/ext/json/tests/
H A Djson_decode_invalid_utf8.phpt10 var_dump(array_map(function($item) { return bin2hex($item); }, $json));
/PHP-8.2/.github/
H A Dnightly_matrix.php10 $result = array_map(function ($branch) {
/PHP-8.2/ext/phar/tests/tar/
H A Dbug71317-duplicate-filename.phpt45 array_map('unlink', glob($testDirectory . "/*.txt"));
/PHP-8.2/ext/mbstring/tests/
H A Dmb_str_split_jp.phpt76 echo "$encoding: [" . implode(', ', array_map('bin2hex', $array)) . "]\n";
80 echo "$encoding: [" . implode(', ', array_map('bin2hex', $array)) . "]\n";
H A Dmb_strcut.phpt11 return '[' . implode(' ', array_map(function($char) {
/PHP-8.2/sapi/phpdbg/
H A Dcreate-test.php57 $cmdargv = implode(" ", array_map("escapeshellarg", array_slice($real_argv, 1)));
/PHP-8.2/ext/opcache/tests/
H A Dphp_cli_server.inc11 $ini_array = array_map(function($arg) {
/PHP-8.2/ext/standard/tests/strings/
H A Dstripslashes_variation4.phpt22 $value = is_array($value) ? array_map('stripslashes_deep', $value) : stripslashes($value);
H A Dhtmlentities20.phpt55 $tests2 = array_map('codepoint_to_utf8', $tests);
/PHP-8.2/ext/mbstring/ucgendat/
H A Ductest.php35 $fields = array_map('trim', explode(';', $line));
/PHP-8.2/ext/standard/tests/file/
H A Dtempnam_variation9.phpt53 array_map('unlink', glob($file_path . "/*"));
/PHP-8.2/ext/openssl/tests/
H A Dopenssl_pkcs7_encrypt_basic.phpt36 var_dump(openssl_pkcs7_encrypt($infile, $outfile, array_map('openssl_x509_read', $multi_certs), $he…
H A Dopenssl_cms_encrypt_basic.phpt35 var_dump(openssl_cms_encrypt($infile, $outfile, array_map('openssl_x509_read', $multi_certs), $head…
/PHP-8.2/scripts/dev/
H A Dfind_tested.php213 $functions = array_map( 'map_token_value',$functions);
/PHP-8.2/ext/xml/tests/
H A Dbug32001b.phpt34 $attrs = array_map('bin2hex', $attrs);
/PHP-8.2/ext/standard/html_tables/
H A Dhtml_table_gen.php248 $maxencnum = max(array_map(function($e) { return $e['enumid']; }, $encodings));

Completed in 39 milliseconds

1234