Home
last modified time | relevance | path

Searched refs:is_integer (Results 1 – 9 of 9) sorted by relevance

/PHP-8.1/ext/standard/tests/general_functions/
H A Dis_int.phpt2 Test is_int() & it's FALIASes: is_long() & is_integer() functions
9 echo "*** Testing is_int(), is_integer() & is_long() with valid integer values ***\n";
37 var_dump( is_integer($int_val) );
41 echo "\n*** Testing is_int(), is_integer() & is_long() with non integer values ***\n";
127 var_dump( is_integer($type) );
139 *** Testing is_int(), is_integer() & is_long() with valid integer values ***
213 *** Testing is_int(), is_integer() & is_long() with non integer values ***
H A Dis_int_64bit.phpt2 Test is_int() & it's FALIASes: is_long() & is_integer() functions
11 echo "*** Testing is_int(), is_integer() & is_long() with valid integer values ***\n";
39 var_dump( is_integer($int_val) );
43 echo "\n*** Testing is_int(), is_integer() & is_long() with non integer values ***\n";
129 var_dump( is_integer($type) );
136 *** Testing is_int(), is_integer() & is_long() with valid integer values ***
210 *** Testing is_int(), is_integer() & is_long() with non integer values ***
/PHP-8.1/ext/pgsql/tests/
H A D20pg_get_pid.phpt16 is_integer($pid) ? print 'OK' : print 'NG';
/PHP-8.1/ext/date/tests/
H A Dstrtotime-mysql-64bit.phpt17 if (is_integer($time)) {
H A Dstrtotime-mysql.phpt17 if (is_integer($time)) {
H A Dstrtotime3-64bit.phpt39 if (is_integer($t)) {
H A Dstrtotime3.phpt39 if (is_integer($t)) {
/PHP-8.1/ext/standard/
H A Dbasic_functions.stub.php1808 function is_integer(mixed $value): bool {} function
H A Dbasic_functions_arginfo.h3446 ZEND_FALIAS(is_integer, is_int, arginfo_is_integer)

Completed in 29 milliseconds