Home
last modified time | relevance | path

Searched refs:IS_LONG (Results 1 – 25 of 122) sorted by relevance

12345

/PHP-7.2/Zend/
H A Dzend_operators.c330 case IS_LONG: in convert_to_long_base()
393 case IS_LONG: in convert_to_double()
459 case IS_LONG: in convert_to_boolean()
745 case IS_LONG: in _zval_get_long_func_ex()
814 case IS_LONG: in _zval_get_double_func()
904 case TYPE_PAIR(IS_LONG, IS_LONG): in add_function()
965 case TYPE_PAIR(IS_LONG, IS_LONG): in sub_function()
1015 case TYPE_PAIR(IS_LONG, IS_LONG): { in mul_function()
1070 case TYPE_PAIR(IS_LONG, IS_LONG): in pow_function()
1180 case TYPE_PAIR(IS_LONG, IS_LONG): in div_function()
[all …]
H A Dzend_operators.h299 case IS_LONG: in i_zend_is_true()
385 case IS_LONG: \
588 "n"(IS_LONG), in fast_long_add_function()
611 "n"(IS_LONG), in fast_long_add_function()
633 if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { in fast_add_function()
634 if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { in fast_add_function()
695 "n"(IS_LONG), in fast_long_sub_function()
722 "n"(IS_LONG), in fast_long_sub_function()
744 if (EXPECTED(Z_TYPE_P(op1) == IS_LONG)) { in fast_equal_check_function()
745 if (EXPECTED(Z_TYPE_P(op2) == IS_LONG)) { in fast_equal_check_function()
[all …]
H A Dzend_variables.c99 case IS_LONG: in _zval_internal_dtor()
130 case IS_LONG: in _zval_internal_dtor_for_ptr()
H A Dzend_type_info.h30 #define MAY_BE_LONG (1 << IS_LONG)
H A Dzend_vm_execute.h3373 case IS_LONG:
3746 if (Z_TYPE_P(ptr) == IS_LONG) {
6409 if (Z_TYPE_P(op) != IS_LONG) {
6411 if (Z_TYPE_P(op) != IS_LONG) {
12882 case IS_LONG:
16533 case IS_LONG:
33824 case IS_LONG:
38865 if (Z_TYPE_P(op) != IS_LONG) {
38867 if (Z_TYPE_P(op) != IS_LONG) {
50610 if (Z_TYPE_P(op) != IS_LONG) {
[all …]
/PHP-7.2/ext/ctype/
H A Dctype.c150 if (Z_TYPE_P(c) == IS_LONG) { \
165 if (Z_TYPE_P(c) == IS_LONG) zval_dtor(&tmp); \
170 if (Z_TYPE_P(c) == IS_LONG) zval_dtor(&tmp); \
174 if (Z_TYPE_P(c) == IS_LONG) zval_dtor(&tmp); \
/PHP-7.2/ext/session/
H A Dmod_user.c64 } else if ((Z_TYPE(retval) == IS_LONG) && (Z_LVAL(retval) == -1)) { \
67 } else if ((Z_TYPE(retval) == IS_LONG) && (Z_LVAL(retval) == 0)) { \
193 if (Z_TYPE(retval) == IS_LONG) { in PS_GC_FUNC()
/PHP-7.2/ext/spl/
H A Dspl_engine.c54 case IS_LONG: in spl_offset_convert_to_long()
/PHP-7.2/ext/intl/common/
H A Dcommon_date.cpp126 != SUCCESS || Z_TYPE(retval) != IS_LONG) {
187 } else if (type == IS_LONG) {
198 case IS_LONG:
/PHP-7.2/ext/standard/
H A Dtype.c253 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_LONG); in PHP_FUNCTION()
304 case IS_LONG: in PHP_FUNCTION()
338 case IS_LONG: in PHP_FUNCTION()
H A Dmath.c302 } else if (Z_TYPE_P(value) == IS_LONG) { in PHP_FUNCTION()
327 } else if (Z_TYPE_P(value) == IS_LONG) { in PHP_FUNCTION()
348 } else if (Z_TYPE_P(value) == IS_LONG) { in PHP_FUNCTION()
386 case IS_LONG: in PHP_FUNCTION()
394 return_val = (Z_TYPE_P(value) == IS_LONG) ? (double)Z_LVAL_P(value) : Z_DVAL_P(value); in PHP_FUNCTION()
922 if (Z_TYPE_P(arg) != IS_LONG || base < 2 || base > 36) { in _php_math_longtobase()
949 if ((Z_TYPE_P(arg) != IS_LONG && Z_TYPE_P(arg) != IS_DOUBLE) || base < 2 || base > 36) { in _php_math_zvaltobase()
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_inference.h44 …return (Z_TYPE_P(zv) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P…
60 if (Z_TYPE_P(zv) == IS_LONG) { \
84 if (Z_TYPE_P(zv) == IS_LONG) { \
108 …if (Z_TYPE_P(zv) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P(zv)…
126 …if (Z_TYPE_P(zv) == IS_LONG || Z_TYPE_P(zv) == IS_TRUE || Z_TYPE_P(zv) == IS_FALSE || Z_TYPE_P(zv)…
H A Dpass2.c80 if (Z_TYPE(ZEND_OP1_LITERAL(opline)) != IS_LONG) { in zend_optimizer_pass2()
97 if (Z_TYPE(ZEND_OP2_LITERAL(opline)) != IS_LONG) { in zend_optimizer_pass2()
H A Dsccp.c362 case IS_LONG: in zval_to_string_offset()
366 if (IS_LONG == is_numeric_string( in zval_to_string_offset()
387 case IS_LONG: in fetch_array_elem()
462 case IS_LONG: in ct_eval_add_array_elem()
605 if (Z_TYPE_P(args[0]) != IS_LONG) { in ct_eval_func_call()
705 || Z_TYPE_P(args[1]) != IS_LONG in ct_eval_func_call()
712 || (Z_TYPE_P(args[0]) != IS_LONG in ct_eval_func_call()
729 || Z_TYPE_P(args[1]) != IS_LONG in ct_eval_func_call()
778 || Z_TYPE_P(args[1]) != IS_LONG in ct_eval_func_call()
822 || Z_TYPE_P(args[1]) != IS_LONG in ct_eval_func_call()
[all …]
H A Ddfa_pass.c410 } else if (Z_TYPE_P(val) == IS_LONG) { in zend_dfa_optimize_calls()
625 ZEND_ASSERT(Z_TYPE_INFO_P(zv) == IS_LONG); in zend_dfa_optimize_op_array()
636 ZEND_ASSERT(Z_TYPE_INFO_P(zv) == IS_LONG); in zend_dfa_optimize_op_array()
654 && Z_TYPE_INFO_P(CT_CONSTANT_EX(op_array, opline->op1.constant)) == IS_LONG in zend_dfa_optimize_op_array()
666 && Z_TYPE_INFO_P(CT_CONSTANT_EX(op_array, opline->op2.constant)) == IS_LONG in zend_dfa_optimize_op_array()
776 && Z_TYPE_P(CT_CONSTANT_EX(op_array, opline->op2.constant)) == IS_LONG in zend_dfa_optimize_op_array()
790 && Z_TYPE_P(CT_CONSTANT_EX(op_array, opline->op2.constant)) == IS_LONG in zend_dfa_optimize_op_array()
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c376 mysqlnd_ps_fetch_functions[MYSQL_TYPE_TINY].php_type = IS_LONG; in _mysqlnd_init_ps_fetch_subsystem()
381 mysqlnd_ps_fetch_functions[MYSQL_TYPE_SHORT].php_type = IS_LONG; in _mysqlnd_init_ps_fetch_subsystem()
386 mysqlnd_ps_fetch_functions[MYSQL_TYPE_YEAR].php_type = IS_LONG; in _mysqlnd_init_ps_fetch_subsystem()
391 mysqlnd_ps_fetch_functions[MYSQL_TYPE_INT24].php_type = IS_LONG; in _mysqlnd_init_ps_fetch_subsystem()
396 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG].php_type = IS_LONG; in _mysqlnd_init_ps_fetch_subsystem()
401 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONGLONG].php_type= IS_LONG; in _mysqlnd_init_ps_fetch_subsystem()
471 mysqlnd_ps_fetch_functions[MYSQL_TYPE_BIT].php_type = IS_LONG; in _mysqlnd_init_ps_fetch_subsystem()
586 if (Z_TYPE_P(parameter) != IS_LONG && in mysqlnd_stmt_execute_prepare_param_types()
596 if (Z_TYPE_P(parameter) != IS_LONG) { in mysqlnd_stmt_execute_prepare_param_types()
650 if (Z_TYPE_P(parameter) != IS_LONG) { in mysqlnd_stmt_execute_store_types()
/PHP-7.2/ext/intl/collator/
H A Dcollator_is_numeric.c237 return IS_LONG; in collator_is_numeric()
280 return IS_LONG; in collator_is_numeric()
H A Dcollator_convert.c328 if( Z_TYPE_P(num) == IS_LONG ) in collator_convert_string_to_double()
359 if( is_numeric == IS_LONG ) { in collator_convert_string_to_number_if_possible()
/PHP-7.2/ext/intl/formatter/
H A Dformatter_format.c61 if(Z_TYPE_P(number) == IS_LONG) { in PHP_FUNCTION()
71 if(Z_TYPE_P(number) != IS_DOUBLE && Z_TYPE_P(number) != IS_LONG) { in PHP_FUNCTION()
/PHP-7.2/ext/intl/dateformat/
H A Ddateformat_format_object.cpp49 if (Z_TYPE_P(z) == IS_LONG) { in valid_format()
130 } else if (Z_TYPE_P(format) == IS_LONG) { in PHP_FUNCTION()
H A Ddateformat_helpers.cpp50 } else if (Z_TYPE_P(calendar_zv) == IS_LONG) { in datefmt_process_calendar_arg()
/PHP-7.2/ext/simplexml/
H A Dsimplexml.c254 if (Z_TYPE_P(member) == IS_LONG) { in sxe_prop_dim_read()
295 if (Z_TYPE_P(member) == IS_LONG) { in sxe_prop_dim_read()
398 case IS_LONG: in change_node_zval()
463 if (Z_TYPE_P(member) == IS_LONG) { in sxe_prop_dim_write()
519 case IS_LONG: in sxe_prop_dim_write()
551 if (Z_TYPE_P(member) == IS_LONG) { in sxe_prop_dim_write()
644 if (Z_TYPE_P(member) == IS_LONG) { in sxe_prop_dim_write()
737 if (Z_TYPE_P(member) == IS_LONG) { in sxe_prop_dim_exists()
761 if (Z_TYPE_P(member) == IS_LONG) { in sxe_prop_dim_exists()
856 if (Z_TYPE_P(member) == IS_LONG) { in sxe_prop_dim_delete()
[all …]
/PHP-7.2/ext/oci8/
H A Doci8_failover.c70 if (Z_TYPE(retval) == IS_LONG) { in callback_fn()
/PHP-7.2/ext/soap/
H A Dphp_http.c177 Z_TYPE_P(proxy_port) == IS_LONG) { in http_connect()
186 Z_TYPE_P(tmp) == IS_LONG && Z_LVAL_P(tmp) > 0) { in http_connect()
198 Z_TYPE_P(tmp) == IS_LONG) { in http_connect()
286 Z_TYPE_P(tmp) == IS_LONG) { in http_connect()
375 …BJPROP_P(this_ptr), "compression", sizeof("compression")-1)) != NULL && Z_TYPE_P(tmp) == IS_LONG) { in make_http_soap_request()
421 …_OBJPROP_P(this_ptr), "_use_proxy", sizeof("_use_proxy")-1)) != NULL && Z_TYPE_P(tmp) == IS_LONG) { in make_http_soap_request()
440 if (Z_TYPE_P(tmp) == IS_LONG) in make_http_soap_request()
588 (Z_TYPE_P(tmp) == IS_FALSE || (Z_TYPE_P(tmp) == IS_LONG && Z_LVAL_P(tmp) == 0)))) { in make_http_soap_request()
682 Z_TYPE_P(tmp) == IS_LONG) { in make_http_soap_request()
880 (Z_TYPE_P(trace) == IS_TRUE || (Z_TYPE_P(trace) == IS_LONG && Z_LVAL_P(trace) != 0))) { in make_http_soap_request()
[all …]
/PHP-7.2/ext/filter/
H A Dfilter.c686 } else if (Z_TYPE_P(op) == IS_LONG) { in php_filter_array_handler()
746 if (Z_TYPE_P(filter_args) == IS_LONG) { in PHP_FUNCTION()
813 …if (op && (Z_TYPE_P(op) != IS_ARRAY) && !(Z_TYPE_P(op) == IS_LONG && PHP_FILTER_ID_EXISTS(Z_LVAL_P… in PHP_FUNCTION()
823 if (Z_TYPE_P(op) == IS_LONG) { in PHP_FUNCTION()
858 …if (op && (Z_TYPE_P(op) != IS_ARRAY) && !(Z_TYPE_P(op) == IS_LONG && PHP_FILTER_ID_EXISTS(Z_LVAL_P… in PHP_FUNCTION()

Completed in 235 milliseconds

12345