Searched refs:is_long (Results 1 – 12 of 12) sorted by relevance
/PHP-8.1/ext/filter/tests/ |
H A D | 046.phpt | 27 echo "$msg is_long: "; var_dump(is_long($f)); // test validation 39 max is_long: bool(true) 42 overflow is_long: bool(false) 45 min is_long: bool(true) 48 underflow is_long: bool(false)
|
H A D | 047.phpt | 22 var_dump(is_long(filter_var('0'.$s, FILTER_VALIDATE_INT, array("flags"=>FILTER_FLAG_ALLOW_OCTAL)))); 25 var_dump(is_long(filter_var('0'.$s, FILTER_VALIDATE_INT, array("flags"=>FILTER_FLAG_ALLOW_OCTAL)))); 28 var_dump(is_long(filter_var('0'.$s, FILTER_VALIDATE_INT, array("flags"=>FILTER_FLAG_ALLOW_OCTAL))));
|
H A D | 048.phpt | 26 var_dump(is_long(filter_var('0x'.$s, FILTER_VALIDATE_INT, array("flags"=>FILTER_FLAG_ALLOW_HEX)))); 29 var_dump(is_long(filter_var('0x'.$s, FILTER_VALIDATE_INT, array("flags"=>FILTER_FLAG_ALLOW_HEX)))); 32 var_dump(is_long(filter_var('0x'.$s, FILTER_VALIDATE_INT, array("flags"=>FILTER_FLAG_ALLOW_HEX))));
|
/PHP-8.1/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"; 38 var_dump( is_long($int_val) ); 41 echo "\n*** Testing is_int(), is_integer() & is_long() with non integer values ***\n"; 128 var_dump( is_long($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"; 40 var_dump( is_long($int_val) ); 43 echo "\n*** Testing is_int(), is_integer() & is_long() with non integer values ***\n"; 130 var_dump( is_long($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/spl/tests/ |
H A D | regexiterator_getpregflags.phpt | 29 echo is_long($r->getPregFlags());
|
/PHP-8.1/ext/posix/tests/ |
H A D | posix_getsid.phpt | 17 var_dump( is_long(posix_getsid($pid)) );
|
/PHP-8.1/ext/pdo_odbc/ |
H A D | php_pdo_odbc_int.h | 138 unsigned is_long; member
|
H A D | odbc_stmt.c | 611 S->cols[colno].is_long = 0; in odbc_stmt_describe() 627 S->cols[colno].is_long = 1; in odbc_stmt_describe() 646 if (C->is_long) { in odbc_stmt_get_col()
|
/PHP-8.1/ext/standard/ |
H A D | basic_functions.stub.php | 1811 function is_long(mixed $value): bool {} function
|
H A D | basic_functions_arginfo.h | 3447 ZEND_FALIAS(is_long, is_int, arginfo_is_long)
|
/PHP-8.1/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeMIPS_common.c | 1554 # undef is_long in sljit_emit_fop1_conv_sw_from_f64()
|
Completed in 86 milliseconds