Home
last modified time | relevance | path

Searched refs:gettype (Results 151 – 175 of 235) sorted by relevance

12345678910

/php-src/ext/mysqli/tests/
H A Dmysqli_class_mysqli_properties_no_conn.phpt49 … printf("mysqli->client_info = '%s'/%s\n", $mysqli->client_info, gettype($mysqli->client_info));
51 …printf("mysqli->client_version = '%s'/%s\n", $mysqli->client_version, gettype($mysqli->client_vers…
211 @$mysqli->connect_error, gettype(@$mysqli->connect_error),
212 @mysqli_connect_error(), gettype(@mysqli_connect_error()));
216 @$mysqli->connect_errno, gettype(@$mysqli->connect_errno),
217 @mysqli_connect_errno(), gettype(@mysqli_connect_errno()));
H A Dmysqli_fetch_all_oo.phpt75 gettype($tmp), $tmp, $mysqli->errno, $mysqli->error);
127 gettype($php_value), $php_value, $regexp_comparison,
128 gettype($row[1]), $row[1],
129 gettype($row['label']), $row['label'], $link->errno, $link->error);
135 gettype($php_value), $php_value,
136 gettype($row[1]), $row[1],
137 gettype($row['label']), $row['label'], $link->errno, $link->error);
H A Dmysqli_dump_debug_info.phpt21 gettype($tmp), $tmp,
H A Dmysqli_stat.phpt20 gettype($tmp), $tmp, mysqli_errno($link), mysqli_error($link));
H A Dmysqli_dump_debug_info_oo.phpt18 gettype($tmp), $tmp,
H A Dmysqli_get_client_stats_off.phpt16 printf("[001] Expecting non-empty array, got %s.\n", gettype($before));
H A Dmysqli_debug_mysqlnd_only.phpt29 gettype($tmp),
51 gettype($tmp),
H A Dmysqli_error_unicode.phpt22 …printf("[004] Expecting string/empty, got %s/%s. [%d] %s\n", gettype($tmp), $tmp, mysqli_errno($li…
H A Dmysqli_get_host_info.phpt19 printf("[003] Expecting string/any_non_empty, got %s/%s\n", gettype($info), $info);
H A Dmysqli_autocommit.phpt27 printf("[005] Expecting boolean/any, got %s/%s\n", gettype($tmp), $tmp);
41 printf("[009] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
86 printf("[022] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_autocommit_oo.phpt23 printf("[002] Expecting boolean/any, got %s/%s\n", gettype($tmp), $tmp);
37 printf("[006] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
83 printf("[019] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_poll_mixing_insert_select.phpt52 printf("[002] Expecting true got %s/%s\n", gettype($tmp), var_export($tmp, true));
123 printf("[005] Expecting true got %s/%s\n", gettype($res), var_export($res, true));
125 printf("[006] Expecting true got %s/%s\n", gettype($row), var_export($row, true));
H A Dmysqli_fetch_array.phpt107 gettype($php_value), $php_value, $regexp_comparison,
108 gettype($row[1]), $row[1],
109gettype($row['label']), $row['label'], mysqli_errno($link), mysqli_error($link));
115 gettype($php_value), $php_value,
116 gettype($row[1]), $row[1],
117gettype($row['label']), $row['label'], mysqli_errno($link), mysqli_error($link));
H A Dmysqli_fetch_array_oo.phpt110 gettype($php_value), $php_value, $regexp_comparison,
111 gettype($row[1]), $row[1],
112 gettype($row['label']), $row['label'], $mysqli->errno, $mysqli->error);
118 gettype($php_value), $php_value,
119 gettype($row[1]), $row[1],
120 gettype($row['label']), $row['label'], $mysqli->errno, $mysqli->error);
H A Dmysqli_errno.phpt29 printf("[005] Expecting int/any non zero got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt27 gettype($res), $res, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
33 gettype($res), $res, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
/php-src/ext/standard/tests/general_functions/
H A Dgettype_settype_variation5.phpt2 Test gettype() & settype() functions : usage variations
11 /* Test usage variation of gettype() and settype() functions:
13 Set type of the data to "resource" and verify using gettype
135 echo "\n*** Testing gettype() & settype() functions : usage variations ***\n";
142 var_dump( gettype($var) );
155 var_dump(gettype($var));
161 *** Testing gettype() & settype() functions : usage variations ***
H A Dgettype_settype_variation7.phpt2 Test gettype() & settype() functions : usage variations
11 /* Test usage variation of gettype() and settype() functions:
13 Set type of the data to "object" and verify using gettype
146 echo "\n*** Testing gettype() & settype() functions : usage variations ***\n";
153 var_dump( gettype($var) );
162 var_dump( gettype($var) );
168 *** Testing gettype() & settype() functions : usage variations ***
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_select.phpt17 $offset, $exp, gettype($exp), $ret, gettype($ret), $sql,
H A Dpdo_mysql_exec_load_data.phpt38 $offset, $exp, gettype($exp), $ret, gettype($ret), $sql,
/php-src/ext/intl/tests/
H A Dresourcebundle_iterator.phpt14 switch (gettype($oneval)) {
/php-src/ext/date/tests/
H A Dtimezone_transitions_get_basic1.phpt17 var_dump( gettype($tran) );
H A DDateTimeZone_listAbbreviations_basic1.phpt12 var_dump( gettype($abbr) );
H A Dtimezone_abbreviations_list_basic1.phpt12 var_dump( gettype($abbr) );
/php-src/ext/pgsql/tests/
H A D06_bug73498.phpt21 var_dump(gettype($rows));

Completed in 26 milliseconds

12345678910