Home
last modified time | relevance | path

Searched refs:sprintf (Results 226 – 250 of 398) sorted by relevance

12345678910>>...16

/PHP-8.3/ext/phar/tests/tar/
H A Dbug71317-duplicate-filename.phpt32 …throw new Exception(sprintf('Contents of file2.txt ("%s") is invalid, expected "%s"', $fileContent…
/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_load_data.phpt70 …exec_and_count(3, $db, sprintf('CREATE TABLE test(id INT NOT NULL PRIMARY KEY, col1 CHAR(10)) ENGI…
84 …$sql = sprintf("LOAD DATA LOCAL INFILE %s INTO TABLE test FIELDS TERMINATED BY ';' LINES TERMINATE…
H A Dpdo_mysql_commit.phpt25 $db->exec(sprintf('DROP TABLE IF EXISTS test_commit'));
26 …$db->exec(sprintf('CREATE TABLE test_commit(id INT) ENGINE=%s', MySQLPDOTest::detect_transactional…
H A Dpdo_mysql_prepare_native.phpt124 …prepex(6, $db, sprintf('CREATE TABLE test(id INT, label CHAR(255)) ENGINE=%s', PDO_MYSQL_TEST_ENGI…
192 $sql = sprintf("SELECT id, label FROM test WHERE (label LIKE %s) AND (id = :placeholder)",
198 $sql = sprintf("SELECT id, label FROM test WHERE (id = :placeholder) OR (label LIKE %s)",
206 …prepex(34, $db, sprintf('CREATE TABLE test(id INT, label CHAR(255)) ENGINE=%s', PDO_MYSQL_TEST_ENG…
317 $sql = sprintf("SELECT id, label FROM test WHERE (label LIKE %s) AND (id = ?)",
323 $sql = sprintf("SELECT id, label FROM test WHERE (id = ?) OR (label LIKE %s)",
H A Dbug_50323.phpt37 $dsn .= sprintf('%s=%s;', $k, $v);
/PHP-8.3/sapi/cli/tests/
H A Dphp_cli_server.inc35 die(sprintf("Failed opening output file %s\n", $output_file));
80 … $error = sprintf("Server stopped\nServer output:\n%s\n", file_get_contents($output_file));
/PHP-8.3/ext/phar/
H A Dshortarc.php235 $ret['m'][$savepath][3] = sprintf('%u', $ret['m'][$savepath][3]
271 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_commit_oo.phpt9 …die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysqli_connect_errno(), mysqli_connect…
12 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
H A Dmysqli_report_new.phpt10 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
H A Dmysqli_real_connect_compression_error.phpt10 …die(sprintf("skip Can't connect to MySQL Server - [%d] %s", mysqli_connect_errno(), mysqli_connect…
H A Dbug48909.phpt18 … !$link->query(sprintf("CREATE TABLE test(id INT, label varchar(255)) ENGINE = %s", $engine)))
H A Dbug49027.phpt25 !mysqli_query($link, sprintf("CREATE TABLE test(id INT) ENGINE=%s", $engine))) {
H A Dmysqli_change_user_new.phpt10 …die(sprintf("SKIP Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port…
H A Dmysqli_character_set.phpt52 …$sql = sprintf("CREATE TABLE test(id INT, label CHAR(1)) CHARACTER SET '%s' ", $charset['Charset']…
64 if (!mysqli_query($link, sprintf("INSERT INTO test (id, label) VALUES (%d, '%s')",
/PHP-8.3/ext/openssl/tests/
H A DServerClientTestCase.inc96 $cmd = sprintf(
103 $cmd = sprintf(
H A Dstreams_crypto_method.phpt39 $serverCode = sprintf($serverCode, $certFile);
H A Dopenssl_spki_export_basic.phpt43 return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x', mt_rand(0, 0xffff),
H A Dopenssl_spki_verify_basic.phpt39 return sprintf('%04x%04x-%04x-%04x-%04x-%04x%04x%04x', mt_rand(0, 0xffff),
H A Dsan_peer_matching.phpt27 $serverCode = sprintf($serverCode, $certFile);
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_sockets.c51 sprintf(envname, "FPM_SOCKETS_%d", idx); in fpm_sockets_get_env_name()
73 sprintf(fd, "%d", ls->sock); in fpm_sockets_cleanup()
93 …p += sprintf(env_value + p + socket_set_buf, "%s%s=%s", (p && !socket_set_buf) ? "," : "", ls->key… in fpm_sockets_cleanup()
146 sprintf(key+strlen(key), ":%d", fpm_get_in_port(sa)); in fpm_sockets_hash_op()
/PHP-8.3/ext/standard/tests/serialize/
H A Dprecision.phpt28 echo "number: ", sprintf("%.17e", $num), "... ";
/PHP-8.3/ext/fileinfo/libmagic/
H A Dapptype.c62 (void)sprintf(path, "%s%s%s%s", drive, in file_os2_apptype()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_perf_dump.c126 sprintf(filename, "/tmp/jit-%d.dump", getpid()); in zend_jit_perf_jitdump_open()
269 sprintf(filename, "/tmp/perf-%d.map", getpid()); in zend_jit_perf_map_register()
/PHP-8.3/ext/opcache/tests/
H A Dbug66338.phpt31 $uri = sprintf("http://%s/%s", PHP_CLI_SERVER_ADDRESS, basename(__FILE__));
/PHP-8.3/Zend/
H A Dzend_gdb.c133 sprintf(buf, "/proc/%d/exe", (int)pid); in zend_gdb_present()

Completed in 41 milliseconds

12345678910>>...16