/PHP-7.1/ext/standard/tests/strings/ |
H A D | join_error.phpt | 2 Test join() function: error conditions 5 /* Prototype : string join( string $glue, array $pieces ) 11 echo "*** Testing join() : error conditions ***\n"; 14 echo "\n-- Testing join() function with Zero arguments --\n"; 15 var_dump( join() ); 23 var_dump( join($glue, $pieces, $extra_arg) ); 29 var_dump( join($glue)); 34 *** Testing join() : error conditions *** 36 -- Testing join() function with Zero arguments -- 46 -- Testing join() with less than expected no. of arguments -- [all …]
|
H A D | join_variation2.phpt | 5 /* Prototype : string join( string $glue, array $pieces ) 15 echo "*** Testing join() : usage variations ***\n"; 92 var_dump( join($glue, $pieces) ); 103 *** Testing join() : usage variations *** 108 Warning: join(): Invalid arguments passed in %s on line %d 112 Warning: join(): Invalid arguments passed in %s on line %d 116 Warning: join(): Invalid arguments passed in %s on line %d 120 Warning: join(): Invalid arguments passed in %s on line %d 124 Warning: join(): Invalid arguments passed in %s on line %d 128 Warning: join(): Invalid arguments passed in %s on line %d [all …]
|
H A D | join_variation6.phpt | 2 Test join() function : usage variations - binary safe 5 /* Prototype : string join( string $glue, array $pieces ) 12 * check the working of join() when given binary input given 15 echo "*** Testing join() : usage variationsi - binary safe ***\n"; 23 var_dump( join($glues[0], $pieces) ); 24 var_dump( join($glues[1], $pieces) ); 29 *** Testing join() : usage variationsi - binary safe ***
|
H A D | join_basic.phpt | 2 Test join() function : basic functionality 5 /* Prototype : string join( string $glue, array $pieces ) 11 echo "*** Testing join() : basic functionality ***\n"; 18 var_dump( join($glue, $pieces) ); 23 var_dump( join($glue, $pieces) ); 28 var_dump( join($glue, $pieces) ); 33 var_dump( join($glue, $pieces) ); 38 *** Testing join() : basic functionality ***
|
H A D | join_variation5.phpt | 2 Test join() function : usage variations - sub array as argument 5 /* Prototype : string join( string $glue, array $pieces ) 12 * test join() by passing pieces as array containing sub array(s) 19 var_dump( join("TEST", $sub_array) ); 22 var_dump( join(array(1, 2, 3, 4), $sub_array) ); 25 var_dump( join(2, $sub_array) ); 28 var_dump( join(", ", $sub_array[0]) ); 29 var_dump( join(", ", $sub_array[1]) );
|
H A D | join_variation4.phpt | 2 Test join() function : usage variations - different values for 'glue' argument 5 /* Prototype : string join( string $glue, array $pieces ) 12 * test join() by passing different glue arguments 15 echo "*** Testing join() : usage variations ***\n"; 45 /* loop through each element of $glues and call join */ 49 var_dump( join($glues[$index], $pieces) ); 56 *** Testing join() : usage variations ***
|
H A D | join_variation1.phpt | 2 Test join() function : usage variations - unexpected values for 'glue' argument 5 /* Prototype : string join( string $glue, array $pieces ) 12 * testing join() by passing different unexpected value for glue argument 15 echo "*** Testing join() : usage variations ***\n"; 86 // loop through each element of the array and check the working of join() 88 echo "\n--- Testing join() by supplying different values for 'glue' argument ---\n"; 94 var_dump( join($glue, $pieces) ); 102 *** Testing join() : usage variations *** 104 --- Testing join() by supplying different values for 'glue' argument ---
|
H A D | join_variation3.phpt | 2 Test join() function : usage variations - different values for 'pieces' argument 5 /* Prototype : string join( string $glue, array $pieces ) 12 * test join() by giving different pieces values 15 echo "*** Testing join() : usage variations ***\n"; 47 // loop through each $pieces_arrays element and call join() 51 var_dump( join($glue, $pieces_arrays[$index]) ); 58 *** Testing join() : usage variations ***
|
H A D | bug39350.phpt | 2 Bug #39350 (implode/join() crash on empty input strings)
|
H A D | 004.phpt | 17 $s = join('', $p);
|
/PHP-7.1/tests/basic/ |
H A D | precision.phpt | 16 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-7.1/ext/phar/tests/ |
H A D | phar_oo_008.phpt | 47 echo $v->key() . "=>" . join('|',$v->fgetcsv()) . "\n"; 55 echo $v->key() . "=>" . join('|',$l) . "\n"; 61 echo "$k=>" . join('|',$d) . "\n"; 79 echo "$k=>" . join('|',$d) . "\n";
|
H A D | phar_oo_009.phpt | 32 echo "$k=>" . join('|', $v) . "\n";
|
/PHP-7.1/ext/standard/tests/class_object/ |
H A D | bug71442.phpt | 11 echo static::NAME, " ".join(',', $args)." \n"; 30 echo "C ".join(',', $args)." \n";
|
/PHP-7.1/ext/pdo_dblib/tests/ |
H A D | bug_50755.phpt | 15 cross join information_schema.columns ic2 16 cross join information_schema.columns ic3");
|
/PHP-7.1/ext/interbase/tests/ |
H A D | interbase.inc | 44 echo join("\t",$r)."\t\n"; 54 echo join("\t",$r)."\t\n"; 63 echo join("\t",$r)."\t\n";
|
/PHP-7.1/ext/intl/tests/ |
H A D | resourcebundle_locales.phpt | 13 $str_res .= join("\n", ut_resourcebundle_locales(BUNDLE));
|
H A D | resourcebundle.build | 21 $filelist = join(" {\"\"}\n", $list);
|
/PHP-7.1/ext/standard/tests/general_functions/ |
H A D | 004.phpt | 8 echo join(",",$a)."\n";
|
H A D | callbacks_001.phpt | 22 echo join('|', $cb) . "\n"; 65 echo join('|', $cb) . "\n";
|
/PHP-7.1/ext/phar/ |
H A D | build_precommand.php | 49 echo join('', $f);
|
/PHP-7.1/ext/spl/tests/ |
H A D | bug75717.phpt | 11 return join(NULL, $flat);
|
/PHP-7.1/ext/spl/examples/ |
H A D | class_tree.php | 98 $result .= ' (' . join(', ', $interfaces) . ')';
|
/PHP-7.1/ext/sockets/ |
H A D | multicast.c | 54 …et *sock, int level, struct sockaddr *group, socklen_t group_len, unsigned int if_index, int join); 458 int join) in _php_mcast_join_leave() argument 468 join ? MCAST_JOIN_GROUP : MCAST_LEAVE_GROUP, (char*)&greq, in _php_mcast_join_leave() 487 join ? IP_ADD_MEMBERSHIP : IP_DROP_MEMBERSHIP, (char*)&mreq, in _php_mcast_join_leave() 500 join ? IPV6_JOIN_GROUP : IPV6_LEAVE_GROUP, (char*)&mreq, in _php_mcast_join_leave() 507 join ? "MCAST_JOIN_GROUP" : "MCAST_LEAVE_GROUP"); in _php_mcast_join_leave()
|
/PHP-7.1/ext/standard/tests/file/ |
H A D | userstreams_007.phpt | 12 echo join(",", $var);
|