Home
last modified time | relevance | path

Searched refs:gettype (Results 26 – 50 of 235) sorted by relevance

12345678910

/php-src/ext/mysqli/tests/
H A Dmysqli_prepare_no_object.phpt14 printf("[001] Expecting boolean/false, got %s/%s\n", gettype($tmp), var_export($tmp, true));
18 printf("[002] Expecting boolean/false, got %s/%s\n", gettype($tmp), var_export($tmp, true));
26 printf("[004] Expecting boolean/false, got %s/%s\n", gettype($tmp), var_export($tmp, true));
30 printf("[005] Expecting boolean/false, got %s/%s\n", gettype($tmp), var_export($tmp, true));
H A Dmysqli_stmt_result_metadata.phpt26 printf("[006] Expecting object, got %s/%s\n", gettype($res), $res);
30 gettype($tmp), $tmp, mysqli_errno($link), mysqli_error($link));
34 gettype($field0_fetch), $field0_fetch, mysqli_errno($link), mysqli_error($link));
38 gettype($field0_direct), $field0_direct, mysqli_errno($link), mysqli_error($link));
60 gettype($field1_direct), $field1_direct, mysqli_errno($link), mysqli_error($link));
70 gettype($tmp), $tmp, mysqli_errno($link), mysqli_error($link));
H A Dmysqli_get_charset.phpt45 printf("[015] Expecting object/std_class, got %s/%s\n", gettype($charset), $charset);
50 …printf("[016] Expecting string/%s, got %s/%s\n", $character_set_connection, gettype($charset->char…
54 …printf("[017] Expecting string/%s, got %s/%s\n", $collation_connection, gettype($charset->collatio…
58 …printf("[019] Expecting string - ideally %s*, got %s/%s\n", $character_sets_dir, gettype($charset-…
65 gettype($charset->min_length), $charset->min_length);
70 … printf("[021] Expecting int/%d, got %s/%s\n", $id, gettype($charset->number), $charset->number);
74 printf("[022] Expecting int/any, got %s/%s\n", gettype($charset->state), $charset->state);
H A Dmysqli_info.phpt19 printf("[004] Expecting null, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[006] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
31 printf("[008] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
37 printf("[010] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
43 printf("[012] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
49 printf("[014] Expecting null, got %s/%s\n", gettype($tmp), $tmp);
78 printf("[016] Expecting string/any_non_empty, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_get_result.phpt32 printf("[006] Expecting boolean/false, got %s/%s\n", gettype($tmp), var_export($tmp, true));
41 printf("[009] non-object, got %s/%s\n", gettype($tmp), var_export($tmp, true));
59 printf("[013] Expecting boolean/false, got %s/%s\n", gettype($tmp), var_export($tmp, true));
65 printf("[016] Expecting mysqli_result, got %s/%s\n", gettype($tmp), var_export($tmp, true));
84 printf("[020] Expecting boolean/false, got %s/%s\n", gettype($tmp), var_export($tmp, true));
90 printf("[024] Expecting mysqli_result, got %s/%s\n", gettype($tmp), var_export($tmp, true));
93 printf("[025] false, got %s/%s\n", gettype($tmp), var_export($tmp, true));
98 printf("[028] Expecting boolean/true, got %s/%s\n", gettype($tmp), var_export($tmp, true));
102 printf("[029] false, got %s/%s\n", gettype($tmp), var_export($tmp, true));
140 gettype($result), var_export($result, true),
[all …]
H A Dmysqli_get_connection_stats.phpt19 printf("[003] Expecting array/any_non_empty, got %s/%s\n", gettype($info), $info);
22 printf("[004] Expecting array/any_non_empty, got %s/%s\n", gettype($info2), $info2);
42 printf("[006] Expecting array/any_non_empty, got %s/%s\n", gettype($info), $info);
60 printf("[008] Expecting array/any_non_empty, got %s/%s\n", gettype($info), $info);
63 printf("[009] Expecting array/any_non_empty, got %s/%s\n", gettype($info2), $info2);
H A Dmysqli_store_result.phpt18 gettype($res), $res, mysqli_errno($link), mysqli_error($link));
22 gettype($tmp), $tmp, mysqli_errno($link), mysqli_error($link));
31 gettype($res), $res, mysqli_errno($link), mysqli_error($link));
38 gettype($tmp), $tmp);
H A Dmysqli_ps_select_union.phpt38 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
63 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
92 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
111 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
139 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
158 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
196 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
234 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
H A Dmysqli_pconn_conn_multiple.phpt27 printf("[003] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
30 printf("[004] Expecting int/any got %s/%s\n", gettype($tmp), $tmp);
50 printf("[009] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
53 printf("[010] Expecting int/any got %s/%s\n", gettype($tmp), $tmp);
68 printf("[013] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);
75 printf("[015] Expecting true got %s/%s\n", gettype($tmp), $tmp);
87 printf("[018] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
90 printf("[019] Expecting int/any got %s/%s\n", gettype($tmp), $tmp);
113 printf("[025] Expecting int/any got %s/%s\n", gettype($tmp), $tmp);
128 printf("[028] Expecting true got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_poll_kill.phpt25 printf("[002] Expecting boolean/true got %s/%s\n", gettype($tmp), var_export($tmp, true));
38 printf("[003] Expecting int/1 got %s/%s\n", gettype($tmp), var_export($tmp, true));
41 … printf("[004] Expecting non-empty array got %s/%s\n", gettype($links), var_export($links, true));
55 …printf("[006] Expecting non-empty array got %s/%s\n", gettype($errors), var_export($errors, true));
58 … printf("[007] Expecting empty array got %s/%s\n", gettype($reject), var_export($reject, true));
66 gettype($tmp), var_export($tmp, true));
81 printf("[011] Expecting boolean/true got %s/%s\n", gettype($tmp), var_export($tmp, true));
147 printf("[017] Expecting boolean/false got %s/%s\n", gettype($tmp), var_export($tmp, true));
154 printf("[018] Expecting int/0 got %s/%s\n", gettype($tmp), var_export($tmp, true));
157 … printf("[019] Expecting non-empty array got %s/%s\n", gettype($links), var_export($links, true));
[all …]
H A Dmysqli_stmt_store_result.phpt28 printf("[007] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
58 $id, gettype($id), $id_buf, gettype($id_buf));
61 $label, gettype($label), $label_buf, gettype($label_buf));
H A Dmysqli_connect_twice.phpt21 printf("[003] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
24 printf("[004] Expecting int/any got %s/%s\n", gettype($tmp), $tmp);
44 printf("[009] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
47 printf("[010] Expecting int/any got %s/%s\n", gettype($tmp), $tmp);
62 printf("[013] Expecting true got %s/%s\n", gettype($tmp), $tmp);
69 printf("[015] Expecting NULL got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_insert_id.phpt14 printf("[003] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[005] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
27 printf("[007] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
37 printf("[010] Expecting int/any >0, got %s/%s\n", gettype($last_id), $last_id);
67 … printf("[014] Expecting int/any > %d, got %s/%s\n", $last_id, gettype($next_id), $next_id);
80 … printf("[016] Expecting int/%d, got %s/%s\n", $last_id + 1, gettype($next_id), $next_id);
107 printf("[021] Expecting int/1000, got %s/%s\n", gettype($tmp), $tmp);
113 printf("[023] Expecting int/>1000, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_fetch.phpt33 printf("[006] Expecting NULL or boolean/false, got %s/%s\n", gettype($tmp), $tmp);
39 printf("[008] NULL, got %s/%s\n", gettype($tmp), $tmp);
54 printf("[012] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
58 gettype($tmp), $tmp, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
64 printf("[015] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_change_user_oo.phpt21 printf("[006] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
24 printf("[007] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
27 printf("[008] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
43 printf("[012] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
65 printf("[018] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_get_client_stats.phpt53 $current, gettype($current));
73 $expected, gettype($expected),
74 $current, gettype($current));
138 ++$test_counter, gettype($info), $info);
156 ++$test_counter, gettype($info), $info);
180 ++$test_counter, gettype($info), $info);
204 ++$test_counter, gettype($info), $info);
226 ++$test_counter, gettype($info), $info);
240 ++$test_counter, gettype($info), $info);
257 ++$test_counter, gettype($info), $info);
[all …]
H A Dmysqli_stmt_get_result2.phpt29 gettype($res), $res, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
38 gettype($res), $res, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
44 gettype($res), $res, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
67 gettype($res), $res, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
79 gettype($res), $res, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
98 gettype($res), $res, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
119 gettype($res), $res, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
125 … printf("[025] Expecting int/%d got %s/%s", MYSQLI_STORE_RESULT, gettype($res->type), $res->type);
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_last_insert_id.phpt18 var_export($tmp, true), gettype($tmp));
22 var_export($tmp, true), gettype($tmp));
25 printf("[003] Expecting '0'/string got '%s'/%s", var_export($tmp, true), gettype($tmp));
29 printf("[004] Expecting '0'/string got '%s'/%s", var_export($tmp, true), gettype($tmp));
33 printf("[005] Expecting '0'/string got '%s'/%s", var_export($tmp, true), gettype($tmp));
38 printf("[006] Expecting '0'/string got '%s'/%s", var_export($tmp, true), gettype($tmp));
42 printf("[006] Expecting '0'/string got '%s'/%s", var_export($tmp, true), gettype($tmp));
47 printf("[007] Expecting '0'/string got '%s'/%s", var_export($tmp, true), gettype($tmp));
51 printf("[008] Expecting '0'/string got '%s'/%s", var_export($tmp, true), gettype($tmp));
H A Dpdo_mysql_get_attribute.phpt16 $value_type = gettype($value);
24 if (gettype($value) != $value_type) {
26 $offset, $value_type, gettype($value));
33 …$offset, $attribute, var_export($value, true), gettype($value), var_export($tmp, true), gettype($t…
H A Dpdo_mysql_stmt_bindvalue.phpt45 var_export($id, true), gettype($id),
46 var_export($label, true), gettype($label));
67 var_export($id, true), gettype($id),
91 var_export($id, true), gettype($id),
120 var_export($id, true), gettype($id),
150 var_export($id, true), gettype($id),
185 var_export($id, true), gettype($id),
207 var_export($id, true), gettype($id),
231 var_export($id, true), gettype($id),
260 var_export($id, true), gettype($id),
[all …]
/php-src/ext/spl/tests/
H A Dbug47534.phpt7 echo gettype($it1->current())."\n";
11 echo gettype($it2->current())."\n";
H A Dbug42364.phpt13 $type = gettype($e->getRealPath());
15 echo $e->getFilename(), " is a ", gettype($e->getRealPath()), "\n";
/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_065.phpt35 echo gettype($a->foo),"\n";
40 echo gettype($a->foo),"\n";
47 echo gettype($a->foo),"\n";
52 echo gettype($a->foo),"\n";
/php-src/ext/standard/tests/file/
H A D003.phpt18 echo gettype($bb)."\n";
26 echo gettype($bb)."\n";
/php-src/ext/standard/tests/general_functions/
H A Dget_defined_constants_basic.phpt7 var_dump(gettype(get_defined_constants(true)));
8 var_dump(gettype(get_defined_constants()));

Completed in 29 milliseconds

12345678910