Home
last modified time | relevance | path

Searched refs:is_long (Results 1 – 12 of 12) sorted by relevance

/PHP-8.0/ext/filter/tests/
H A D046.phpt27 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 D047.phpt22 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 D048.phpt26 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.0/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";
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 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";
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.0/ext/spl/tests/
H A Dregexiterator_getpregflags.phpt29 echo is_long($r->getPregFlags());
/PHP-8.0/ext/posix/tests/
H A Dposix_getsid.phpt19 var_dump( is_long(posix_getsid($pid)) );
/PHP-8.0/ext/pdo_odbc/
H A Dphp_pdo_odbc_int.h138 unsigned is_long; member
H A Dodbc_stmt.c627 S->cols[colno].is_long = 0; in odbc_stmt_describe()
643 S->cols[colno].is_long = 1; in odbc_stmt_describe()
656 if (C->is_long) { in odbc_stmt_get_col()
/PHP-8.0/ext/standard/
H A Dbasic_functions.stub.php1394 function is_long(mixed $value): bool {} function
H A Dbasic_functions_arginfo.h3432 ZEND_FALIAS(is_long, is_int, arginfo_is_long)
/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c1549 # undef is_long in sljit_emit_fop1_conv_sw_from_f64()

Completed in 63 milliseconds