Home
last modified time | relevance | path

Searched refs:gettype (Results 226 – 250 of 264) sorted by relevance

1234567891011

/PHP-7.4/ext/posix/tests/
H A Dposix_strerror_error.phpt27 echo gettype( posix_strerror($errno) )."\n";
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_warning_unclonable.phpt30 …printf("[005] Expecting object/mysqli_warning, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var…
H A Dmysqli_report.phpt13 … printf("[002] Expecting boolean/true even for invalid flags, got %s/%s\n", gettype($tmp), $tmp);
16 printf("[003] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
19 printf("[004] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
22 printf("[005] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[007] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
28 printf("[008] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_get_connection_stats_off.phpt26 printf("[002] Expecting non-empty array, got %s.\n", gettype($before));
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_stmt_get_result_types.phpt82 if (!gettype($bind_res) == 'unicode') {
83 … if ($bind_res !== $bind_value && (!$type_hint || ($type_hint !== gettype($bind_res)))) {
86 gettype($bind_value), $bind_value, $type_hint,
87 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.phpt33 …host=%s, user=%s, passwd=***non_empty, dbname=%s, port=%s, socket=%s\n", gettype($tmp), $tmp, $hos…
146 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_pam_sha256.phpt97 printf("[004] Expecting 1 got %s/'%s'", gettype($row['id']), $row['id']);
H A Dmysqli_fetch_field_types.phpt46 gettype($field),
H A Dmysqli_fetch_assoc_bit.phpt103 …printf("[008 - %d] Expecting null got %s/%s\n", $bits, gettype($row['bit_value']), $row['bit_value…
H A Dmysqli_debug_mysqlnd_control_string.phpt33 gettype($tmp),
55 gettype($tmp),
H A Dmysqli_fork.phpt56 gettype($errno), $errno, gettype($error), $error);
H A Dmysqli_stmt_get_result_bit.phpt115 …printf("[010 - %d] Expecting null got %s/%s\n", $bits, gettype($row['bit_value']), $row['bit_value…
/PHP-7.4/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_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')
H A Dpdo_mysql_stmt_closecursor.phpt99 var_export($id, true), gettype($id),
100 var_export($label, true), gettype($label));
/PHP-7.4/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-7.4/ext/gmp/tests/
H A Dgmp_export.phpt46 $type = gettype($str);
H A Dgmp_import.phpt43 $type = gettype($gmp);
/PHP-7.4/ext/fileinfo/libmagic/
H A Dder.c134 gettype(uint8_t c) in gettype() function
369 uint8_t t = gettype(p[x]); in printdata()
/PHP-7.4/ext/standard/
H A Dtype.c24 PHP_FUNCTION(gettype) in PHP_FUNCTION() argument

Completed in 35 milliseconds

1234567891011