Home
last modified time | relevance | path

Searched refs:gettype (Results 201 – 225 of 235) sorted by relevance

12345678910

/php-src/ext/gmp/tests/
H A Dgmp_export.phpt46 $type = gettype($str);
H A Dgmp_import.phpt43 $type = gettype($gmp);
/php-src/ext/standard/tests/general_functions/
H A Dtype.phpt2 gettype(), settype() and friends
45 var_dump(gettype($var));
/php-src/ext/mysqli/tests/
H A Dmysqli_real_connect_pconn.phpt30 …host=%s, user=%s, passwd=***non_empty, dbname=%s, port=%s, socket=%s\n", gettype($tmp), $tmp, $hos…
141 printf("[026] Expecting not NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_bind_result.phpt40 printf("[006] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
114 if ($bind_res !== $bind_value && (!$type_hint || ($type_hint !== gettype($bind_res)))) {
117 gettype($bind_value), $bind_value, $type_hint,
118 gettype($bind_res), $bind_res);
H A Dmysqli_stmt_get_result_types.phpt70 … if ($row['label'] !== $bind_value && (!$type_hint || ($type_hint !== gettype($row['label'])))) {
73 gettype($bind_value), $bind_value, $type_hint,
74 gettype($row['label']), $row['label']);
H A Dgh11438.phpt71 printf("[004] Expecting 1 got %s/'%s'", gettype($row['USER()']), $row['USER()']);
H A Dmysqli_multi_query.phpt14 printf("[003] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_fetch_assoc_bit.phpt97 …printf("[008 - %d] Expecting null got %s/%s\n", $bits, gettype($row['bit_value']), $row['bit_value…
H A Dmysqli_debug_mysqlnd_control_string.phpt30 gettype($tmp),
52 gettype($tmp),
H A Dmysqli_pam_sha256.phpt95 printf("[004] Expecting 1 got %s/'%s'", gettype($row['id']), $row['id']);
H A Dmysqli_poll.phpt26 printf("[009] Expecting int/0 got %s/%s\n", gettype($tmp), var_export($tmp, true));
H A Dmysqli_fetch_field_types.phpt46 gettype($field),
H A Dmysqli_fork.phpt54 gettype($errno), $errno, gettype($error), $error);
H A Dmysqli_change_user_set_names.phpt126 printf("[013] Expecting object/std_class, got %s/%s\n", gettype($charset), $charset);
H A Dmysqli_stmt_get_result_bit.phpt111 …printf("[010 - %d] Expecting null got %s/%s\n", $bits, gettype($row['bit_value']), $row['bit_value…
H A Dmysqli_pam_sha256_public_key_ini.phpt109 printf("[004] Expecting 1 got %s/'%s'", gettype($row['id']), $row['id']);
H A Dmysqli_auth_pam.phpt117 printf("[004] Expecting 1 got %s/'%s'", gettype($row['id']), $row['id']);
H A Dmysqli_no_reconnect.phpt112 printf("[016] Expecting boolean/false got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_connect_oo_defaults.phpt118 …printf("[011] Expecting string/%s, got %s/%s\n", $user, gettype($tmp['username']), $tmp['username'…
/php-src/Zend/tests/lazy_objects/
H A Dinitializer_must_return_the_right_type.phpt61 …printf("## %s vs %s\n", get_class($obj), is_object($instance) ? get_class($instance) : gettype($in…
83 …## %s vs %s\n", get_class($obj), is_object($instance) ? get_class($instance) : gettype($instance));
/php-src/ext/fileinfo/libmagic/
H A Dder.c144 gettype(uint8_t c) in gettype() function
417 uint8_t t = gettype(p[x]); in printdata()
/php-src/Zend/tests/nullsafe_operator/
H A D013.phpt30 dump_error(fn() => gettype($foo?->foo()));
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_closecursor.phpt102 var_export($id, true), gettype($id),
103 var_export($label, true), gettype($label));
/php-src/ext/standard/tests/file/
H A Drename_variation13-win32.phpt44 echo "-- $i testing '$name' " . gettype($name) . " --\n";

Completed in 37 milliseconds

12345678910