Lines Matching refs:s

17     die(sprintf("skip Cannot connect, [%d] %s", mysqli_connect_errno(), mysqli_connect_error()));
20 die(sprintf("skip Needs InnoDB support, [%d] %s", $link->errno, $link->error));
43 … printf("Exit code: %s\n", (pcntl_wifexited($status)) ? pcntl_wexitstatus($status) : 'n/a');
44 … printf("Signal: %s\n", (pcntl_wifsignaled($status)) ? pcntl_wtermsig($status) : 'n/a');
55 …rintf("[004] Expecting error string and error code from MySQL, got errno = %s/%s, error = %s/%s\n",
60 …f("[005] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
65 printf("[006] [%d] %s\n", mysqli_error($link), mysqli_errno($link));
73 printf("[007] [%d] %s\n", mysqli_error($link), mysqli_errno($link));
77 printf("[008] [%d] %s\n", mysqli_error($link), mysqli_errno($link));
91 …$sql = sprintf("INSERT INTO messages(pid, sender, msg) VALUES (%d, 'child', '%%s')", posix_getpid(…
133 …f("[010] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
139 … = sprintf("INSERT INTO messages (pid, sender, msg) VALUES (%d, 'parent', '%%s')", posix_getpid());
203 … printf("Exit code: %s\n", (pcntl_wifexited($status)) ? pcntl_wexitstatus($status) : 'n/a');
204 … printf("Signal: %s\n", (pcntl_wifsignaled($status)) ? pcntl_wtermsig($status) : 'n/a');
213 …f("[018] Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, sock…
217 printf("[019] [%d] %s\n", mysqli_errno($link), mysqli_error($link));
220 printf("%10s %s\n", $row['sender'], substr($row['msg'], 0, 5));
229 printf("[c001] [%d] %s\n", mysqli_connect_errno(), mysqli_connect_error());
232 printf("[c002] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
235 printf("[c003] Cannot drop table, [%d] %s\n", mysqli_errno($link), mysqli_error($link));