Home
last modified time | relevance | path

Searched refs:sprintf (Results 251 – 275 of 393) sorted by relevance

1...<<111213141516

/php-src/ext/openssl/tests/
H A Dtls_wrapper_with_tls_v1.3.phpt27 $serverCode = sprintf($serverCode, $certFile);
H A Dopenssl_spki_export_challenge_basic.phpt44 return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x', mt_rand(0, 0xffff),
/php-src/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_unix.phpt22 $address = sprintf("/tmp/%s.sock", uniqid());
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result_bit.phpt47 …if (!mysqli_query($link_ins, sprintf("CREATE TABLE test(id BIGINT, bit_value BIT(%d) NOT NULL, bit…
103 …$sql = sprintf("SELECT id, BIN(bit_value) AS _bin, bit_value, bit_value + 0 AS _bit_value0, bit_nu…
H A Dmysqli_stmt_execute_stored_proc_next_result.phpt9 …die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysqli_connect_errno(), mysqli_connect…
12 die(sprintf('skip Needs MySQL 5.5.3+, found version %d.', mysqli_get_server_version($link)));
H A Dmysqli_real_escape_string_nobackslash.phpt35 if (!mysqli_query($link, sprintf('INSERT INTO test(id, label) VALUES (100, "%s")',
H A Dmysqli_autocommit.phpt10 …die(sprintf("skip Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
15 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A Dmysqli_fetch_array_large.phpt25 $sql .= sprintf("('%s'), ", $random_char);
119 …!mysqli_query($link, sprintf("CREATE TABLE test(id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, label …
H A Dmysqli_autocommit_oo.phpt10 …die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysqli_connect_errno(), mysqli_connect…
14 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
/php-src/ext/pdo_pgsql/tests/
H A Dbug69362.phpt51 $sql = sprintf($template, "''mypassword");
/php-src/sapi/cli/tests/
H A D017.phpt72 $php_history_tmp = sprintf('%s%s%s', sys_get_temp_dir(), DIRECTORY_SEPARATOR, 'php_history');
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec.phpt38 …exec_and_count(3, $db, sprintf('CREATE TABLE test_mysql_exec(id INT NOT NULL PRIMARY KEY, col1 CHA…
54 …exec_and_count(36, $db, sprintf('CREATE TABLE test_mysql_exec(id INT NOT NULL PRIMARY KEY, col1 CH…
151 …$tmp = $db->exec(sprintf('DROP TABLE IF EXISTS test_mysql_exec; CREATE TABLE test_mysql_exec(id IN…
H A Dpdo_mysql_prepare_native_anonymous_placeholder.phpt104 …prepex(4, $db, sprintf('CREATE TABLE test_prepare_native_anonymous_placeholder(id INT, label CHAR(…
215 …$sql = sprintf("SELECT id, label FROM test_prepare_native_anonymous_placeholder WHERE (label LIKE …
221 …$sql = sprintf("SELECT id, label FROM test_prepare_native_anonymous_placeholder WHERE (id = ?) OR…
H A Dpdo_mysql_prepare_native_placeholder_everywhere.phpt21 …$db->exec(sprintf('CREATE TABLE test_prepare_native_named_placeholder_everywhere(id INT, label CHA…
H A Dpdo_mysql_subclass.phpt46 $args .= sprintf("%s, ", var_export($v, true));
H A Dpdo_mysql_prepare_native_myisam_index.phpt147 …$sql = sprintf("SELECT id, label FROM test_prepare_native_myisam_index WHERE (label LIKE %s) AND (…
153 …$sql = sprintf("SELECT id, label FROM test_prepare_native_myisam_index WHERE (id = ?) OR (label L…
H A Dpdo_mysql_prepare_emulated_myisam.phpt124 …$sql = sprintf("SELECT id, label FROM test_prepare_emulated_myisam WHERE (label LIKE %s) AND (id =…
131 …$sql = sprintf("SELECT id, label FROM test_prepare_emulated_myisam WHERE (id = :placeholder) OR (…
H A Dpdo_mysql_prepare_emulated_myisam_index.phpt131 …$sql = sprintf("SELECT id, label FROM test_prepare_emulated_myisam_index WHERE (label LIKE %s) AND…
138 …$sql = sprintf("SELECT id, label FROM test_prepare_emulated_myisam_index WHERE (id = ?) OR (label…
H A Dpdo_mysql_prepare_native_myisam.phpt133 …$sql = sprintf("SELECT id, label FROM test_prepare_native_myisam WHERE (label LIKE %s) AND (id = :…
139 …$sql = sprintf("SELECT id, label FROM test_prepare_native_myisam WHERE (id = :placeholder) OR (la…
/php-src/ext/xml/tests/
H A Dxml001.phpt27 die(sprintf("XML error: %s at line %d\n",
H A Dxml003.phpt68 die(sprintf("XML error: %s at line %d\n",
H A Dxml002.phpt69 die(sprintf("XML error: %s at line %d\n",
/php-src/tests/classes/
H A Dtostring_001.phpt70 echo sprintf("%s", $o);
/php-src/ext/mysqlnd/
H A Dmysqlnd_statistics.c206 sprintf((char *)&tmp, "%" PRIu64, stats->values[i]); in mysqlnd_fill_stats_hash()
/php-src/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity.phpt15 $setting = sprintf('%s%s1%s%s%s',
23 $setting = sprintf('%s%s0123%s%s%s',

Completed in 28 milliseconds

1...<<111213141516