Home
last modified time | relevance | path

Searched refs:IS_DOUBLE (Results 1 – 25 of 77) sorted by relevance

1234

/PHP-5.6/Zend/
H A Dzend_operators.h212 type = IS_DOUBLE;
216 type = IS_DOUBLE;
251 return IS_DOUBLE;
265 return IS_DOUBLE;
523 "n"(IS_DOUBLE), in fast_increment_function()
536 "n"(IS_DOUBLE), in fast_increment_function()
566 "n"(IS_DOUBLE), in fast_decrement_function()
579 "n"(IS_DOUBLE), in fast_decrement_function()
620 "n"(IS_DOUBLE), in fast_add_function()
643 "n"(IS_DOUBLE), in fast_add_function()
[all …]
H A Dzend_operators.c386 case IS_DOUBLE: in convert_to_long_base()
447 case IS_DOUBLE: in convert_to_double()
530 case IS_DOUBLE: in convert_to_boolean()
839 case TYPE_PAIR(IS_DOUBLE, IS_DOUBLE): in add_function()
903 case TYPE_PAIR(IS_DOUBLE, IS_DOUBLE): in sub_function()
946 case TYPE_PAIR(IS_DOUBLE, IS_DOUBLE): in mul_function()
1020 case TYPE_PAIR(IS_DOUBLE, IS_DOUBLE): in pow_function()
1092 case TYPE_PAIR(IS_DOUBLE, IS_DOUBLE): in div_function()
1191 case IS_DOUBLE: in bitwise_not_function()
1634 case TYPE_PAIR(IS_DOUBLE, IS_DOUBLE): in compare_function()
[all …]
H A Dzend_variables.c69 case IS_DOUBLE: in _zval_dtor_func()
94 case IS_DOUBLE: in _zval_internal_dtor()
/PHP-5.6/ext/standard/
H A Dtype.c47 case IS_DOUBLE: in PHP_FUNCTION()
284 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_DOUBLE); in PHP_FUNCTION()
324 case IS_DOUBLE: in PHP_FUNCTION()
355 case IS_DOUBLE: in PHP_FUNCTION()
H A Dmath.c292 if (Z_TYPE_PP(value) == IS_DOUBLE) { in PHP_FUNCTION()
316 if (Z_TYPE_PP(value) == IS_DOUBLE) { in PHP_FUNCTION()
337 if (Z_TYPE_PP(value) == IS_DOUBLE) { in PHP_FUNCTION()
382 case IS_DOUBLE: in PHP_FUNCTION()
915 if ((Z_TYPE_P(arg) != IS_LONG && Z_TYPE_P(arg) != IS_DOUBLE) || base < 2 || base > 36) { in _php_math_zvaltobase()
919 if (Z_TYPE_P(arg) == IS_DOUBLE) { in _php_math_zvaltobase()
H A Dvar.c109 case IS_DOUBLE: in php_var_dump()
264 case IS_DOUBLE: in php_debug_zval_dump()
438 case IS_DOUBLE: in php_var_export_ex()
745 case IS_DOUBLE: { in php_var_serialize_intern()
H A Dhttp.c183 case IS_DOUBLE: in php_url_encode_hash_ex()
H A Darray.c206 if (Z_TYPE(result) == IS_DOUBLE) { in php_array_key_compare()
377 if (Z_TYPE(result) == IS_DOUBLE) { in php_array_data_compare()
1605 if (Z_TYPE_P(zstep) == IS_DOUBLE || in PHP_FUNCTION()
1606 …= IS_STRING && is_numeric_string(Z_STRVAL_P(zstep), Z_STRLEN_P(zstep), NULL, NULL, 0) == IS_DOUBLE) in PHP_FUNCTION()
1632 if (type1 == IS_DOUBLE || type2 == IS_DOUBLE || is_step_double) { in PHP_FUNCTION()
1673 } else if (Z_TYPE_P(zlow) == IS_DOUBLE || Z_TYPE_P(zhigh) == IS_DOUBLE || is_step_double) { in PHP_FUNCTION()
2425 case IS_DOUBLE: in array_column_param_helper()
2769 if (Z_TYPE(result) == IS_DOUBLE) { in zval_compare()
H A Dpassword.c365 case IS_DOUBLE: in PHP_FUNCTION()
/PHP-5.6/ext/intl/formatter/
H A Dformatter_format.c63 } else if(Z_TYPE_PP(number) == IS_DOUBLE) { in PHP_FUNCTION()
70 if(Z_TYPE_PP(number) != IS_DOUBLE && Z_TYPE_PP(number) != IS_LONG) { in PHP_FUNCTION()
94 int64_t value = (Z_TYPE_PP(number) == IS_DOUBLE)?(int64_t)Z_DVAL_PP(number):Z_LVAL_PP(number); in PHP_FUNCTION()
/PHP-5.6/ext/spl/
H A Dspl_engine.c52 case IS_DOUBLE: in spl_offset_convert_to_long()
H A Dspl_array.c349 case IS_DOUBLE: in spl_array_get_dimension_ptr_ptr()
352 if (offset->type == IS_DOUBLE) { in spl_array_get_dimension_ptr_ptr()
474 case IS_DOUBLE: in spl_array_write_dimension_ex()
483 if (offset->type == IS_DOUBLE) { in spl_array_write_dimension_ex()
568 case IS_DOUBLE: in spl_array_unset_dimension_ex()
572 if (offset->type == IS_DOUBLE) { in spl_array_unset_dimension_ex()
639 case IS_DOUBLE: in spl_array_has_dimension_ex()
643 if (offset->type == IS_DOUBLE) { in spl_array_has_dimension_ex()
/PHP-5.6/ext/intl/collator/
H A Dcollator_is_numeric.c274 return IS_DOUBLE; in collator_is_numeric()
288 return IS_DOUBLE; in collator_is_numeric()
H A Dcollator_convert.c391 if( is_numeric == IS_DOUBLE ) in collator_convert_string_to_number_if_possible()
/PHP-5.6/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp481 if (Z_TYPE_PP(elem) == IS_DOUBLE) { in umsg_format_helper()
488 d = (Z_TYPE_PP(elem) == IS_DOUBLE) in umsg_format_helper()
499 if (Z_TYPE_PP(elem) == IS_DOUBLE) { in umsg_format_helper()
529 if (Z_TYPE_PP(elem) == IS_DOUBLE) { in umsg_format_helper()
579 case IS_DOUBLE: in umsg_format_helper()
/PHP-5.6/ext/intl/common/
H A Dcommon_date.cpp190 if (type == IS_DOUBLE) {
206 case IS_DOUBLE:
/PHP-5.6/ext/filter/
H A Dlogical_filters.c391 Z_TYPE_P(value) = IS_DOUBLE; in php_filter_float()
394 case IS_DOUBLE: in php_filter_float()
399 Z_TYPE_P(value) = IS_DOUBLE; in php_filter_float()
/PHP-5.6/ext/intl/timezone/
H A Dtimezone_methods.cpp172 } else if (Z_TYPE_PP(arg) == IS_DOUBLE) { in PHP_FUNCTION()
181 case IS_DOUBLE: in PHP_FUNCTION()
184 Z_TYPE_PP(arg) = IS_DOUBLE; in PHP_FUNCTION()
/PHP-5.6/ext/json/
H A Djson.c431 } else if (type == IS_DOUBLE && !zend_isinf(d) && !zend_isnan(d)) { in json_escape_string()
639 case IS_DOUBLE: in php_json_encode()
756 } else if (type == IS_DOUBLE) { in php_json_decode_ex()
H A DJSON_parser.c333 else if (type == IS_DOUBLE) in json_create_zval()
515 type = IS_DOUBLE; in parse_JSON_ex()
517 } else if (type < IS_DOUBLE && next_class == C_POINT) { in parse_JSON_ex()
518 type = IS_DOUBLE; in parse_JSON_ex()
/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_bt.c109 case IS_DOUBLE: { in mysqlnd_build_trace_args()
H A Dmysqlnd_ps_codec.c407 mysqlnd_ps_fetch_functions[MYSQL_TYPE_FLOAT].php_type = IS_DOUBLE; in _mysqlnd_init_ps_fetch_subsystem()
412 mysqlnd_ps_fetch_functions[MYSQL_TYPE_DOUBLE].php_type = IS_DOUBLE; in _mysqlnd_init_ps_fetch_subsystem()
711 if (Z_TYPE_P(the_var) != IS_DOUBLE) { in mysqlnd_stmt_execute_calculate_param_values_size()
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_info.c163 case IS_DOUBLE: phpdbg_write("(float)\t"); break; in PHPDBG_INFO()
/PHP-5.6/ext/interbase/
H A Dphp_ibase_udf.c316 case IS_DOUBLE: in call_php()
/PHP-5.6/ext/sysvmsg/
H A Dsysvmsg.c435 case IS_DOUBLE: in PHP_FUNCTION()

Completed in 112 milliseconds

1234