Home
last modified time | relevance | path

Searched refs:gettype (Results 101 – 125 of 235) sorted by relevance

12345678910

/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_num_rows.phpt35 gettype($expected), $expected,
36 gettype($tmp), $tmp);
70 printf("[53 - %03d] Expecting int/0, got %s/%s\n", $i, gettype($tmp), $tmp);
85 printf("[54] Expecting int/7, got %s/%s\n", gettype($tmp), $tmp);
H A Dbug45019.phpt38 $index + 1, gettype($data[$index]), $data[$index], gettype($column1), $column1);
H A Dmysqli_query_unicode.phpt14 printf("[002.5] Expecting TRUE, got %s/%s\n", gettype($tmp), $tmp);
17 printf("[004] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
20 printf("[005] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_debug_append.phpt25 printf("[001] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
53 printf("[006] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
65 printf("[009] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_get_warnings.phpt43 printf("[007] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
49 printf("[009] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
56 printf("[011] Expecting mysqli_warning object, got %s/%s\n", gettype($warning), $warning);
H A Dmysqli_next_result.phpt14 printf("[003] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
18 printf("[004] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_free_result.phpt39 printf("[009] Expecting boolean/false, got %s/%s\n", gettype($tmp), $tmp);
53 printf("[013] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_more_results.phpt22 printf("[007] Expecting boolean/true, got %s/%s\n", gettype($ret), $ret);
35 printf("[011] Expecting boolean/true, got %s/%s\n", gettype($ret), $ret);
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_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);
H A Dmysqli_commit_oo.phpt28 printf("[002] Expecting boolean/true got %s/%s\n", gettype($tmp), $tmp);
32 … printf("[003] Cannot turn off autocommit, expecting true, got %s/%s\n", gettype($tmp), $tmp);
49 printf("[007] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
H A Dmysqli_stmt_reset.phpt30 gettype($tmp), $tmp, mysqli_stmt_errno($stmt), mysqli_stmt_error($stmt));
33 printf("[006] Expecting boolean/true, got %s/%s\n", gettype($tmp), $tmp);
36 printf("[007] 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,
/php-src/ext/reflection/tests/
H A DReflectionClass_getReflectionConstant.phpt8 var_dump(gettype($refleClass->getReflectionConstant('IS_IMPLICIT_ABSTRACT')));
/php-src/ext/date/tests/
H A Ddate_sunrise_and_sunset_basic.phpt21 var_dump(gettype(date_sunrise(time())));
22 var_dump(gettype(date_sunset(time())));
/php-src/ext/snmp/tests/
H A Dsnmp3.phpt41 var_dump(gettype($z));
47 var_dump(gettype($z));
53 var_dump(gettype($z));
60 var_dump(gettype($z));
/php-src/ext/standard/tests/general_functions/
H A Dget_extension_funcs_basic.phpt8 var_dump(gettype($result));
H A Dgettype_settype_variation1.phpt2 Test gettype() & settype() functions : usage variations
11 /* Test usage variation of gettype() and settype() functions:
13 Set type of the data to "null" and verify using gettype
146 echo "\n*** Testing gettype() & settype() functions : usage variations ***\n";
153 var_dump( gettype($var) );
162 var_dump( gettype($var) );
168 *** Testing gettype() & settype() functions : usage variations ***
H A Dgettype_settype_variation8.phpt2 Test gettype() & settype() functions : usage variations
11 /* Test usage variation of gettype() and settype() functions:
13 Set type of the data to "string" and verify using gettype
146 echo "\n*** Testing gettype() & settype() functions : usage variations ***\n";
153 var_dump( gettype($var) );
162 var_dump( gettype($var) );
168 *** Testing gettype() & settype() functions : usage variations ***
/php-src/ext/openssl/tests/
H A Dbug79589.phpt18 echo gettype($release);
/php-src/ext/posix/tests/
H A Dposix_strerror_error.phpt11 echo gettype( posix_strerror($errno) )."\n";
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt25 $value, gettype($value),
26 $tmp, gettype($tmp),
71 printf("[001] Expecting NULL got %s/%s\n", gettype($db), $db);
76 printf("[002] Expecting object got %s/%s¸\n", gettype($db), $db);
89 $name, $defaults[$option], gettype($defaults[$option]),
90 $tmp, gettype($tmp));
/php-src/ext/sqlite3/tests/
H A Dbug73333.phpt17 echo gettype($row[0]), PHP_EOL;
/php-src/ext/mysqli/tests/fetch/
H A Dmysqli_fetch_all_data_types_variation.phpt50 gettype($php_value), $php_value, $regexp_comparison,
51 gettype($row[1]), $row[1],
52 gettype($row['label']), $row['label'], mysqli_errno($link), mysqli_error($link));
57 gettype($php_value), $php_value,
58 gettype($row[1]), $row[1],
59 gettype($row['label']), $row['label'], mysqli_errno($link), mysqli_error($link));
211 gettype($result), $result, mysqli_errno($link), mysqli_error($link));

Completed in 36 milliseconds

12345678910