Home
last modified time | relevance | path

Searched refs:gettype (Results 126 – 150 of 235) sorted by relevance

12345678910

/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_attr_set.phpt104 printf("[013] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
107 printf("[014] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
126 printf("[016] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
143 printf("[018] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_get_proto_info.phpt19 printf("[003] Expecting int/any_non_empty, got %s/%s\n", gettype($info), $info);
H A Dmysqli_get_server_info.phpt19 printf("[003] Expecting string/any_non_empty, got %s/%s\n", gettype($info), $info);
H A Dmysqli_num_rows.phpt23 gettype($expected), $expected,
24 gettype($tmp), $tmp);
H A Dmysqli_close_oo.phpt17 printf("[003] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_get_server_version.phpt21 printf("[003] Expecting int/any >= 30000, got %s/%s\n", gettype($info), $info);
H A Dmysqli_stmt_send_long_data_packet_size_mysqlnd.phpt52 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_rollback.phpt23 … printf("[005] Cannot turn off autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
36 printf("[009] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_bind_param.phpt35 printf("[003d] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
42 printf("[003a] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
51 printf("[003b] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
59 printf("[003d] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
65 printf("[003c] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
72 printf("[004] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
79 printf("[005] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
98 printf("[008] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
107 printf("[008][$i] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
175 $id, $bind_value, gettype($bind_value), $row['id'], $row['label']);
[all …]
H A Dbug33263.phpt31 gettype($database), $database);
H A Dmysqli_close.phpt19 printf("[005] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_commit.phpt23 … printf("[005] Cannot turn off autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
36 printf("[009] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_release_savepoint.phpt35 … printf("[009] Cannot turn off autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
46 printf("[012] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
/php-src/ext/standard/tests/general_functions/
H A Dgettype_settype_variation6.phpt2 Test gettype() & settype() functions : usage variations
11 /* Test usage variation of gettype() and settype() functions:
13 Set type of the data to "array" and verify using gettype
146 echo "\n*** Testing gettype() & settype() functions : usage variations ***\n";
154 var_dump( gettype($var) );
163 var_dump( gettype($var) );
170 *** Testing gettype() & settype() functions : usage variations ***
H A Dgettype_settype_basic.phpt2 Test gettype() & settype() functions : basic functionalities
7 /* Test the basic functionalities of settype() & gettype() functions.
8 Use the gettype() to get the type of regular data and use settype()
21 echo "**** Testing gettype() and settype() functions ****\n";
78 echo "\n*** Testing gettype(): basic operations ***\n";
80 var_dump( gettype($value) );
98 var_dump( gettype($var) );
108 **** Testing gettype() and settype() functions ****
110 *** Testing gettype(): basic operations ***
/php-src/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-src/ext/snmp/tests/
H A Dsnmp2_real_walk.phpt22 var_dump(gettype($return));
29 var_dump(gettype($return));
H A Dsnmprealwalk.phpt22 var_dump(gettype($return));
29 var_dump(gettype($return));
H A Dsnmp-object.phpt47 var_dump(gettype($z));
56 var_dump(gettype($z));
65 var_dump(gettype($z));
75 var_dump(gettype($z));
84 var_dump(gettype($z));
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_local_infile_directory_denied.phpt21 $offset, $exp, gettype($exp), $ret, gettype($ret), $sql,
H A Dpdo_mysql_local_infile_directory_allowed.phpt21 $offset, $exp, gettype($exp), $ret, gettype($ret), $sql,
H A Dpdo_mysql_local_infile_overrides_local_infile_directory.phpt21 $offset, $exp, gettype($exp), $ret, gettype($ret), $sql,
H A Dpdo_mysql_exec_ddl.phpt21 $offset, $exp, gettype($exp), $ret, gettype($ret), $sql,

Completed in 27 milliseconds

12345678910