Home
last modified time | relevance | path

Searched refs:gettype (Results 176 – 200 of 235) sorted by relevance

12345678910

/php-src/ext/mysqli/tests/
H A Dmysqli_kill.phpt25 printf("[006] Expecting boolean/false, got %s/%s\n", gettype($res), $res);
29 printf("[007] Expecting string/any non empty, got %s/%s\n", gettype($error), $error);
H A Dmysqli_stmt_sqlstate.phpt27 gettype($tmp), $tmp, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
H A Dmysqli_thread_id.phpt20 gettype($tmp), $tmp, mysqli_errno($link), mysqli_error($link));
H A Dmysqli_stmt_send_long_data.phpt74 gettype($tmp), $tmp, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
78 gettype($tmp), $tmp, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
H A Dmysqli_begin_transaction.phpt26 printf("[010] Cannot turn on autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
37 printf("[013] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_get_connection_stats_off.phpt23 printf("[002] Expecting non-empty array, got %s.\n", gettype($before));
H A Dmysqli_change_user_new.phpt29 printf("[002] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_fetch_object_oo.phpt20 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
28 printf("[006] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_report.phpt12 … printf("[002] Expecting boolean/true even for invalid flags, got %s/%s\n", gettype($tmp), $tmp);
15 printf("[003] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
18 printf("[004] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
21 printf("[005] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
24 printf("[007] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
27 printf("[008] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_warning_unclonable.phpt30 …printf("[006] Expecting object/mysqli_warning, got %s/%s\n", gettype($warning), (is_object($warnin…
H A Dmysqli_prepare.phpt14 printf("[003] Expecting boolean/false, got %s\n", gettype($tmp));
20 …printf("[005] Expecting boolean/false, got %s, [%d] %s\n", gettype($tmp), mysqli_errno($link), mys…
H A Dmysqli_set_charset.phpt41 …[011] Expecting boolean/false because of invalid character set, got %s/%s\n", gettype($ret), $ret);
49 printf("[013] Expecting boolean/true, got %s/%s\n", gettype($ret), $ret);
H A Dmysqli_query.phpt20 printf("[004] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
23 printf("[005] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_bind_result_format.phpt105 gettype($expected), $expected,
106 gettype($result), $result,
128 gettype($v), $v,
129 gettype($result), $result,
H A Dmysqli_debug.phpt24 printf("[002] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_data_seek.phpt26 printf("[006] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_bind_result_bit.phpt119 gettype($ret), $ret,
140 …printf("[014 - %d] Expecting null got %s/%s\n", $bits, gettype($row['bit_value']), $row['bit_value…
H A Dmysqli_debug_control_string.phpt29 gettype($tmp),
48 gettype($tmp),
/php-src/ext/standard/tests/general_functions/
H A Dini_get_all.phpt12 var_dump(gettype(ini_get_all()));
H A Dgettype_settype_variation2.phpt2 Test gettype() & settype() functions : usage variations
15 /* Test usage variation of gettype() and settype() functions:
17 Set type of the data to "int"/"integer" and verify using gettype
153 echo "\n*** Testing settype() & gettype() : usage variations ***\n";
161 var_dump( gettype($var) );
170 var_dump( gettype($var) );
177 *** Testing settype() & gettype() : usage variations ***
H A Dgettype_settype_variation3.phpt2 Test gettype() & settype() functions : usage variations
9 /* Test usage variation of gettype() and settype() functions:
11 Set type of the data to "float"/"double" and verify using gettype
147 echo "\n*** Testing settype() & gettype() : usage variations ***\n";
155 var_dump( gettype($var) );
164 var_dump( gettype($var) );
171 *** Testing settype() & gettype() : usage variations ***
H A Dgettype_settype_variation4.phpt2 Test gettype() & settype() functions : usage variations
11 /* Test usage variation of gettype() and settype() functions:
13 Set type of the data to "bool"/"boolean" and verify using gettype
174 echo "\n*** Testing settype() & gettype() : usage variations ***\n";
182 var_dump( gettype($var) );
191 var_dump( gettype($var) );
198 *** Testing settype() & gettype() : usage variations ***
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_types.phpt61 …if ($row['label'] !== $exp && !is_null($alternative_type) && gettype($row['label']) != $alternativ…
63 $sql_type, var_export($exp, true), gettype($exp),
64 var_export($row['label'], true), gettype($row['label']),
H A Dpdo_mysql_types_zerofill.phpt71 $sql_type, var_export($exp, true), gettype($exp),
72 var_export($row['label'], true), gettype($row['label']));
/php-src/ext/date/tests/
H A DDateTime_wakeup_exception.phpt19 echo "OK? ", gettype($d), "\n";

Completed in 23 milliseconds

12345678910