Home
last modified time | relevance | path

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

/php-src/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.php238 $code = intval($fields[0], 16);
249 $nextCode = intval($nextFields[0], 16);
265 $upperCase = intval($fields[12], 16);
266 $lowerCase = intval($fields[13], 16);
267 $titleCase = intval($fields[14], 16) ?: $upperCase;
283 $codes[] = intval($strCode, 16);
294 $code = intval($fields[0], 16);
302 $foldCode = intval($fields[2], 16);
349 $code = intval($fields[0], 16);
381 $data->addPropRange(intval($range[0], 16), intval($range[1], 16), $property);
[all …]
/php-src/ext/random/tests/01_functions/
H A Dmt_rand_basic.phpt41 if (!is_int($res) || $res < intval($min[$x]) || $res > intval($max[$x])) {
42 … echo "FAILED: res = ", $res, " min = ", intval($min[$x]), " max = ", intval($max[$x]), "\n";
48 echo "PASSED: range min = ", intval($min[$x]), " max = ", intval($max[$x]), "\n";
H A Drand_basic.phpt41 if (!is_int($res) || $res < intval($min[$x]) || $res > intval($max[$x])) {
42 … echo "FAILED: res = ", $res, " min = ", intval($min[$x]), " max = ", intval($max[$x]), "\n";
48 echo "PASSED: range min = ", intval($min[$x]), " max = ", intval($max[$x]), "\n";
/php-src/ext/standard/tests/general_functions/
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_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_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-src/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-src/ext/mysqli/tests/
H A Dbug70384.phpt14 intval(substr($link->server_version."", -5, 1)).
16 intval(substr($link->server_version."", -4, 2)).
18 intval(substr($link->server_version."", -2, 2)).
H A Dmysqli_stmt_get_result_types.phpt193 $tmp = intval(@date('Y'));
H A Dmysqli_stmt_bind_result.phpt233 $tmp = intval(@date('Y'));
/php-src/ext/filter/tests/
H A Dbug47745.phpt8 var_dump(intval($s));
/php-src/ext/opcache/tests/jit/
H A Dnoval_001.phpt19 $count = intval(9223372036854775807);
/php-src/
H A Drun-tests.php169 $workerID = intval(getenv("TEST_PHP_WORKER"));
418 $workers = intval($workers, 10);
522 $environment['TEST_TIMEOUT'] = intval($timeout, 10);
529 $context_line_count = intval($context_line_count, 10);
541 $slow_min_ms = intval($slow_min_ms, 10);
/php-src/ext/standard/tests/streams/
H A Dbug60106.phpt16 $socket_file = substr($socket_file, 0, intval($matches[1]) - 1);
/php-src/ext/opcache/tests/
H A Dphi_remove_001.phpt45 … getid3_lib::safe_inc($Distribution['padding'][intval($LongMPEGpaddingLookup[$head4])]);
/php-src/ext/sqlite3/tests/
H A Dsqlite3_25_create_aggregate.phpt15 $context['total'] += intval($string);
/php-src/ext/pdo_pgsql/tests/
H A Dbug69752.phpt43 $usage = intval(floor(memory_get_usage() / 1024));
/php-src/ext/date/tests/
H A Ddate_create-relative.phpt9 define('PHP_INT_MIN', intval(-PHP_INT_MAX - 1));
/php-src/Zend/tests/zend_ini/
H A Dzend_ini_parse_quantity_overflow.phpt13 $digit = intval($s[strlen($s)-1]);
/php-src/scripts/dev/
H A Dcheck_parameters.php78 $mid = intval(($left + $right)/2);
/php-src/ext/standard/
H A Dtype.c143 PHP_FUNCTION(intval) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php3601 function intval(mixed $value, int $base = 10): int {}
H A Dbasic_functions_arginfo.h2871 ZEND_FUNCTION(intval);
/php-src/sapi/fpm/tests/
H A Dfcgi.inc780 $keepAlive = intval($this->_keepAlive);

Completed in 160 milliseconds