Home
last modified time | relevance | path

Searched refs:gettype (Results 51 – 75 of 238) sorted by relevance

12345678910

/php-src/Zend/tests/type_declarations/
H A Dtyped_properties_063.phpt34 echo gettype($a->foo),"\n";
39 echo gettype($a->foo),"\n";
46 echo gettype($a->foo),"\n";
51 echo gettype($a->foo),"\n";
H A Dtyped_properties_064.phpt34 echo gettype($a->foo),"\n";
39 echo gettype($a->foo),"\n";
46 echo gettype($a->foo),"\n";
51 echo gettype($a->foo),"\n";
H A Dtyped_properties_062.phpt35 echo gettype($a->foo),"\n";
40 echo gettype($a->foo),"\n";
47 echo gettype($a->foo),"\n";
52 echo gettype($a->foo),"\n";
/php-src/ext/standard/tests/general_functions/
H A Dget_defined_constants_basic.phpt7 var_dump(gettype(get_defined_constants(true)));
8 var_dump(gettype(get_defined_constants()));
/php-src/ext/mysqli/tests/
H A Dmysqli_connect_errno.phpt28 printf("[003] Expecting integer/0, got %s/%s\n", gettype($tmp), $tmp);
35 … $host, $user . 'unknown_really', $db, $port, $socket, gettype($link), var_export($link, true));
38 printf("[005] Expecting integer/any non-zero, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_bind_result_references.phpt25 printf("[002] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
42 printf("[004] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
62 printf("[006] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
81 printf("[008] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
95 printf("[010] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
110 printf("[012] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
128 printf("[012] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
145 printf("[012] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
166 printf("[014] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
185 printf("[016] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
[all …]
H A Dmysqli_stmt_data_seek.phpt26 printf("[006] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
37 printf("[009] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
45 printf("[011] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
53 printf("[013] Expecting NULL, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_driver.phpt18 gettype($client_info), $client_info,
19 gettype($tmp), $tmp);
25 gettype($client_version), $client_version,
26 gettype($tmp), $tmp);
42 gettype($report_mode), $report_mode);
H A Dmysqli_error_oo.phpt18 printf("[001] Expecting empty string, got %s/'%s'\n", gettype($tmp), $tmp);
26 …printf("[003] Expecting string/empty, got %s/%s. [%d] %s\n", gettype($tmp), $tmp, $mysqli->errno, …
35 …printf("[006] Expecting string/[Table... doesn't exit], got %s/%s. [%d] %s\n", gettype($tmp), $tmp…
H A Dmysqli_use_result.phpt18 gettype($res), $res, mysqli_errno($link), mysqli_error($link));
33 gettype($res), $res, mysqli_errno($link), mysqli_error($link));
40 gettype($tmp), $tmp);
H A Dmysqli_stmt_attr_set.phpt119 printf("[011] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
122 printf("[012] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
125 printf("[013] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
128 printf("[014] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
147 printf("[016] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
164 printf("[018] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
193 printf("[020] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
208 printf("[022] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
214 printf("[023] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
220 printf("[024] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_store_result_buffered_c.phpt18 gettype($res), $res, mysqli_errno($link), mysqli_error($link));
22 gettype($tmp), $tmp, mysqli_errno($link), mysqli_error($link));
H A Dmysqli_pconn_twice.phpt24 printf("[003] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
40 printf("[009] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
54 printf("[013] Expecting true got %s/%s\n", gettype($tmp), $tmp);
61 printf("[015] Expecting true got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_warning_count.phpt17 printf("[005] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
23 printf("[007] Expecting int/1, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_data_seek.phpt16 printf("[005] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
23 printf("[007] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
30 printf("[009] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_insert_id.phpt27 printf("[005] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
38 printf("[007] Expecting int/0, got %s/%s\n", gettype($tmp), $tmp);
53 printf("[010] Expecting int/any non zero, got %s/%s\n", gettype($tmp), $tmp);
H A D071.phpt20 printf("[001] Expecting boolean/true got %s/%s\n", gettype($ret), var_export($ret, true));
33 printf("[002] Expecting boolean/true got %s/%s\n", gettype($ret), var_export($ret, true));
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options_libmysql.phpt26 $value, gettype($value),
27 $tmp, gettype($tmp),
56 $name, $defaults[$option], gettype($defaults[$option]),
57 $tmp, gettype($tmp));
H A Dpdo_mysql_stmt_closecursor_empty.phpt46 var_export($id, true), gettype($id),
47 var_export($label, true), gettype($label));
54 var_export($id, true), gettype($id),
55 var_export($label, true), gettype($label));
/php-src/ext/opcache/tests/jit/
H A Dassign_036.phpt17 $oldType = \gettype($this->$propName);
18 $newType = \gettype($propValue);
/php-src/ext/snmp/tests/
H A Dsnmp_getvalue.phpt31 echo gettype($z)."\n";
38 echo gettype($z)."\n";
45 echo gettype($z)."\n";
52 echo gettype($z)."\n";
/php-src/ext/pcntl/tests/
H A Dpcntl_wait_rusage1.phpt26 var_dump(gettype($rusage));
31 var_dump(gettype($rusage));
H A Dpcntl_waitpid_rusage1.phpt26 var_dump(gettype($rusage));
31 var_dump(gettype($rusage));
/php-src/ext/soap/tests/bugs/
H A Dbug36999.phpt38 printf("%s %0.0f\n", gettype($num), $num);
40 printf("%s %0.0f\n", gettype($ret), $ret);
/php-src/ext/pdo_firebird/tests/
H A Dbug_72583.phpt20 echo gettype($D[0])."\n".gettype($D[1]);

Completed in 60 milliseconds

12345678910