Searched refs:is_integer (Results 1 – 9 of 9) sorted by relevance
/PHP-8.0/ext/pgsql/tests/ |
H A D | 20pg_get_pid.phpt | 14 is_integer($pid) ? print 'OK' : print 'NG';
|
/PHP-8.0/ext/standard/tests/general_functions/ |
H A D | is_int.phpt | 2 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 D | is_int_64bit.phpt | 2 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.0/ext/date/tests/ |
H A D | strtotime-mysql-64bit.phpt | 17 if (is_integer($time)) {
|
H A D | strtotime-mysql.phpt | 17 if (is_integer($time)) {
|
H A D | strtotime3-64bit.phpt | 39 if (is_integer($t)) {
|
H A D | strtotime3.phpt | 39 if (is_integer($t)) {
|
/PHP-8.0/ext/standard/ |
H A D | basic_functions.stub.php | 1391 function is_integer(mixed $value): bool {} function
|
H A D | basic_functions_arginfo.h | 3431 ZEND_FALIAS(is_integer, is_int, arginfo_is_integer)
|
Completed in 27 milliseconds