Home
last modified time | relevance | path

Searched refs:sprintf (Results 376 – 397 of 397) sorted by relevance

1...<<111213141516

/PHP-8.3/win32/
H A Dsendmail.c696 sprintf(*header_buffer + strlen(*header_buffer), specifier, string); in addToHeader()
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_stmt_bind_result.phpt65 …if (!mysqli_query($link, sprintf("CREATE TABLE test(id INT, label %s, PRIMARY KEY(id)) ENGINE = %s…
H A Dmysqli_get_client_stats.phpt712 …$sql = sprintf("CREATE SERVER myself FOREIGN DATA WRAPPER mysql OPTIONS (user '%s', password '%s',…
724 if (!mysqli_query($link, sprintf("ALTER SERVER myself OPTIONS(user '%s_')", $user)))
835 …$sql = sprintf('LOAD DATA LOCAL INFILE "%s" INTO TABLE test', mysqli_real_escape_string($link, $fi…
/PHP-8.3/ext/standard/
H A Dformatted_print.c758 PHP_FUNCTION(sprintf) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php2938 function sprintf(string $format, mixed ...$values): string {}
H A Dbasic_functions_arginfo.h2609 ZEND_FUNCTION(sprintf);
3250 ZEND_FE(sprintf, arginfo_sprintf)
H A Dstring.c3556 default: target += sprintf(target, "%03o", (unsigned char) c);
/PHP-8.3/TSRM/
H A Dtsrm_win32.c485 sprintf(cmd, "%s /s /c \"%s\"", TWG(comspec), command); in popen_ex()
/PHP-8.3/ext/snmp/
H A Dsnmp.c531 sprintf(buf, "%lu.", vars->name[count]); in php_snmp_internal()
883 sprintf(pptr, ":%d", remote_port); in netsnmp_session_init()
/PHP-8.3/sapi/fpm/
H A Dconfig.m4247 sprintf(buf, "/proc/%d/$proc_mem_file", getpid());
/PHP-8.3/ext/curl/
H A Dinterface.c260 sprintf(str, "%d", d->age); in PHP_INI_END()
340 n += sprintf(str + n, "%s%s", *p, *(p + 1) != NULL ? ", " : ""); in PHP_INI_END()
/PHP-8.3/sapi/fpm/tests/
H A Dtester.inc487 $errorMessage = sprintf(
2135 $this->error(sprintf(
/PHP-8.3/ext/opcache/jit/dynasm/
H A Dminilua.c145 #define lua_number2str(s,n)sprintf((s),"%.14g",(n))
698 sprintf(buff,"%p",va_arg(argp,void*)); in luaO_pushvfstring()
7601 sprintf(buff,form,(int)luaL_checknumber(L,arg));
7606 sprintf(buff,form,(long)luaL_checknumber(L,arg));
7611 sprintf(buff,form,(unsigned long)luaL_checknumber(L,arg));
7616 sprintf(buff,form,(double)luaL_checknumber(L,arg));
7632 sprintf(buff,form,s);
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.c1681 sprintf(ZSTR_VAL(backup_phpdbg_compile), "?>%.*s", (int) data->len, data->buf); in main()
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_conf.c1267 len = sprintf(buf, "%d", (int) fpm_globals.parent_pid); in fpm_conf_write_pid()
/PHP-8.3/Zend/
H A Dzend_vm_gen.php2347 $str .= sprintf("#define %-24s 0x%08x\n", $name, $val);
/PHP-8.3/ext/phar/phar/
H A Dpharcommand.inc1524 $infos['Compression-ratio'] = sprintf('%.3g%%', $usize ? ($csize * 100) / $usize : 100);
/PHP-8.3/ext/openssl/
H A Dxp_ssl.c501 sprintf(ipbuffer, "%d.%d.%d.%d", in php_openssl_matches_san_list()
H A Dopenssl.c1638 sprintf(ZSTR_VAL(s), "%s%s", spkac, spkstr); in PHP_FUNCTION()
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1584 const size_t tmp_len = sprintf((char *)&tmp, ZEND_ULONG_FMT, Z_LVAL_P(current_field)); in php_mysqlnd_rowp_read_text_protocol()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_trace.c101 sprintf(name, "jit$$trace_exit_%d", n); in zend_jit_trace_allocate_exit_group()
110 sprintf(name, "jit$$trace_exit_%d", n + i); in zend_jit_trace_allocate_exit_group()
7108 sprintf(name, "ESCAPE-%d-%d", trace_num, exit_num); in zend_jit_trace_exit_to_vm()
/PHP-8.3/build/
H A Dlibtool.m41719 …lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; }…

Completed in 308 milliseconds

1...<<111213141516