Home
last modified time | relevance | path

Searched refs:implode (Results 101 – 125 of 164) sorted by relevance

1234567

/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_get_attribute.phpt39 $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt52 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_stmt_multiquery.phpt52 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_prepare_emulated.phpt77 $db->errorCode(), implode(' ', $db->errorInfo()));
153 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_prepare_emulated_anonymous.phpt55 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_stmt_fetchobject.phpt83 $e->getMessage(), $db->errorInfo(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_prepare_native_named_placeholder.phpt63 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_errorinfo.phpt86 $offset + 19, $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_stmt_fetch_serialize.phpt98 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_stmt_fetch_class.phpt101 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
H A Dpdo_mysql_prepare_native_clear_error.phpt63 $e->getMessage(), $db->errorCode(), implode(' ', $db->errorInfo()));
/php-src/Zend/tests/offsets/
H A Dinvalid_container_offset_behaviour.phpt109 echo "Failures:\n" . implode($failures);
H A Dobject_container_offset_behaviour.phpt91 echo "Failures:\n" . implode($failures);
H A DArrayAccess_container_offset_behaviour.phpt169 echo "Failures:\n" . implode($failures);
/php-src/ext/sqlite3/tests/
H A Dsqlite3_40_setauthorizer.phpt41 var_dump($constants[$action], implode(',', array_slice(func_get_args(), 1)));
/php-src/ext/dom/tests/
H A DDOMXPath_quote.phpt42 $sb = \implode(',', $sb);
/php-src/ext/intl/tests/
H A Dlocale_lookup_variant3.phpt52 $comma_arr =implode(",",$lang_tags);
H A Dlocale_lookup.phpt52 $comma_arr =implode(",",$lang_tags);
H A Dlocale_lookup_variant2.phpt52 $comma_arr =implode(",",$lang_tags);
/php-src/ext/random/tests/03_randomizer/methods/
H A DgetBytesFromString_fast_path.phpt12 $allBytes = implode('', array_map(
/php-src/ext/mysqli/tests/
H A Dmysqli_driver.phpt47 $report_mode, implode(', ', $all_modes));
H A Dmysqli_stmt_bind_param_many_columns.phpt60 $link->query("CREATE TABLE test(" . implode(" , ", $str) . ") ENGINE=MyISAM");
/php-src/ext/xsl/tests/
H A DregisterPHPFunctionNS.phpt32 . implode('', array_map(fn($input) => '<xsl:value-of select="' . $input . '" />', $inputs)) .
/php-src/scripts/dev/
H A Dbless_tests.php115 return implode("\n", $result);
/php-src/ext/xml/tests/
H A Dbug32001b.phpt35 $this->tags[] = bin2hex($name).": ".implode(', ', $attrs);

Completed in 24 milliseconds

1234567