Searched refs:is_numeric (Results 1 – 17 of 17) sorted by relevance
/PHP-8.1/ext/standard/tests/general_functions/ |
H A D | is_numeric.phpt | 2 Test is_numeric() function 5 echo "*** Testing is_numeric() with valid numeric values ***\n"; 88 /* loop to check that is_numeric() recognizes different 93 var_dump( is_numeric($num) ); 96 echo "\n*** Testing is_numeric() on non numeric types ***\n"; 138 is_numeric() on non numeric values, expected output: bool(false) */ 142 var_dump( is_numeric($type) ); 153 *** Testing is_numeric() with valid numeric values *** 311 *** Testing is_numeric() on non numeric types ***
|
/PHP-8.1/ext/standard/tests/array/ |
H A D | array_filter_variation10.phpt | 42 var_dump(array_filter($mixed, 'is_numeric', ARRAY_FILTER_USE_KEY)); 44 var_dump(array_filter($mixed, 'is_numeric', 0)); 47 var_dump(array_filter($mixed, 'is_numeric', ARRAY_FILTER_USE_BOTH)); 90 is_numeric() expects exactly 1 argument, 2 given
|
/PHP-8.1/ext/intl/collator/ |
H A D | collator_convert.c | 311 zend_uchar is_numeric = 0; in collator_convert_string_to_number_if_possible() local 320 …if ( ( is_numeric = collator_is_numeric( (UChar*) Z_STRVAL_P(str), UCHARS( Z_STRLEN_P(str) ), &lva… in collator_convert_string_to_number_if_possible() 322 if( is_numeric == IS_LONG ) { in collator_convert_string_to_number_if_possible() 325 if( is_numeric == IS_DOUBLE ) in collator_convert_string_to_number_if_possible()
|
/PHP-8.1/ext/opcache/tests/jit/ |
H A D | inc_024.phpt | 16 while (is_numeric($a)) {
|
/PHP-8.1/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 177 bool is_numeric = 0; in resourcebundle_array_fetch() local 186 is_numeric = 1; in resourcebundle_array_fetch() 200 if (is_numeric) { in resourcebundle_array_fetch() 213 if (is_numeric) { in resourcebundle_array_fetch()
|
/PHP-8.1/Zend/tests/ |
H A D | bug68215.phpt | 31 if (!is_numeric($key))
|
/PHP-8.1/Zend/tests/numeric_strings/ |
H A D | trailling_whitespaces.phpt | 44 \assert(\is_numeric($string));
|
/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd_result_meta.c | 81 if ((meta->fields[i].is_numeric = ZEND_HANDLE_NUMERIC(field_packet.metadata->sname, idx))) { in MYSQLND_METHOD() 162 new_fields[i].is_numeric = orig_fields[i].is_numeric; in MYSQLND_METHOD()
|
H A D | mysqlnd_result.c | 1010 if (meta->fields[i].is_numeric == FALSE) { in MYSQLND_METHOD()
|
H A D | mysqlnd_structs.h | 79 bool is_numeric; member
|
/PHP-8.1/ext/snmp/tests/ |
H A D | snmp_getvalue.phpt | 52 var_dump(is_numeric($z->value));
|
/PHP-8.1/ext/standard/ |
H A D | type.c | 346 PHP_FUNCTION(is_numeric) in PHP_FUNCTION() argument
|
H A D | basic_functions.stub.php | 1818 function is_numeric(mixed $value): bool {} function
|
H A D | basic_functions_arginfo.h | 2795 ZEND_FUNCTION(is_numeric); 3450 ZEND_FE(is_numeric, arginfo_is_numeric)
|
/PHP-8.1/ext/standard/html_tables/ |
H A D | html_table_gen.php | 257 if (is_numeric($v))
|
/PHP-8.1/sapi/fpm/tests/ |
H A D | status.inc | 191 if (is_numeric($value) || $value === '\d+') {
|
H A D | tester.inc | 792 if (is_numeric($requests)) { 1211 if ( ! is_numeric($pidContent)) {
|
Completed in 77 milliseconds