Home
last modified time | relevance | path

Searched refs:implode (Results 1 – 25 of 130) sorted by path

123456

/PHP-7.4/
H A DUPGRADING476 . Passing parameters to implode() in reverse order is deprecated, use
477 implode($glue, $parts) instead of implode($parts, $glue).
/PHP-7.4/Zend/tests/
H A Dbug55578.phpt2 Bug #55578 (Segfault on implode/concat)
H A Dbug70898.phpt9 echo implode(m("",m("",m("",m("",m("0000000000000000000000000000000000",("")))))));
22 Warning: implode(): Argument must be an array in %sbug70898.php on line %d
H A Dconcat_003.phpt31 $texts .= implode("\t", $data) . "\r\n";
H A Dunexpected_ref_bug.phpt15 $data = call_user_func_array("implode",array(&$my_var, new Test()));
19 Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in %s on …
/PHP-7.4/Zend/tests/closures/
H A Dclosure_from_callable.inc142 return implode(',', $info);
150 return implode(',', $info);
/PHP-7.4/Zend/
H A Dzend_vm_gen.php1320 $specs[$num] .= " | " . implode(" | ", $flags);
/PHP-7.4/ext/date/tests/
H A Dbug61642.phpt20 echo '### ', implode(' ', $header), "\n\n";
34 echo implode(' ', $line), "\n";
/PHP-7.4/ext/iconv/tests/
H A Dtranslit-failure.phpt14 // with a string as an implode, no difference.
H A Dtranslit-utf8.phpt13 $utf = implode('', file(__DIR__.'/Quotes.UTF-8.data'));
/PHP-7.4/ext/imap/tests/
H A Dimap_createmailbox_basic.phpt47 echo "imap_deletemailbox on new mailbox failed: " . implode("\n", imap_errors()) . "\n";
51 echo "could not create new mailbox: " . implode("\n", imap_errors()) . "\n";
/PHP-7.4/ext/intl/tests/
H A Dbug65732.phpt10 var_dump(grapheme_substr(implode("\r\n", ['abc', 'def', 'ghi']), 5));
H A Dlocale_lookup.phpt51 $comma_arr =implode(",",$lang_tags);
H A Dlocale_lookup_variant2.phpt51 $comma_arr =implode(",",$lang_tags);
H A Dlocale_lookup_variant3.phpt51 $comma_arr =implode(",",$lang_tags);
/PHP-7.4/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt37 echo " charAge(): ", implode('.', IntlChar::charAge($cp)), "\n";
/PHP-7.4/ext/mbstring/tests/
H A Dbug79371.phpt10 $str = implode(array_map("chr", $bytes));
H A Dmb_detect_order.phpt17 print implode(', ', mb_detect_order()) . "\n";
23 print implode(', ', mb_detect_order()) . "\n";
33 print implode(', ', mb_detect_order()) . "\n";
40 print implode(', ', mb_detect_order()) . "\n";
45 print implode(', ', mb_detect_order()) . "\n";
H A Dmb_ereg.phpt20 …eg( $pat, $str, $reg ), ( is_array( $reg )? bin2hex(mb_convert_encoding( implode( ' ', $reg ), $in…
H A Dmb_ereg_search_xxx.phpt24 …enc, mb_ereg_search_getpos(), mb_convert_encoding( ( is_array( $regs ) ? implode( '-', $regs ): ''…
H A Dmbregex_stack_limit2.phpt17 …$encoded_char_list = implode( "|", array_merge( array( "\s","\t","\n","\r", "\0", "\x0B" ), $chars…
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_interface.phpt94 ((is_array($mysqli_result->lengths)) ? implode(' ', $mysqli_result->lengths) : 'n/a'),
96 ((is_array($tmp)) ? implode(' ', $tmp) : 'n/a'),
H A Dmysqli_driver.phpt42 $report_mode, implode(', ', $all_modes));
H A Dmysqli_stmt_bind_param_many_columns.phpt60 $link->query("CREATE TABLE test(" . implode(" , ", $str) . ") ENGINE=MyISAM");
H A Dreflection_tools.inc104 printf("Static variables: %s\n", implode('/', $static));

Completed in 51 milliseconds

123456