Lines Matching refs:printf
13 …printf("Cannot connect to the server using host=%s, user=%s, passwd=***, dbname=%s, port=%s, socke…
19 printf("[004] Expecting фу\\\\бар, got %s\n", $tmp);
22 printf("[005] Expecting бар\"фус, got %s\n", $tmp);
25 printf("[006] Expecting лала'лали, got %s\n", $tmp);
28 printf("[007] Expecting абра\\nкадабра, got %s\n", $tmp);
31 printf("[008] Expecting \\r, got %s\n", $tmp);
34 printf("[009] Expecting %s, got %s\n", "иху\\0аху", $tmp);
39 printf("[010] Expecting %s, got %s\n", $exp, $tmp, var_dump($exp, $tmp));
43 printf("[011] Expecting 富\\\\酒吧, got %s\n", $tmp);
46 printf("[012] Expecting 酒吧\"小题大做, got %s\n", $tmp);
49 printf("[013] Expecting 拉拉'西雅图, got %s\n", $tmp);
52 printf("[014] Expecting 阿卜拉\\n轻, got %s\n", $tmp);
55 printf("[015] Expecting 张明安\\r在, got %s\n", $tmp);
58 printf("[016] Expecting %s, got %s\n", "竺可桢\\0空调器", $tmp);
63 printf("[017] Expecting %s, got %s\n", $exp, $tmp, var_dump($exp, $tmp));