Home
last modified time | relevance | path

Searched refs:join (Results 1 – 25 of 47) sorted by relevance

12

/PHP-8.1/ext/standard/tests/strings/
H A Djoin_variation2.phpt6 * test join() by passing different unexpected value for pieces argument
9 echo "*** Testing join() : usage variations ***\n";
87 var_dump( join($glue, $pieces) );
101 *** Testing join() : usage variations ***
105 join(): Argument #2 ($array) must be of type ?array, int given
107 join(): Argument #2 ($array) must be of type ?array, int given
109 join(): Argument #2 ($array) must be of type ?array, int given
111 join(): Argument #2 ($array) must be of type ?array, int given
123 join(): Argument #2 ($array) must be of type ?array, bool given
125 join(): Argument #2 ($array) must be of type ?array, bool given
[all …]
H A Djoin_error.phpt2 Test join() function: error conditions
5 echo "*** Testing join() : error conditions ***\n";
8 echo "\n-- Testing join() with less than expected no. of arguments --\n";
12 var_dump(join($glue));
20 *** Testing join() : error conditions ***
22 -- Testing join() with less than expected no. of arguments --
23 join(): Argument #1 ($array) must be of type array, string given
H A Djoin_variation6.phpt2 Test join() function : usage variations - binary safe
6 * check the working of join() when given binary input given
9 echo "*** Testing join() : usage variationsi - binary safe ***\n";
17 var_dump( join($glues[0], $pieces) );
18 var_dump( join($glues[1], $pieces) );
23 *** Testing join() : usage variationsi - binary safe ***
H A Djoin_variation1.phpt2 Test join() function : usage variations - unexpected values for 'glue' argument
6 * testing join() by passing different unexpected value for glue argument
9 echo "*** Testing join() : usage variations ***\n";
66 // loop through each element of the array and check the working of join()
75 var_dump(join($glue, $pieces));
86 *** Testing join() : usage variations ***
108 join(): Argument #1 ($separator) must be of type string, array given
110 join(): Argument #1 ($separator) must be of type string, array given
112 join(): Argument #1 ($separator) must be of type string, array given
114 join(): Argument #1 ($separator) must be of type string, array given
[all …]
H A Djoin_basic.phpt2 Test join() function : basic functionality
5 echo "*** Testing join() : basic functionality ***\n";
12 var_dump( join($glue, $pieces) );
17 var_dump( join($glue, $pieces) );
22 var_dump( join($glue, $pieces) );
27 var_dump( join($glue, $pieces) );
32 *** Testing join() : basic functionality ***
H A Djoin_variation5.phpt2 Test join() function : usage variations - sub array as argument
6 * test join() by passing pieces as array containing sub array(s)
13 var_dump(join("TEST", $sub_array));
17 var_dump(join(array(1, 2, 3, 4), $sub_array));
23 var_dump(join(2, $sub_array));
26 var_dump(join(", ", $sub_array[0]));
27 var_dump(join(", ", $sub_array[1]));
38 join(): Argument #1 ($separator) must be of type string, array given
H A Djoin_variation4.phpt2 Test join() function : usage variations - different values for 'glue' argument
6 * test join() by passing different glue arguments
9 echo "*** Testing join() : usage variations ***\n";
37 /* loop through each element of $glues and call join */
42 var_dump(join($glues[$index], $pieces));
52 *** Testing join() : usage variations ***
60 join(): Argument #1 ($separator) must be of type string, array given
H A Djoin_variation3.phpt2 Test join() function : usage variations - different values for 'pieces' argument
6 * test join() by giving different pieces values
9 echo "*** Testing join() : usage variations ***\n";
41 // loop through each $pieces_arrays element and call join()
45 var_dump( join($glue, $pieces_arrays[$index]) );
52 *** Testing join() : usage variations ***
H A Dbug39350.phpt2 Bug #39350 (implode/join() crash on empty input strings)
H A D004.phpt17 $s = join('', $p);
/PHP-8.1/tests/basic/
H A Dprecision.phpt16 echo join(' ', $v).PHP_EOL;
27 echo join(' ', $v).PHP_EOL;
37 echo join(' ', $v).PHP_EOL;
47 echo join(' ', $v).PHP_EOL;
57 echo join(' ', $v).PHP_EOL;
67 echo join(' ', $v).PHP_EOL;
77 echo join(' ', $v).PHP_EOL;
/PHP-8.1/ext/standard/tests/class_object/
H A Dbug71442.phpt11 echo static::NAME, " ".join(',', $args)." \n";
30 echo "C ".join(',', $args)." \n";
/PHP-8.1/ext/pdo_dblib/tests/
H A Dbug_50755.phpt17 cross join information_schema.columns ic2
18 cross join information_schema.columns ic3");
/PHP-8.1/ext/standard/tests/
H A Dforward_static_call_array.phpt10 echo "C " . join(',', $args) . " \n";
19 echo static::NAME, " " . join(',', $args) . " \n";
/PHP-8.1/ext/phar/tests/
H A Dphar_oo_008.phpt47 echo $v->key() . "=>" . join('|', $v->fgetcsv()) . "\n";
55 echo $v->key() . "=>" . join('|', $l) . "\n";
61 echo "$k=>" . join('|', $d) . "\n";
H A Dphar_oo_009.phpt33 echo "$k=>" . join('|', $v) . "\n";
/PHP-8.1/ext/intl/tests/
H A Dresourcebundle_locales.phpt13 $str_res .= join("\n", ut_resourcebundle_locales(BUNDLE));
H A Dresourcebundle.build22 $filelist = join(" {\"\"}\n", $list);
/PHP-8.1/ext/standard/tests/general_functions/
H A D004.phpt8 echo join(",",$a)."\n";
H A Dcallbacks_001.phpt22 echo join('|', $cb) . "\n";
65 echo join('|', $cb) . "\n";
/PHP-8.1/ext/opcache/tests/opt/
H A Dblock_pass_001.phpt17 ->join(...$args);
/PHP-8.1/ext/spl/tests/
H A Dbug75717.phpt11 return join('', $flat);
/PHP-8.1/ext/phar/
H A Dbuild_precommand.php49 echo join('', $f);
/PHP-8.1/ext/sockets/
H A Dmulticast.c50 …et *sock, int level, struct sockaddr *group, socklen_t group_len, unsigned int if_index, int join);
445 int join) in _php_mcast_join_leave() argument
455 join ? MCAST_JOIN_GROUP : MCAST_LEAVE_GROUP, (char*)&greq, in _php_mcast_join_leave()
475 join ? IP_ADD_MEMBERSHIP : IP_DROP_MEMBERSHIP, (char*)&mreq, in _php_mcast_join_leave()
489 join ? IPV6_JOIN_GROUP : IPV6_LEAVE_GROUP, (char*)&mreq, in _php_mcast_join_leave()
495 join ? "MCAST_JOIN_GROUP" : "MCAST_LEAVE_GROUP"); in _php_mcast_join_leave()
/PHP-8.1/ext/standard/tests/file/
H A Duserstreams_007.phpt12 echo join(",", $var);

Completed in 35 milliseconds

12