Lines Matching refs:s

17 	printf("[001] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
23 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
26 …f("[004] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
30 printf("[005] Expecting int/-1, got %s/%s. [%d] %s\n",
34 printf("[006] [%d] %s\n", mysql_errno($link), mysql_error($link));
37 printf("[007] [%d] %s\n", mysql_errno($link), mysql_error($link));
40 printf("[008] [%d] %s\n", mysql_errno($link), mysql_error($link));
43 printf("[010] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
48 printf("[011] Expecting int/-1, got %s/%s\n", gettype($tmp), $tmp);
51 printf("[012] [%d] %s\n", mysql_errno($link), mysql_error($link));
54 printf("[013] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
57 printf("[014] [%d] %s\n", mysql_errno($link), mysql_error($link));
60 printf("[015] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
63 printf("[016] [%d] %s\n", mysql_errno($link), mysql_error($link));
67 printf("[017] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
70 printf("[018] [%d] %s\n", mysql_errno($link), mysql_error($link));
73 printf("[019] Expecting int/4, got %s/%s\n", gettype($tmp), $tmp);
76 printf("[020] [%d] %s\n", mysql_errno($link), mysql_error($link));
79 printf("[021] Expecting int/2, got %s/%s\n", gettype($tmp), $tmp);
82 printf("[022] [%d] %s\n", mysql_errno($link), mysql_error($link));
85 printf("[023] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
88 printf("[024] [%d] %s\n", mysql_errno($link), mysql_error($link));
91 printf("[025] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
94 printf("[025] [%d] %s\n", mysql_errno($link), mysql_error($link));
98 printf("[026] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
101 printf("[025] [%d] %s\n", mysql_errno($link), mysql_error($link));
105 printf("[026] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
108 printf("[027] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
111 printf("[028] [%d] %s\n", mysql_errno($link), mysql_error($link));
116 printf("[029] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
125 …tension is deprecated and will be removed in the future: use mysqli or PDO instead in %s on line %d