Home
last modified time | relevance | path

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

1234567891011

/PHP-7.4/ext/reflection/tests/
H A DReflectionZendExtension.phpt15 var_dump(gettype($reflection->export('Zend OPcache', true)) === 'string');
/PHP-7.4/ext/mysqli/tests/
H A Dbug33263.phpt31 gettype($database), $database);
H A Dmysqli_autocommit_oo.phpt29 printf("[002] Expecting boolean/any, got %s/%s\n", gettype($tmp), $tmp);
43 printf("[006] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
89 printf("[019] Expecting true, got %s/%s\n", gettype($tmp), $tmp);
128 printf("[030] Expecting 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 false, got %s/%s\n", gettype($tmp), $tmp);
H A D061.phpt55 printf("%s-%s\n", gettype($row[0]), gettype($row[1]));
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_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_stmt_get_result_metadata_fetch_field.phpt30 gettype($res), $res, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
36 gettype($res), $res, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
H A Dmysqli_poll_mixing_insert_select.phpt56 printf("[002] Expecting true got %s/%s\n", gettype($tmp), var_export($tmp, true));
127 printf("[005] Expecting true got %s/%s\n", gettype($tmp), var_export($tmp, true));
129 printf("[006] Expecting true got %s/%s\n", gettype($tmp), var_export($tmp, true));
H A Dmysqli_change_user_new.phpt29 printf("[002] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
/PHP-7.4/ext/snmp/tests/
H A Dsnmp-object.phpt45 var_dump(gettype($z));
54 var_dump(gettype($z));
63 var_dump(gettype($z));
73 var_dump(gettype($z));
82 var_dump(gettype($z));
H A Dsnmp2_real_walk.phpt24 var_dump(gettype($return));
31 var_dump(gettype($return));
H A Dsnmprealwalk.phpt24 var_dump(gettype($return));
31 var_dump(gettype($return));
/PHP-7.4/ext/intl/tests/
H A Dresourcebundle_iterator.phpt14 switch (gettype($oneval)) {
/PHP-7.4/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.phpt40 $offset, $exp, gettype($exp), $ret, gettype($ret), $sql,
/PHP-7.4/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.phpt12 var_dump(gettype(ini_get_all()));
H A Dgettype_settype_variation2.phpt2 Test gettype() & settype() functions : usage variations
15 /* Prototype: string gettype ( mixed $var );
22 /* Test usage variation of gettype() and settype() functions:
24 Set type of the data to "int"/"integer" and verify using gettype
168 echo "\n*** Testing settype() & gettype() : usage variations ***\n";
176 var_dump( gettype($var) );
185 var_dump( gettype($var) );
195 *** 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-7.4/ext/date/tests/
H A Dtimezone_transitions_get_basic1.phpt23 var_dump( gettype($tran) );
H A Dtimezone_abbreviations_list_basic1.phpt18 var_dump( gettype($abbr) );
H A DDateTimeZone_listAbbreviations_basic1.phpt18 var_dump( gettype($abbr) );

Completed in 47 milliseconds

1234567891011