Home
last modified time | relevance | path

Searched refs:gettype (Results 126 – 150 of 264) sorted by relevance

1234567891011

/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_real_escape_string_unicode.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
78 printf("[018] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_embedded_connect.phpt16 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
24 printf("[003] Expecting boolean/[true|false] value, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_store_result_buffered_c.phpt26 gettype($res), $res, mysqli_errno($link), mysqli_error($link));
30 gettype($tmp), $tmp, mysqli_errno($link), mysqli_error($link));
H A Dmysqli_autocommit.phpt26 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
29 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
32 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
40 printf("[005] Expecting boolean/any, got %s/%s\n", gettype($tmp), $tmp);
54 printf("[009] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
99 printf("[022] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
138 printf("[033] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_commit_oo.phpt25 printf("[013] Expecting false got %s/%s\n", gettype($tmp), $tmp);
34 printf("[002] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
38 … printf("[003] Cannot turn off autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
55 printf("[007] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
94 printf("[017] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_sqlstate.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_pconn_twice.phpt24 printf("[003] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
43 printf("[009] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
57 printf("[013] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);
64 printf("[015] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);
H A Dbug44897.phpt45 $new_label, gettype($new_label), $out_new_label, gettype($out_new_label));
66 $new_label, gettype($new_label), $out_new_label, gettype($out_new_label));
H A D068.phpt8 echo gettype($s);
H A Dmysqli_fetch_row.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_prepare.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[003] Expecting boolean/false, got %s\n", gettype($tmp));
31 …printf("[005] Expecting boolean/false, got %s, [%d] %s\n", gettype($tmp), mysqli_errno($link), mys…
110 printf("[023] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
115 printf("[024] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_set_charset.phpt55 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
58 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
61 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
80 …[011] Expecting boolean/false because of invalid character set, got %s/%s\n", gettype($ret), $ret);
88 printf("[013] Expecting boolean/true, got %s/%s\n", gettype($ret), $ret);
120 printf("[019] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_fetch_assoc_oo.phpt20 printf("[001] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
28 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
51 printf("[008] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_fetch_assoc.phpt19 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
22 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
64 printf("[008] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_field_tell.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_report_wo_ps.phpt24 … printf("[002] Expecting boolean/true even for invalid flags, got %s/%s\n", gettype($tmp), $tmp);
27 printf("[003] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
30 printf("[004] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
33 printf("[005] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
36 printf("[007] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
39 printf("[008] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug36999.phpt39 printf("%s %0.0f\n", gettype($num), $num);
41 printf("%s %0.0f\n", gettype($ret), $ret);
/PHP-7.4/ext/pcntl/tests/
H A Dpcntl_wait_rusage1.phpt26 var_dump(gettype($rusage));
31 var_dump(gettype($rusage));
H A Dpcntl_waitpid_rusage1.phpt26 var_dump(gettype($rusage));
31 var_dump(gettype($rusage));
/PHP-7.4/tests/lang/
H A Dbug27443.phpt5 echo gettype(defined('test'));
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindparam.phpt39 var_export($id, true), gettype($id),
40 var_export($label, true), gettype($label));
47 var_export($id, true), gettype($id),
48 var_export($label, true), gettype($label));
78 var_export($id, true), gettype($id),
79 var_export($label, true), gettype($label));
/PHP-7.4/ext/opcache/tests/
H A Dssa_bug_008.phpt8 echo gettype($info)."\n";
/PHP-7.4/ext/spl/tests/
H A Dbug66405.phpt19 echo gettype($current) . " $current\n";
29 echo gettype($children) . " $children\n";
/PHP-7.4/Zend/tests/
H A Dglobals.inc5 var_dump(gettype($_SERVER));
/PHP-7.4/ext/standard/tests/array/
H A Dbug21182.phpt8 echo "a2: $a : type : " . gettype($a) . "\n";

Completed in 32 milliseconds

1234567891011