Home
last modified time | relevance | path

Searched refs:printf (Results 251 – 275 of 738) sorted by relevance

1...<<11121314151617181920>>...30

/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_fetch_both.phpt28 printf("[%03d] Suspicious FETCH_BOTH result, dumping\n", $offset);
34 printf("[%03d] Expected differs from returned data, dumping\n", $offset);
39 printf("[%03d] %s, [%s] %s\n",
48 printf("[001] %s [%s] %s\n",
H A Dpdo_mysql_stmt_blobs.phpt36 printf("[%03d + 1] %d %s\n",
47 printf("[%03d + 2] %d %s\n",
53 printf("[%03d + 3] Returned value is not a stream resource\n", $offset);
59printf("[%03d + 3] Returned value seems to be wrong (%d vs. %d characters). Check manually\n",
65 printf("[%03d + 3] Returned id column value seems wrong, expecting 1 got %s.\n",
74printf("[%03d + 3] Returned value seems to be wrong (%d vs. %d characters). Check manually\n",
80 printf("[%03d + 3] Returned id column value seems wrong, expecting 1 got %s.\n",
H A Dpdo_mysql_prepare_native_anonymous_placeholder.phpt27 printf("[%03d] prepare() - expecting SQLSTATE '%s' got '%s'\n",
48 // printf("[%03d]\n", $offset);
84 printf("[%03d] %s, [%s} %s\n",
96 printf("[002] Unable to turn off emulated prepared statements\n");
156 printf("[064] Results seem wrong. Please check dumps manually.\n");
183 printf("[074] Expecting two rows, got %d rows\n", $tmp);
210 printf("[065] Results seem wrong. Please check dumps manually.\n");
219 printf("[061] Expecting zero rows, got %d rows\n", $tmp);
225 printf("[062] Expecting two rows, got %d rows\n", $tmp);
230 printf("[064] Expecting one row, got %d rows\n", $tmp);
[all …]
/php-src/ext/mysqli/tests/
H A Dmysqli_debug_mysqlnd_only.phpt26 printf("[%03d][control string '%s'] Expecting boolean/true, got %s/%s.\n",
35 printf("[%03d][control string '%s'] [%d] %s.\n",
48 printf("[%03d][control string '%s'] Trace file has not been written.\n",
72 printf("[015] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
89 printf("[016] Only %d memory functions have been found, expecting at least %d.\n",
96 printf("[025] SELECT query cannot be found in trace. Trace contents seems wrong.\n");
113 printf("[026] More than %d memory functions have been recorded, that's strange.\n",
H A Dmysqli_kill.phpt20printf("[004] Cannot determine thread id, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
24 printf("[005] Expecting boolean/any, got %s/%s\n", gettype($tmp), $tmp);
31 printf("[007] Expecting string/any non empty, got %s/%s\n", gettype($error), $error);
35 printf("[008] mysqlnd used to be more verbose and used to support SELECT\n");
41 printf("[010] Cannot connect, [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
50printf("[011] Connection should not be gone, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
57 printf("[012] Cannot connect, [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
H A Dmysqli_stmt_result_metadata_sqltests.phpt18 printf("[%04d - %s] [%d] %s\n",
31 printf("[%04d - %s] No metadata expected\n",
35 printf("[%04d - %s] Metadata expected\n",
41 printf("[%04d - %s] [%d] %s\n",
78 printf("[%04d - %s] Metadata differs from expected values\n",
87 printf("[%04d - %s] [%d] %s\n",
95 printf("[%04d - %s] Expecting resultset [%d] %s\n",
100 printf("[%04d - %s] Unexpected resultset [%d] %s\n",
107 printf("[%04d - %s] [%d] %s\n",
144 printf("[%04d - %s] Metadata differs from expected\n",
[all …]
H A Dmysqli_fetch_field.phpt18 printf("[%d] %s\n", mysqli_errno($link), mysqli_errno($link));
23 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
34 printf("[004] Expecting charset %s/%d got %d\n",
38 printf("011] Expecting database '%s' got '%s'\n",
54 printf("[007] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
57 printf("[008] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
60 printf("[009] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
63 printf("[010] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_debug.phpt24 printf("[002] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
33 printf("[003] Trace file '%s' has not been created\n", $trace_file);
35printf("[004] Trace file '%s' is very small. filesize() reports only %d bytes. Please check.\n",
44 printf("[005] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
52 printf("[006] Trace file '%s' does not exist\n", $trace_file);
H A Dbug49442.phpt30 printf("[001] Connect failed, [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
34printf("[002] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
38printf("[003] Failed to create test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
49 printf("[005] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
53 printf("[006] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
78 printf("[007] Connect failed, [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
87 printf("[008] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
93 printf("[009] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
98 printf("[010] Wrong values, check manually!\n");
H A Dmysqli_fetch_object.phpt13 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
18 printf("[004] Object seems wrong. [%d] %s\n", mysqli_errno($link), mysqli_error($link));
35 printf("[005] Object seems wrong. [%d] %s\n", mysqli_errno($link), mysqli_error($link));
53 printf("[006] Object seems wrong. [%d] %s\n", mysqli_errno($link), mysqli_error($link));
63 printf("[007] Object seems wrong. [%d] %s\n", mysqli_errno($link), mysqli_error($link));
72 printf("[008] Object seems wrong. [%d] %s\n", mysqli_errno($link), mysqli_error($link));
82 printf("[009] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
93 printf("[010] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
102 printf("[011] Should have failed\n");
110 printf("[012] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dbug34810.phpt31 printf("[001] No warning!\n");
36 printf("[003] Wrong sql state code: %s\n", $warning->sqlstate);
39 printf("[004] Message string must not be empty\n");
41 printf("[002] Empty error message!\n");
56 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
59 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_errno_oo.phpt18 printf("[001] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
21printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
27 printf("[003] Failed to drop old test table: [%d] %s\n", $mysqli->errno, $mysqli->error);
35 printf("[004] Expecting int/any non zero got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_get_info_deprecations.phpt14printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
19 printf("client_info = '%s'\n", $mysqli->get_client_info());
21 printf("client_info = '%s'\n", mysqli_get_client_info($mysqli));
H A Dmysqli_store_result_buffered_c.phpt14 printf("[003] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
17 printf("[004] Expecting object, got %s/%s. [%d] %s\n",
21 printf("[005] Expecting boolean/true, got %s/%s. [%d] %s\n",
H A Dmysqli_error.phpt14printf("[003] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
20printf("[004] Expecting string/empty, got %s/%s. [%d] %s\n", gettype($tmp), $tmp, mysqli_errno($li…
23printf("[005] Failed to drop old test table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
29printf("[006] Expecting string/[Table... doesn't exit], got %s/%s. [%d] %s\n", gettype($tmp), $tmp…
H A Dmysqli_connect_errno.phpt24printf("[002] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s,…
28 printf("[003] Expecting integer/0, got %s/%s\n", gettype($tmp), $tmp);
34printf("[004] Connect to the server should fail using host=%s, user=%s, passwd=***non_empty, dbnam…
38 printf("[005] Expecting integer/any non-zero, got %s/%s\n", gettype($tmp), $tmp);
H A Dbug35517.phpt23printf("[001] Expecting integer on 64bit got %s/%s\n", gettype($id), var_export($id, true));
26printf("[002] Expecting string on 32bit got %s/%s\n", gettype($id), var_export($id, true));
42 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
45 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_fetch_object_no_constructor.phpt13 printf("[001] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
27 printf("No exception with PHP:\n");
30printf("\nValueError with mysqli. Note that at all other places we throws errors but no exceptions…
34 printf("ValueError: %s\n", $e->getMessage());
37 printf("\nFatal error with PHP (but no exception!):\n");
/php-src/ext/opcache/
H A Dzend_accelerator_debug.h33 void zend_accel_error(int type, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
34 …d zend_accel_error_noreturn(int type, const char *format, ...) ZEND_ATTRIBUTE_FORMAT(printf, 2, 3);
/php-src/ext/gd/libgd/
H A Dgdtest.c51 printf ("Reference File has %d Palette entries\n", ref->colorsTotal); in main()
170 printf ("GD Source: ERROR Null returned by gdImageCreateFromPngSource\n"); in main()
267 printf ("[Merged Image has %d colours]\n", im2->colorsTotal); in main()
296 printf ("Created test/gdtest.jpg successfully. Compare this image\n" in main()
368 printf ("%%%s: ERROR images differ: BAD\n", msg); in CompareImages()
372 printf ("%%%s: WARNING images differ: WARNING - Probably OK\n", msg); in CompareImages()
376 printf ("%%%s: OK\n", msg); in CompareImages()
382 printf ("-%s: INFO image sizes differ\n", msg); in CompareImages()
387 printf ("-%s: INFO number of palette entries differ %d Vs. %d\n", msg, in CompareImages()
393 printf ("-%s: INFO actual colours of pixels differ\n", msg); in CompareImages()
/php-src/ext/standard/tests/strings/
H A Dbug22207.phpt2 Bug #22207 (missing 0 when using the e notation in *printf functions)
5 printf("%10.5e\n", 1.1);
H A Dbug47168.phpt2 Bug #47168 (printf of floating point variable prints maximum of 40 decimal places)
7 var_dump(printf ("%1.41f\n",unserialize(serialize($dyadic))));
/php-src/ext/gd/tests/
H A Dimagegd_truecolor.phpt26 printf("signature: %d\n", $header['signature']);
27 printf("truecolor: %d\n", $header['truecolor']);
28 printf("size: %d\n", strlen($buffer));
/php-src/ext/fileinfo/libmagic/
H A Dapptype.c88 printf("%s: not an executable file\n", fname); in file_os2_apptype()
90 printf("%s: not found\n", fname); in file_os2_apptype()
92 printf("%s: access denied\n", fname); in file_os2_apptype()
94 printf("%s: error code = %lu\n", fname, rc); in file_os2_apptype()
/php-src/ext/mbstring/tests/
H A Dmb_str_split_utf8_utf16.phpt37 printf(" l:%d v:%s", strlen($chunk), unpack("H*", $chunk)[1]);
43 printf(" l:%d v:%s", strlen($chunk), unpack("H*", $chunk)[1]);
49 printf(" l:%d v:%s", strlen($chunk), unpack("H*", $chunk)[1]);
55 printf(" l:%d v:%s", strlen($chunk), unpack("H*", $chunk)[1]);
61 printf(" l:%d v:%s", strlen($chunk), unpack("H*", $chunk)[1]);
67 printf(" l:%d v:%s", strlen($chunk), unpack("H*", $chunk)[1]);

Completed in 62 milliseconds

1...<<11121314151617181920>>...30