Home
last modified time | relevance | path

Searched refs:sprintf (Results 176 – 200 of 361) sorted by relevance

12345678910>>...15

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_bit.phpt51 …!mysqli_query($link, $sql = sprintf('CREATE TABLE test(id BIGINT UNSIGNED, bit_value BIT(%d) NOT N…
79 $sql = sprintf("INSERT INTO test(id, bit_value) VALUES (%s, b'%s')", $value, $bin);
88 …$sql = sprintf("SELECT bin(bit_value) AS _bin, id, bit_value, bit_null FROM test WHERE id = %s", $…
H A Dmysqli_stmt_bind_result_zerofill.phpt17 $sql = sprintf('ALTER TABLE test ADD zero %s UNSIGNED ZEROFILL', $datatype);
23 if (!mysqli_query($link, sprintf('UPDATE test SET zero = %s', $insert))) {
H A Dmysqli_options_int_and_float_native.phpt49 if (!mysqli_query($link, sprintf("CREATE TABLE test (id %s)", $data[0]))) {
54 if (!mysqli_query($link, sprintf("INSERT INTO test(id) VALUES (%f)", $data[1]))) {
H A D015.phpt10 die(sprintf("Cannot connect, [%d] %s", mysqli_connect_errno(), mysqli_connect_error()));
13 die(sprintf("Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A Dmysqli_get_charset.phpt47 …if (!$res = mysqli_query($link, $sql = sprintf("SHOW CHARACTER SET LIKE '%s'", $character_set_conn…
56 if (!$res = mysqli_query($link, sprintf("SHOW COLLATION LIKE '%s'", $collation_connection)))
63 if (!$res = mysqli_query($link, sprintf("SHOW VARIABLES LIKE 'character_sets_dir'")))
H A Dmysqli_stmt_get_result_geom.phpt28 …if (!mysqli_query($link, sprintf("CREATE TABLE test(id INT, label %s, PRIMARY KEY(id)) ENGINE = %s…
34 $sql = sprintf("INSERT INTO test(id, label) VALUES (%d, %s)", $id, $bind_value);
94 if (!$res_normal = mysqli_query($link, sprintf("SELECT id, label FROM test WHERE id = %d",
H A Dmysqli_stmt_fetch_geom.phpt25 …if (!mysqli_query($link, sprintf("CREATE TABLE test(id INT, label %s, PRIMARY KEY(id)) ENGINE = %s…
31 $sql = sprintf("INSERT INTO test(id, label) VALUES (%d, %s)", $id, $bind_value);
103 if (!$res_normal = mysqli_query($link, sprintf("SELECT id, label FROM test WHERE id = %d",
H A Dmysqli_pconn_max_links.phpt21 if (!mysqli_query($link, sprintf("GRANT SELECT ON TABLE %s.test TO pcontest@'%%'", $db)) ||
22 !mysqli_query($link, sprintf("GRANT SELECT ON TABLE %s.test TO pcontest@'localhost'", $db))) {
55 !mysqli_query($link, sprintf("GRANT SELECT ON TABLE %s.test TO pcontest@'%%'", $db)) ||
56 !mysqli_query($link, sprintf("GRANT SELECT ON TABLE %s.test TO pcontest@'localhost'", $db))) {
97 if (!mysqli_query($link, sprintf('KILL %d', $pthread_id)))
H A Dmysqli_commit.phpt11 die(sprintf("Cannot connect, [%d] %s", mysqli_connect_errno(), mysqli_connect_error()));
14 die(sprintf("Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A Dmysqli_real_escape_string_big5.phpt14 die(sprintf("skip Cannot connect to MySQL, [%d] %s\n",
18 die(sprintf("skip Cannot set charset 'big5'"));
H A Dmysqli_rollback.phpt13 die(sprintf("Cannot connect, [%d] %s", mysqli_connect_errno(), mysqli_connect_error()));
16 die(sprintf("Needs InnoDB support, [%d] %s", $link->errno, $link->error));
/PHP-5.5/ext/mysql/tests/
H A Dmysql_query_load_data_openbasedir.phpt45 $host = sprintf("%s:%s", $host, $socket);
47 $host = sprintf("%s:%s", $host, $port);
80 $sql = sprintf("LOAD DATA LOCAL INFILE '%s'
H A Dconnect.inc30 $host = sprintf("%s:%s", $host, $socket);
32 $host = sprintf("%s:%s", $host, $port);
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dbug62479.phpt50 $sql = sprintf($template, 'my password');
61 $sql = sprintf($template, "my pass''word");
/PHP-5.5/ext/standard/tests/strings/
H A D004.phpt10 print "$k: $v: " . sprintf('%0.3f', $v / $times) . "\n";
/PHP-5.5/ext/intl/tests/
H A Dformatter_get_locale.phpt33 $res_str .= sprintf( " %s=%s",
H A Dformatter_get_locale_variant2.phpt33 $res_str .= sprintf( " %s=%s",
H A Dcpbi_parts_iterator.phpt18 echo "$k. $v (" . sprintf("U+%04X", $it->getBreakIterator()->getLastCodePoint()) .
H A Dcollator_get_locale.phpt34 $res_str .= sprintf(
H A Dcollator_get_locale2.phpt32 $res_str .= sprintf(
/PHP-5.5/ext/interbase/tests/
H A Dibase_drop_db_001.phpt14 sprintf("CREATE SCHEMA '%s' USER '%s' PASSWORD '%s' DEFAULT CHARACTER SET %s",$file,
/PHP-5.5/ext/pdo_firebird/tests/
H A Dtestdb.inc15 $test_db = ibase_query(IBASE_CREATE,sprintf("CREATE DATABASE '%s' USER '%s' PASSWORD '%s'",
/PHP-5.5/ext/json/tests/
H A Dbug46944.phpt11 $string = sprintf("aa%c%c\xbf\xbdzz", $first, $second);
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug_44707.phpt16 die(sprintf("skip Cannot determine MySQL Server version\n"));
20 die(sprintf("skip Will work different with MySQL Server < 4.1.0, found %d.%02d.%02d (%d)\n",
/PHP-5.5/ext/opcache/
H A Dshared_alloc_posix.c53 sprintf(shared_segment_name, "/ZendAccelerator.%d", getpid()); in create_segments()

Completed in 53 milliseconds

12345678910>>...15