Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-5.5/ext/mysql/tests/
H A Dmysql_fetch_assoc.phpt18 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
21 printf("[002] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
45 printf("[008] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysql_escape_string.phpt13 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_send_long_data_packet_size_libmysql.phpt60 gettype($tmp), $tmp, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
80 gettype($tmp), $tmp, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
85 gettype($tmp), $tmp, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
H A Dbug45019.phpt40 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
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 Dmysqli_debug_append.phpt26 printf("[001] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
54 printf("[006] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
66 printf("[009] Expecting boolean/true, 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_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_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_fetch_field_oo.phpt20 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
28 printf("[003] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
63 printf("[007] Expecting NULL, 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));
85 gettype($tmp), $tmp, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
90 gettype($tmp), $tmp, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
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 NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_attr_get_prefetch.phpt18 gettype($tmp), $tmp, $k, $attr);
H A Dmysqli_debug_control_string.phpt32 gettype($tmp),
51 gettype($tmp),
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 NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_fetch_object_oo.phpt20 printf("[001] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
32 printf("[004] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
35 printf("[005] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
38 printf("[006] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dbug33263.phpt31 gettype($database), $database);
/PHP-5.5/ext/standard/tests/general_functions/
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 Dget_extension_funcs_basic.phpt14 var_dump(gettype($result));
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-5.5/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));
/PHP-5.5/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));

Completed in 32 milliseconds

12345678910>>...13