Searched refs:implode (Results 1 - 10 of 10) sorted by relevance
| /PHP_5_3/ext/ |
| H A D | ext_skel_win32.php | 25 system("sh ext_skel " . implode(" ", $argv));
|
| /PHP_5_3/ |
| H A D | run-tests.php | 816 if (getenv('REPORT_EXIT_STATUS') == 1 and preg_match('/FAILED(?: |$)/', implode(' ', $test_results))) { 2081 show_result(implode('&', $restype), $tested, $tested_file, $info, $temp_filenames); 2229 return implode("\r\n", $diff);
|
| H A D | server-tests.php | 137 return implode("\r\n", $diff);
|
| /PHP_5_3/scripts/dev/generate-phpt/src/testcase/ |
| H A D | gtVariationTestCaseFunction.php | 56 $list = implode(", ", $argumentList);
|
| H A D | gtVariationTestCaseMethod.php | 58 $list = implode(", ", $argumentList);
|
| /PHP_5_3/win32/build/ |
| H A D | mkdist.php | 443 $phar->setStub(implode('', $stub));
|
| /PHP_5_3/ext/mysqli/tests/ |
| H A D | reflection_tools.inc | 104 printf("Static variables: %s\n", implode('/', $static));
|
| /PHP_5_3/ext/standard/ |
| H A D | basic_functions.c | 2778 PHP_FE(implode, arginfo_implode) 2779 PHP_FALIAS(join, implode, arginfo_implode)
|
| H A D | php_string.h | 40 PHP_FUNCTION(implode); variable
|
| H A D | string.c | 1051 An alias for implode */ 1140 /* {{{ proto string implode([string glue,] array pieces) 1142 PHP_FUNCTION(implode)
|
Completed in 30 milliseconds