Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/opcache/tests/
H A Dphp_cli_server.inc11 $ini_array = array_map(function($arg) {
/PHP-7.4/sapi/phpdbg/
H A Dcreate-test.php59 $cmdargv = implode(" ", array_map("escapeshellarg", array_slice($real_argv, 1)));
/PHP-7.4/ext/standard/
H A Dphp_array.h101 PHP_FUNCTION(array_map);
H A Dbasic_functions.c3398 PHP_FE(array_map, arginfo_array_map)
H A Darray.c6172 PHP_FUNCTION(array_map) argument
/PHP-7.4/ext/standard/tests/strings/
H A Dstripslashes_variation4.phpt27 $value = is_array($value) ? array_map('stripslashes_deep', $value) : stripslashes($value);
H A Dhtmlentities20.phpt55 $tests2 = array_map('codepoint_to_utf8', $tests);
H A Dbug49785.phpt57 foreach (array_map('chr', range(0xa0, 0xdf)) as $c) {
66 foreach (array_map('chr', array_merge(range(0x81, 0x9f), range(0xe0, 0xfc))) as $c) {
81 foreach (array_map('chr', array_merge(range(0x80, 0x8d), range(0x90, 0x9f))) as $c) {
96 foreach (array_map('chr', array_merge(range(0xa1, 0xfe))) as $c) {
127 foreach (array_map('chr', range(0x81, 0xfe)) as $c) {
/PHP-7.4/ext/mbstring/ucgendat/
H A Ductest.php35 $fields = array_map('trim', explode(';', $line));
H A Ducgendat.php211 $fields = array_map('trim', explode(';', $line));
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_pkcs7_encrypt_basic.phpt37 var_dump(openssl_pkcs7_encrypt($infile, $outfile, array_map('openssl_x509_read', $multi_certs) , $h…
/PHP-7.4/scripts/dev/
H A Dfind_tested.php213 $functions = array_map( 'map_token_value',$functions);
/PHP-7.4/ext/xml/tests/
H A Dbug32001b.phpt29 $attrs = array_map('bin2hex', $attrs);
H A Dbug32001.phpt28 $attrs = array_map('bin2hex', $attrs);
/PHP-7.4/ext/standard/html_tables/
H A Dhtml_table_gen.php252 $maxencnum = max(array_map(function($e) { return $e['enumid']; }, $encodings));
/PHP-7.4/sapi/fpm/tests/
H A Dresponse.inc290 list ($this->rawHeaders, $this->rawBody) = array_map(
H A Dtester.inc136 array_map(
142 array_map(
648 $connections = array_map(function ($requestData) use ($address, $connKeepAlive) {
661 $responses = array_map(function ($conn) {
/PHP-7.4/ext/iconv/tests/
H A Diconv_mime_encode.phpt26 $max = max(array_map("strlen", explode("\n", $result)));
/PHP-7.4/
H A Drun-tests.php1633 … $error_consts = array_combine(array_map('constant', $error_consts), $error_consts);
3258 return array_map('trim', explode("\n", trim($text)));
H A DUPGRADING210 $nums = array_map(fn($num) => $num * $factor, $nums);
H A DNEWS2073 . Fixed bug #77931 (Warning for array_map mentions wrong type). (Nikita)

Completed in 72 milliseconds

123