Home
last modified time | relevance | path

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

1234567891011

/PHP-7.4/ext/mysqli/tests/
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("[019] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt60 gettype($tmp), $tmp, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
80gettype($tmp), $tmp, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
85gettype($tmp), $tmp, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
H A Dmysqli_fetch_field_oo.phpt20 printf("[001] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
28 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
63 printf("[007] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_fetch_object_no_object.phpt17 var_dump(gettype($obj));
H A Dmysqli_init.phpt14 … printf("[001] Expecting object/mysqli_link or boolean/false, got %s/%s\n", gettype($link), $link);
H A Dmysqli_free_result.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 Dbug45019.phpt40 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
H A Dmysqli_stmt_attr_get_prefetch.phpt18 gettype($tmp), $tmp, $k, $attr);
H A Dmysqli_debug_append.phpt28 printf("[001] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
56 printf("[006] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
68 printf("[009] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_fetch_all_oo.phpt91 gettype($tmp), $tmp, $mysqli->errno, $mysqli->error);
139 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'], $link->errno, $link->error);
151 gettype($php_value), $php_value,
152 gettype($row[1]), $row[1],
153 gettype($row['label']), $row['label'], $link->errno, $link->error);
302 printf("[015] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_fetch_object_oo.phpt20 printf("[001] Expecting false, got %s/%s\n", gettype($tmp), $tmp);
32 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
36 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
44 printf("[006] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dbug42378.phpt107 gettype($expected), $expected,
108 gettype($result), $result,
139 gettype($v), $v,
140 gettype($result), $result,
H A Dmysqli_debug.phpt23 printf("[001] Expecting NULL/NULL, got %s/%s\n", gettype($tmp), $tmp);
27 printf("[002] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_multi_query.phpt17 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
25 printf("[003] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt57 gettype($tmp), $tmp, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
85gettype($tmp), $tmp, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
90gettype($tmp), $tmp, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
H A Dmysqli_debug_control_string.phpt32 gettype($tmp),
51 gettype($tmp),
/PHP-7.4/ext/standard/tests/general_functions/
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 ***
H A Dget_extension_funcs_basic.phpt14 var_dump(gettype($result));
H A Dgettype_settype_variation7.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 "object" 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_basic.phpt2 Test gettype() & settype() functions : basic functionalities
7 /* Prototype: string gettype ( mixed $var );
14 /* Test the basic functionalities of settype() & gettype() functions.
15 Use the gettype() to get the type of regular data and use settype()
28 echo "**** Testing gettype() and settype() functions ****\n";
85 echo "\n*** Testing gettype(): basic operations ***\n";
87 var_dump( gettype($value) );
103 var_dump( gettype($var) );
110 **** Testing gettype() and settype() functions ****
112 *** Testing gettype(): basic operations ***
/PHP-7.4/ext/sqlite3/tests/
H A Dbug73333.phpt19 echo gettype($row[0]), PHP_EOL;
/PHP-7.4/Zend/tests/
H A Dglobals_001.phpt10 var_dump(gettype($_SERVER));
H A Dglobals_002.phpt10 var_dump(gettype($_SERVER));
H A Dglobals_003.phpt14 var_dump(gettype($_SERVER));

Completed in 33 milliseconds

1234567891011