Home
last modified time | relevance | path

Searched refs:is_int (Results 1 – 25 of 41) sorted by last modified time

12

/php-src/ext/standard/
H A Dbasic_functions.stub.php3639 function is_int(mixed $value): bool {}
H A Dbasic_functions_arginfo.h2878 ZEND_FUNCTION(is_int);
H A Dtype.c294 PHP_FUNCTION(is_int) in PHP_FUNCTION() argument
/php-src/ext/opcache/tests/jit/
H A Disset_002.phpt11 if (is_int($key)) {
12 if (is_int($key)) {
H A Dinc_020.phpt15 if (is_int($key)) {
/php-src/ext/pdo_mysql/tests/inc/
H A Dmysql_pdo_test.inc102 if (is_int($version_string))
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_version.phpt41 } else if (is_int($version)) {
/php-src/ext/pdo/tests/
H A Dbug_64172.phpt27 var_dump(is_int($db->errorInfo()[1])) . "\n";
40 var_dump(is_int($db->errorInfo()[1])) . "\n";
/php-src/ext/mysqli/tests/
H A Dmysqli_get_charset.phpt65 !(is_int($charset->min_length)) ||
72 !is_int($charset->number) ||
77 !is_int($charset->state))
H A Dmysqli_thread_id.phpt18 if (!is_int($tmp = mysqli_thread_id($link)) || (0 === $tmp))
H A Dmysqli_get_proto_info.phpt18 if (!is_int($info = mysqli_get_proto_info($link)) || ($info < 1))
H A Dmysqli_get_warnings.phpt61 if ((!is_int($warning->errno)) || (0 == $warning->errno)) /* NULL or not there at all */
H A Dmysqli_pconn_conn_multiple.phpt29 if (!is_int($new_thread_id = mysqli_thread_id($link)) || ($new_thread_id < 0))
52 if (!is_int($new_thread_id = $link->thread_id) || ($new_thread_id < 0))
89 if (!is_int($new_thread_id = mysqli_thread_id($link)) || ($new_thread_id < 0))
112 if (!is_int($new_thread_id = $link->thread_id) || ($new_thread_id < 0))
H A Dmysqli_get_server_version.phpt20 if (!is_int($info = mysqli_get_server_version($link)) || ($info < (3 * 10000)))
H A Dmysqli_connect_twice.phpt23 if (!is_int($new_thread_id = mysqli_thread_id($link)) || ($new_thread_id < 0))
46 if (!is_int($new_thread_id = $link->thread_id) || ($new_thread_id < 0))
H A Dmysqli_driver.phpt40 if (!is_int($report_mode)) {
/php-src/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt55 var_dump(is_int($row['bloboid']));
66 var_dump(is_int($row['bloboid']));
/php-src/ext/standard/tests/file/
H A Dpopen_pclose_basic.phpt54 var_dump( is_int($return_value_pclose) );
/php-src/tests/lang/
H A Dbug24054.phpt6 define('LONG_MAX', is_int(5000000000)? 9223372036854775807 : 0x7FFFFFFF);
8 printf("%d,%d,%d,%d\n",is_int(LONG_MIN ),is_int(LONG_MAX ),
9 is_int(LONG_MIN-1),is_int(LONG_MAX+1));
/php-src/ext/standard/tests/strings/
H A Dcrc32_basic.phpt18 var_dump( is_int(crc32($str)) );
/php-src/ext/standard/tests/math/
H A Dpow.phpt6 define('LONG_MAX', is_int(5000000000)? 9223372036854775807 : 0x7FFFFFFF);
8 printf("%d,%d,%d,%d\n",is_int(LONG_MIN ),is_int(LONG_MAX ),
9 is_int(LONG_MIN-1),is_int(LONG_MAX+1));
H A Dround.phpt6 define('LONG_MAX', is_int(5000000000)? 9223372036854775807 : 0x7FFFFFFF);
8 printf("%d,%d,%d,%d\n",is_int(LONG_MIN ),is_int(LONG_MAX ),
9 is_int(LONG_MIN-1),is_int(LONG_MAX+1));
H A Dabs.phpt6 define('LONG_MAX', is_int(5000000000)? 9223372036854775807 : 0x7FFFFFFF);
8 printf("%d,%d,%d,%d\n",is_int(LONG_MIN ),is_int(LONG_MAX ),
9 is_int(LONG_MIN-1),is_int(LONG_MAX+1));
/php-src/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";
31 /* loop to check that is_int() recognizes different
36 var_dump( is_int($int_val) );
41 echo "\n*** Testing is_int(), is_integer() & is_long() with non integer values ***\n";
122 is_int() on non integer types, expected output: bool(false) */
126 var_dump( is_int($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";
33 /* loop to check that is_int() recognizes different
38 var_dump( is_int($int_val) );
43 echo "\n*** Testing is_int(), is_integer() & is_long() with non integer values ***\n";
124 is_int() on non integer types, expected output: bool(false) */
128 var_dump( is_int($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 ***

Completed in 54 milliseconds

12