Home
last modified time | relevance | path

Searched refs:intval (Results 1 – 25 of 26) sorted by relevance

12

/PHP-8.0/ext/mbstring/ucgendat/
H A Ductest.php43 $codes[] = intval($strCode, 16);
76 $code = intval($fields[0], 16);
77 $upperCase = intval($fields[12], 16);
78 $lowerCase = intval($fields[13], 16);
79 $titleCase = intval($fields[14], 16);
101 $code = intval($fields[0], 16);
104 $foldCode = intval($fields[2], 16);
117 $code = intval($fields[0], 16);
H A Ducgendat.php223 $code = intval($fields[0], 16);
234 $nextCode = intval($nextFields[0], 16);
250 $upperCase = intval($fields[12], 16);
251 $lowerCase = intval($fields[13], 16);
252 $titleCase = intval($fields[14], 16) ?: $upperCase;
268 $codes[] = intval($strCode, 16);
279 $code = intval($fields[0], 16);
287 $foldCode = intval($fields[2], 16);
334 $code = intval($fields[0], 16);
366 $data->addPropRange(intval($range[0], 16), intval($range[1], 16), $property);
[all …]
/PHP-8.0/ext/standard/tests/math/
H A Dmt_rand_basic.phpt43 if (!is_int($res) || $res < intval($min[$x]) || $res > intval($max[$x])) {
44 … echo "FAILED: res = ", $res, " min = ", intval($min[$x]), " max = ", intval($max[$x]), "\n";
50 echo "PASSED: range min = ", intval($min[$x]), " max = ", intval($max[$x]), "\n";
71 if (!is_int($res) || $res < intval($minval[$x]) || $res > 100) {
72 … echo "FAILED: res = ", $res, " min = ", intval($min[$x]), " max = ", intval($max[$x]), "\n";
78 echo "PASSED range min = ", intval($min[$x]), " max = 100\n";
H A Drand_basic.phpt43 if (!is_int($res) || $res < intval($min[$x]) || $res > intval($max[$x])) {
44 … echo "FAILED: res = ", $res, " min = ", intval($min[$x]), " max = ", intval($max[$x]), "\n";
50 echo "PASSED: range min = ", intval($min[$x]), " max = ", intval($max[$x]), "\n";
71 if (!is_int($res) || $res < intval($minval[$x]) || $res > 100) {
72 … echo "FAILED: res = ", $res, " min = ", intval($min[$x]), " max = ", intval($max[$x]), "\n";
78 echo "PASSED range min = ", intval($min[$x]), " max = 100\n";
/PHP-8.0/ext/standard/tests/general_functions/
H A Dintval_binary_prefix.phpt2 Test intval() function with "0b" string prefix
37 intval($input, 0)
45 intval($input, 2)
53 intval($input)
61 intval($input, 0)
H A Dintval.phpt2 Test intval() function
9 echo "*** Testing intval() with valid integer values ***\n";
32 /* loop to check that intval() recognizes different
37 var_dump( intval($value) );
43 var_dump( intval($value, 10) );
49 var_dump( intval($value, 16) );
54 var_dump( intval($value, 8) );
57 echo "\n*** Testing intval() on non integer types ***\n";
142 var_dump( intval($type) );
150 *** Testing intval() with valid integer values ***
[all …]
H A Dintval_variation1.phpt2 Test intval() function : usage variation
5 echo "*** Testing intval() : usage variation ***\n";
92 var_dump( intval($value, $base) );
97 *** Testing intval() : usage variation ***
/PHP-8.0/Zend/tests/
H A Dint_conversion_exponents.phpt8 var_dump(intval("1.2345e9"));
9 var_dump(intval("-1.2345e9"));
19 var_dump(intval(" 1.2345e9 abc"));
20 var_dump(intval(" -1.2345e9 abc"));
/PHP-8.0/ext/mysqli/tests/
H A Dbug70384.phpt10 intval(substr($link->server_version."", -5, 1)).
12 intval(substr($link->server_version."", -4, 2)).
14 intval(substr($link->server_version."", -2, 2)).
H A Dmysqli_stmt_get_result_types.phpt195 $tmp = intval(@date('Y'));
H A Dmysqli_stmt_bind_result.phpt233 $tmp = intval(@date('Y'));
/PHP-8.0/ext/filter/tests/
H A Dbug47745.phpt8 var_dump(intval($s));
/PHP-8.0/ext/opcache/tests/jit/
H A Dnoval_001.phpt20 $count = intval(9223372036854775807);
/PHP-8.0/ext/standard/tests/streams/
H A Dbug60106.phpt16 $socket_file = substr($socket_file, 0, intval($matches[1]) - 1);
/PHP-8.0/ext/opcache/tests/
H A Dphi_remove_001.phpt45 … getid3_lib::safe_inc($Distribution['padding'][intval($LongMPEGpaddingLookup[$head4])]);
/PHP-8.0/ext/sqlite3/tests/
H A Dsqlite3_25_create_aggregate.phpt15 $context['total'] += intval($string);
/PHP-8.0/ext/pdo_pgsql/tests/
H A Dbug69752.phpt41 $usage = intval(floor(memory_get_usage() / 1024));
/PHP-8.0/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h53 zend_long intval; member
H A Dpgsql_statement.c554 ZEND_ATOL(S->cols[colno].intval, *ptr); in pgsql_stmt_get_col()
555 *ptr = (char *) &(S->cols[colno].intval); in pgsql_stmt_get_col()
/PHP-8.0/ext/date/tests/
H A Ddate_create-relative.phpt9 define('PHP_INT_MIN', intval(-PHP_INT_MAX - 1));
/PHP-8.0/scripts/dev/
H A Dcheck_parameters.php77 $mid = intval(($left + $right)/2);
/PHP-8.0/ext/standard/
H A Dtype.c143 PHP_FUNCTION(intval) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php1371 function intval(mixed $value, int $base = 10): int {} function
/PHP-8.0/
H A Drun-tests.php159 $workerID = intval(getenv("TEST_PHP_WORKER"));
470 $workers = intval($workers, 10);
578 $environment['TEST_TIMEOUT'] = intval($timeout, 10);
585 $context_line_count = intval($context_line_count, 10);
597 $slow_min_ms = intval($slow_min_ms, 10);
/PHP-8.0/sapi/fpm/tests/
H A Dfcgi.inc522 $keepAlive = intval($this->_keepAlive || $this->_persistentSocket);

Completed in 96 milliseconds

12