Home
last modified time | relevance | path

Searched refs:sprintf (Results 26 – 50 of 361) sorted by relevance

12345678910>>...15

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt24 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
38 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
42 die(sprintf("skip Failed to check RSA pub key, [%d] %s\n", $link->errno, $link->error));
52 die(sprintf("skip Cannot create RSA pub key file '%s'", $file));
55 die(sprintf("skip Failed to create pub key file"));
60 die(sprintf("skip Cannot set @@session.old_passwords=2 [%d] %s", $link->errno, $link->error));
69 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
74 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
80 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
83 if (!$link->query(sprintf("GRANT SELECT ON TABLE %s.test TO shatest@'%%'", $db)) ||
[all …]
H A Dmysqli_pam_sha256_public_key_ini.phpt24 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
38 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
42 die(sprintf("skip Failed to check RSA pub key, [%d] %s\n", $link->errno, $link->error));
53 die(sprintf("skip Cannot create RSA pub key file '%s'", $file));
58 die(sprintf("skip Failed to create pub key file"));
63 die(sprintf("skip Cannot set @@session.old_passwords=2 [%d] %s", $link->errno, $link->error));
72 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
77 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
83 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
86 if (!$link->query(sprintf("GRANT SELECT ON TABLE %s.test TO shatest@'%%'", $db)) ||
[all …]
H A Dmysqli_pam_sha256.phpt24 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
38 die(sprintf("skip [%d] %s\n", $link->errno, $link->error));
42 die(sprintf("skip Failed to check RSA pub key, [%d] %s\n", $link->errno, $link->error));
46 …die(sprintf("skip Server misconfiguration? RSA pub key is suspicious, [%d] %s\n", $link->errno, $l…
50 die(sprintf("skip Cannot set @@session.old_passwords=2 [%d] %s", $link->errno, $link->error));
59 die(sprintf("skip CREATE USER failed [%d] %s", $link->errno, $link->error));
64 die(sprintf("skip SET PASSWORD failed [%d] %s", $link->errno, $link->error));
70 die(sprintf("SKIP [%d] %s\n", $link->errno, $link->error));
73 if (!$link->query(sprintf("GRANT SELECT ON TABLE %s.test TO shatest@'%%'", $db)) ||
74 !$link->query(sprintf("GRANT SELECT ON TABLE %s.test TO shatest@'localhost'", $db))) {
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dbug23894.phpt2 Bug #23894 (sprintf() decimal specifiers problem)
6 $test = sprintf("%04d", $a);
8 $test = sprintf("% 13u", $a);
H A Dsprintf_variation53.phpt2 Test sprintf() function : usage variations - with whitespaces in format strings
5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
10 echo "*** Testing sprintf() : with white spaces in format strings ***\n";
30 var_dump( sprintf($format, 1234) );
36 *** Testing sprintf() : with white spaces in format strings ***
H A Dsprintf_variation14.phpt2 Test sprintf() function : usage variations - float formats with boolean values
5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
10 echo "*** Testing sprintf() : float formats with boolean values ***\n";
33 var_dump( sprintf($format, $boolean_value) );
41 *** Testing sprintf() : float formats with boolean values ***
H A Dsprintf_variation45.phpt2 Test sprintf() function : usage variations - unsigned formats with boolean values
5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
10 echo "*** Testing sprintf() : unsigned formats with boolean values ***\n";
33 var_dump( sprintf($format, $boolean_value) );
41 *** Testing sprintf() : unsigned formats with boolean values ***
H A Dsprintf_variation5.phpt2 Test sprintf() function : usage variations - int formats with resource values
5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
10 echo "*** Testing sprintf() : integer formats with resource values ***\n";
37 var_dump( sprintf($format, $res) );
50 *** Testing sprintf() : integer formats with resource values ***
H A Dsprintf_variation33.phpt2 Test sprintf() function : usage variations - octal formats with boolean values
5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
10 echo "*** Testing sprintf() : octal formats with boolean values ***\n";
33 var_dump( sprintf($format, $boolean_value) );
41 *** Testing sprintf() : octal formats with boolean values ***
H A Dsprintf_variation7.phpt2 Test sprintf() function : usage variations - int formats with boolean values
5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
10 echo "*** Testing sprintf() : integer formats with boolean values ***\n";
33 var_dump( sprintf($format, $boolean_value) );
41 *** Testing sprintf() : integer formats with boolean values ***
H A Dsprintf_variation11.phpt2 Test sprintf() function : usage variations - float formats with resource values
5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
10 echo "*** Testing sprintf() : float formats with resource values ***\n";
36 var_dump( sprintf($format, $resource_value) );
48 *** Testing sprintf() : float formats with resource values ***
H A Dsprintf_variation39.phpt2 Test sprintf() function : usage variations - hexa formats with boolean values
5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
10 echo "*** Testing sprintf() : hexa formats with boolean values ***\n";
33 var_dump( sprintf($format, $boolean_value) );
41 *** Testing sprintf() : hexa formats with boolean values ***
H A Dsprintf_variation20.phpt2 Test sprintf() function : usage variations - string formats with boolean values
5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
10 echo "*** Testing sprintf() : string formats with boolean values ***\n";
33 var_dump( sprintf($format, $boolean_value) );
41 *** Testing sprintf() : string formats with boolean values ***
H A Dsprintf_variation23.phpt2 Test sprintf() function : usage variations - char formats with resource values
5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
10 echo "*** Testing sprintf() : char formats with resource values ***\n";
35 var_dump( sprintf($format, $resource_value) );
47 *** Testing sprintf() : char formats with resource values ***
H A Dsprintf_variation26.phpt2 Test sprintf() function : usage variations - char formats with boolean values
5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
10 echo "*** Testing sprintf() : char formats with boolean values ***\n";
33 var_dump( sprintf($format, $boolean_value) );
41 *** Testing sprintf() : char formats with boolean values ***
H A Dsprintf_variation30.phpt2 Test sprintf() function : usage variations - octal formats with resource values
5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
10 echo "*** Testing sprintf() : octal formats with resource values ***\n";
35 var_dump( sprintf($format, $resource_value) );
47 *** Testing sprintf() : octal formats with resource values ***
H A Dsprintf_variation42.phpt2 Test sprintf() function : usage variations - unsigned formats with resource values
5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
10 echo "*** Testing sprintf() : unsigned formats with resource values ***\n";
36 var_dump( sprintf($format, $resource_value) );
48 *** Testing sprintf() : unsigned formats with resource values ***
H A Dsprintf_variation48.phpt2 Test sprintf() function : usage variations - scientific formats with resource values
5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
10 echo "*** Testing sprintf() : scientific formats with resource values ***\n";
35 var_dump( sprintf($format, $resource_value) );
47 *** Testing sprintf() : scientific formats with resource values ***
H A Dsprintf_variation36.phpt2 Test sprintf() function : usage variations - hexa formats with resource values
5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
10 echo "*** Testing sprintf() : hexa formats with resource values ***\n";
35 var_dump( sprintf($format, $resource_value) );
47 *** Testing sprintf() : hexa formats with resource values ***
H A Dsprintf_variation51.phpt2 Test sprintf() function : usage variations - scientific formats with boolean values
5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
10 echo "*** Testing sprintf() : scientific formats with boolean values ***\n";
33 var_dump( sprintf($format, $boolean_value) );
41 *** Testing sprintf() : scientific formats with boolean values ***
H A Dsprintf_variation17.phpt2 Test sprintf() function : usage variations - string formats with resource values
5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
10 echo "*** Testing sprintf() : string formats with resource values ***\n";
35 var_dump( sprintf($format, $resource_value) );
47 *** Testing sprintf() : string formats with resource values ***
/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconn_max_links.phpt10 $host = sprintf("%s:%s", $host, $socket);
12 $host = sprintf("%s:%s", $host, $port);
16 die(sprintf("skip Cannot connect [%d] %s", mysql_errno(), mysql_error()));
19 die(sprintf("skip [%d] %s", mysql_errno($link), mysql_error($link)));
22 die(sprintf("skip [%d] %s", mysql_errno($link), mysql_error($link)));
26 die(sprintf("skip Can't check if old_passwords = ON"));
35 die(sprintf("skip [%d] %s", mysql_errno($link), mysql_error($link)));
70 $host = sprintf("%s:%s", $host, $socket);
72 $host = sprintf("%s:%s", $host, $port);
114 if (!mysql_query(sprintf('KILL %d', $pthread_id), $link))
[all …]
/PHP-5.5/ext/date/tests/
H A Dbug33957.phpt23 echo sprintf(" %02d-", date("W", strtotime("$year-12-$i")));
24 echo sprintf("%04d ", date("o", strtotime("$year-12-$i")));
31 echo sprintf(" %02d-", date("W", strtotime("$year-1-$i")));
32 echo sprintf("%04d ", date("o", strtotime("$year-1-$i")));
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregversion.c39 sprintf(s, "%d.%d.%d", in onig_version()
51 sprintf(s, "Oniguruma %d.%d.%d : Copyright (C) 2002-2008 K.Kosako", in onig_copyright()
/PHP-5.5/ext/mbstring/tests/
H A Dsimpletest.phpt21 echo sprintf("sprintf: %s%s\n",$s1, $s2);
32 sprintf: �ޥ���Х��ȴؿ����Ȥ��ޤ�������ʸ����Ϣ�뤵��Ƥ���Ϥ���

Completed in 28 milliseconds

12345678910>>...15