Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-5.5/ext/mysqli/tests/
H A D061.phpt53 printf("%s-%s\n", gettype($row[0]), gettype($row[1]));
H A Dmysqli_poll.phpt45 printf("[007] Expecting boolean/false got %s/%s\n", gettype($tmp), var_export($tmp, true));
49 printf("[008] Expecting boolean/false got %s/%s\n", gettype($tmp), var_export($tmp, true));
53 printf("[009] Expecting int/0 got %s/%s\n", gettype($tmp), var_export($tmp, true));
H A Dmysqli_report.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting boolean/true even for invalid flags, got %s/%s\n", gettype($tmp), $tmp);
23 printf("[003] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
26 printf("[004] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
29 printf("[005] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
32 printf("[007] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[008] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_multi_query.phpt22 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
30 printf("[003] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_fetch_field.phpt18 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
21 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
62 printf("[006] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_get_client_stats_off.phpt19 printf("[001] Expecting non-empty array, got %s.\n", gettype($before));
H A Dmysqli_debug_mysqlnd_only.phpt34 gettype($tmp),
56 gettype($tmp),
H A Dmysqli_poll_mixing_insert_select.phpt56 printf("[002] Expecting true got %s/%s\n", gettype($tmp), var_export($tmp, true));
121 printf("[005] Expecting true got %s/%s\n", gettype($tmp), var_export($tmp, true));
123 printf("[006] Expecting true got %s/%s\n", gettype($tmp), var_export($tmp, true));
H A Dmysqli_field_seek.phpt63 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
66 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
105 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_warning_unclonable.phpt30 …printf("[005] Expecting object/mysqli_warning, got %s/%s\n", gettype($tmp), (is_object($tmp) ? var…
/PHP-5.5/ext/snmp/tests/
H A Dsnmprealwalk.phpt24 var_dump(gettype($return));
31 var_dump(gettype($return));
H A Dsnmp2_real_walk.phpt24 var_dump(gettype($return));
31 var_dump(gettype($return));
/PHP-5.5/ext/standard/tests/general_functions/
H A Dgettype_settype_variation5.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 "resource" 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 Dini_get_all.phpt11 var_dump(gettype(ini_get_all()));
H A Dgettype_settype_variation2.phpt2 Test gettype() & settype() functions : usage variations
14 /* Prototype: string gettype ( mixed $var );
21 /* Test usage variation of gettype() and settype() functions:
23 Set type of the data to "int"/"integer" and verify using gettype
167 echo "\n*** Testing settype() & gettype() : usage variations ***\n";
175 var_dump( gettype($var) );
184 var_dump( gettype($var) );
194 *** Testing settype() & gettype() : usage variations ***
H A Dgettype_settype_variation3.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 "float"/"double" and verify using gettype
164 echo "\n*** Testing settype() & gettype() : usage variations ***\n";
172 var_dump( gettype($var) );
181 var_dump( gettype($var) );
191 *** Testing settype() & gettype() : usage variations ***
/PHP-5.5/ext/intl/tests/
H A Dresourcebundle_iterator.phpt14 switch (gettype($oneval)) {
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_exec_ddl.phpt22 $offset, $exp, gettype($exp), $ret, gettype($ret), $sql,
H A Dpdo_mysql_exec_select.phpt18 $offset, $exp, gettype($exp), $ret, gettype($ret), $sql,
H A Dpdo_mysql_exec_load_data.phpt29 $offset, $exp, gettype($exp), $ret, gettype($ret), $sql,
/PHP-5.5/ext/date/tests/
H A Dtimezone_transitions_get_basic1.phpt23 var_dump( gettype($tran) );
/PHP-5.5/ext/mysql/tests/
H A Dmysql_field_seek.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_list_processes.phpt16 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysql_result.phpt18 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
21 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
/PHP-5.5/ext/posix/tests/
H A Dposix_strerror_error.phpt27 echo gettype( posix_strerror($errno) )."\n";

Completed in 39 milliseconds

12345678910>>...13