Home
last modified time | relevance | path

Searched refs:gettype (Results 251 – 275 of 301) sorted by relevance

1...<<111213

/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_types.phpt60 …if ($row['label'] !== $exp && !is_null($alternative_type) && gettype($row['label']) != $alternativ…
62 $sql_type, var_export($exp, true), gettype($exp),
63 var_export($row['label'], true), gettype($row['label']),
H A Dpdo_mysql_prepare_load_data.phpt29 $offset, $exp, gettype($exp), $ret, gettype($ret), $sql,
H A Dpdo_mysql_types_zerofill.phpt70 $sql_type, var_export($exp, true), gettype($exp),
71 var_export($row['label'], true), gettype($row['label']));
H A Dpdo_mysql_prepare_native_placeholder_everywhere.phpt48 if (gettype($tmp[0]['id']) == 'string')
/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_field.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
43 printf("[006] Expecting boolean/false got %s/%s\n", gettype($tmp), var_export($tmp, true));
48 printf("[007] Expecting boolean/false, got %s/%s\n", gettype($tmp), var_export($tmp, true));
H A Dmysql_fetch_object.phpt16 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
19 printf("[002] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysql_pconnect.phpt20 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
34 printf("[004] Expecting boolean/false, got %s/%s\n", gettype($link), $link);
H A Dmysql_connect.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
37 printf("[005] Expecting boolean/false, got %s/%s\n", gettype($link), $link);
H A Dmysql_client_encoding.phpt65 printf("[012] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_connection_stats_off.phpt26 printf("[002] Expecting non-empty array, got %s.\n", gettype($before));
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt30 gettype($res), $res, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
36 gettype($res), $res, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
H A Dmysqli_stmt_bind_result_format.phpt105 gettype($expected), $expected,
106 gettype($result), $result,
126 gettype($v), $v,
127 gettype($result), $result,
H A Dmysqli_stmt_get_result_types.phpt84 if (!gettype($bind_res) == 'unicode') {
85 if ($bind_res !== $bind_value && (!$type_hint || ($type_hint !== gettype($bind_res)))) {
88 gettype($bind_value), $bind_value, $type_hint,
89 gettype($bind_res), $bind_res);
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_real_connect_pconn.phpt32 …host=%s, user=%s, passwd=***non_empty, dbname=%s, port=%s, socket=%s\n", gettype($tmp), $tmp, $hos…
145 printf("[026] Expecting not NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_fetch_object.phpt19 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
22 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_auth_pam.phpt79 printf("[004] Expecting 1 got %s/'%s'", gettype($row['id']), $row['id']);
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgettype_settype_variation4.phpt2 Test gettype() & settype() functions : usage variations
11 /* Prototype: string gettype ( mixed $var );
18 /* Test usage variation of gettype() and settype() functions:
20 Set type of the data to "bool"/"boolean" and verify using gettype
189 echo "\n*** Testing settype() & gettype() : usage variations ***\n";
197 var_dump( gettype($var) );
206 var_dump( gettype($var) );
216 *** Testing settype() & gettype() : usage variations ***
H A Dtype.phpt2 gettype(), settype() and friends
45 var_dump(gettype($var));
/PHP-5.5/ext/date/tests/
H A DDateTimeZone_listAbbreviations_basic1.phpt18 var_dump( gettype($abbr) );
H A Dtimezone_abbreviations_list_basic1.phpt18 var_dump( gettype($abbr) );
/PHP-5.5/ext/sybase_ct/tests/
H A Dtest.inc68 printf("<<< Return: %s\n", gettype($h));
/PHP-5.5/ext/standard/tests/strings/
H A Dmoney_format_variation1.phpt97 echo gettype(money_format($format, $value))."\n";
H A Dmoney_format_variation2.phpt97 echo gettype(money_format($format, $number))."\n";
/PHP-5.5/ext/standard/
H A Dtype.c26 PHP_FUNCTION(gettype) in PHP_FUNCTION() argument

Completed in 48 milliseconds

1...<<111213