Home
last modified time | relevance | path

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

12345678910

/php-src/ext/standard/tests/class_object/
H A Dget_class_variation_001.phpt64 echo @"\nArg value: $value (type: " . gettype($value) . ")\n";
/php-src/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_option.phpt111 printf("[005] Expecting 1 got %s/'%s'", gettype($row['id']), $row['id']);
H A Dmysqli_real_connect.phpt28 …host=%s, user=%s, passwd=***non_empty, dbname=%s, port=%s, socket=%s\n", gettype($tmp), $tmp, $hos…
H A Dmysqli_connect_oo.phpt18 printf("[004] Expecting boolean/false, got %s/%s\n", gettype($mysqli), $mysqli);
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt115 … printf("[%03d + 005] Expecting 1 got %s/'%s'", $offset, gettype($row['id']), $row['id']);
/php-src/ext/standard/
H A Dtype.c20 PHP_FUNCTION(gettype) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php3593 function gettype(mixed $value): string {}
H A Dbasic_functions_arginfo.h2821 ZEND_FUNCTION(gettype);
/php-src/Zend/tests/type_declarations/
H A Dscalar_strict_basic.phpt35 return gettype($value);
/php-src/build/
H A Dgen_stub.php313 switch (gettype($value)) {
329 … throw new Exception("Type \"" . gettype($value) . "\" cannot be inferred based on value");

Completed in 54 milliseconds

12345678910