Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_lengths.phpt16 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
19 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysql_fetch_row.phpt16 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
19 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysql_real_escape_string.phpt16 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
21 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysql_list_dbs.phpt16 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
19 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysql_ping.phpt18 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
36 printf("[004] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysql_select_db.phpt16 printf("[001] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
23 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
64 printf("[012] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_errno_oo.phpt18 printf("[001] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[004] Expecting int/any non zero got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_field_count.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_options_int_and_float_native.phpt70 $data[1], gettype($data[1]), $row['id'], gettype($row['id']));
96 $data[1], $row['id'], gettype($row['id']));
H A Dmysqli_stmt_bind_result.phpt19 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
22 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
31 printf("[002b] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
41 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
47 printf("[005] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
50 printf("[006] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
53 printf("[007] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
129 if (!gettype($bind_res)=="unicode") {
133 gettype($bind_value), $bind_value, $type_hint,
134 gettype($bind_res), $bind_res);
[all …]
H A Dmysqli_thread_safe.phpt11 printf("[001] Expecting boolean/any, got %s/%s.\n", gettype($tmp), $tmp);
H A Dmysqli_get_client_version.phpt9 printf("[001] Expecting int/any_non_empty, got %s/%s\n", gettype($info), $info);
H A Dmysqli_fetch_all.phpt19 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
22 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
90 gettype($tmp), $tmp, mysqli_errno($link), mysqli_error($link));
138 if (!(gettype($php_value)=="unicode" && ($fields[1]->flags & 128))) {
143 gettype($php_value), $php_value, $regexp_comparison,
144 gettype($row[1]), $row[1],
145 gettype($row['label']), $row['label'], mysqli_errno($link), mysqli_error($link));
151 gettype($php_value), $php_value,
152 gettype($row[1]), $row[1],
153 gettype($row['label']), $row['label'], mysqli_errno($link), mysqli_error($link));
[all …]
H A Dmysqli_fetch_array_oo.phpt62 gettype($tmp), $tmp, $mysqli->errno, $mysqli->error);
67 gettype($tmp), $tmp, $mysqli->errno, $mysqli->error);
113 if (!(gettype($php_value)=="unicode" && ($fields[1]->flags & 128))) {
117 gettype($php_value), $php_value, $regexp_comparison,
118 gettype($row[1]), $row[1],
119 gettype($row['label']), $row['label'], $mysqli->errno, $mysqli->error);
125 gettype($php_value), $php_value,
126 gettype($row[1]), $row[1],
127 gettype($row['label']), $row['label'], $mysqli->errno, $mysqli->error);
275 printf("[015] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_get_client_info.phpt13 printf("[001] Expecting string/any_non_empty, got %s/%s\n", gettype($info), $info);
H A Dmysqli_select_db.phpt18 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
21 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
28 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
104 printf("[017] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_fetch_fields.phpt18 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
21 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
59 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
/PHP-5.5/Zend/tests/
H A Dglobals.inc5 var_dump(gettype($_SERVER));
/PHP-5.5/ext/standard/tests/array/
H A Dbug21182.phpt8 echo "a2: $a : type : " . gettype($a) . "\n";
/PHP-5.5/ext/snmp/tests/
H A Dsnmp3.phpt39 var_dump(gettype($z));
45 var_dump(gettype($z));
51 var_dump(gettype($z));
58 var_dump(gettype($z));
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgettype_settype_variation1.phpt2 Test gettype() & settype() functions : usage variatoins
11 /* Prototype: string gettype ( mixed $var );
18 /* Test usage variation of gettype() and settype() functions:
20 Set type of the data to "null" and verify using gettype
161 echo "\n*** Testing gettype() & settype() functions : usage variations ***\n";
168 var_dump( gettype($var) );
177 var_dump( gettype($var) );
186 *** Testing gettype() & settype() functions : usage variations ***
H A Dgettype_settype_variation6.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 "array" and verify using gettype
161 echo "\n*** Testing gettype() & settype() functions : usage variations ***\n";
169 var_dump( gettype($var) );
178 var_dump( gettype($var) );
188 *** Testing gettype() & settype() functions : usage variations ***
H A Dgettype_settype_variation8.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 "string" and verify using gettype
161 echo "\n*** Testing gettype() & settype() functions : usage variations ***\n";
168 var_dump( gettype($var) );
177 var_dump( gettype($var) );
186 *** Testing gettype() & settype() functions : usage variations ***
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt24 $value, gettype($value),
25 $tmp, gettype($tmp),
71 printf("[001] Expecting NULL got %s/%s\n", gettype($db), $db);
74 printf("[002] Expecting object got %s/%s¸\n", gettype($db), $db);
88 $name, $defaults[$option], gettype($defaults[$option]),
89 $tmp, gettype($tmp));
/PHP-5.5/ext/standard/
H A Dphp_type.h28 PHP_FUNCTION(gettype);

Completed in 34 milliseconds

12345678910>>...13