Home
last modified time | relevance | path

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

123456

/PHP-5.5/Zend/
H A Dzend_operators.h238 if (type == IS_LONG) {
258 return IS_LONG;
393 case IS_LONG: \
615 "n"(IS_LONG), in fast_add_function()
638 "n"(IS_LONG), in fast_add_function()
655 Z_TYPE_P(result) = IS_LONG; in fast_add_function()
705 "n"(IS_LONG), in fast_sub_function()
732 "n"(IS_LONG), in fast_sub_function()
744 Z_TYPE_P(result) = IS_LONG; in fast_sub_function()
812 Z_TYPE_P(result) = IS_LONG; in fast_div_function()
[all …]
H A Dzend_operators.c384 case IS_LONG: in convert_to_long_base()
444 case IS_LONG: in convert_to_double()
527 case IS_LONG: in convert_to_boolean()
622 case IS_LONG: in _convert_to_string()
817 case TYPE_PAIR(IS_LONG, IS_LONG): { in add_function()
879 case TYPE_PAIR(IS_LONG, IS_LONG): { in sub_function()
926 case TYPE_PAIR(IS_LONG, IS_LONG): { in mul_function()
967 case TYPE_PAIR(IS_LONG, IS_LONG): in div_function()
1478 case TYPE_PAIR(IS_LONG, IS_LONG): in compare_function()
1666 case IS_LONG: in is_identical_function()
[all …]
H A Dzend_variables.c65 case IS_LONG: in _zval_dtor_func()
90 case IS_LONG: in _zval_internal_dtor()
116 case IS_LONG: in _zval_copy_ctor_func()
H A Dzend_exceptions.c240 CHECK_EXC_TYPE("code", IS_LONG); in ZEND_METHOD()
242 CHECK_EXC_TYPE("line", IS_LONG); in ZEND_METHOD()
495 case IS_LONG: { in _build_trace_args()
570 if (Z_TYPE_PP(tmp) == IS_LONG) { in _build_trace_string()
911 line = (Z_TYPE_P(line) == IS_LONG) ? line : NULL; in zend_exception_error()
/PHP-5.5/ext/ctype/
H A Dctype.c149 if (Z_TYPE_P(c) == IS_LONG) { \
164 if (Z_TYPE_P(c) == IS_LONG) zval_dtor(&tmp); \
169 if (Z_TYPE_P(c) == IS_LONG) zval_dtor(&tmp); \
173 if (Z_TYPE_P(c) == IS_LONG) zval_dtor(&tmp); \
/PHP-5.5/ext/standard/
H A Dtype.c43 case IS_LONG: in PHP_FUNCTION()
276 php_is_type(INTERNAL_FUNCTION_PARAM_PASSTHRU, IS_LONG); in PHP_FUNCTION()
323 case IS_LONG: in PHP_FUNCTION()
356 case IS_LONG: in PHP_FUNCTION()
H A Dmath.c288 } else if (Z_TYPE_PP(value) == IS_LONG) { in PHP_FUNCTION()
312 } else if (Z_TYPE_PP(value) == IS_LONG) { in PHP_FUNCTION()
333 } else if (Z_TYPE_PP(value) == IS_LONG) { in PHP_FUNCTION()
361 case IS_LONG: in PHP_FUNCTION()
369 return_val = (Z_TYPE_PP(value) == IS_LONG) ? (double)Z_LVAL_PP(value) : Z_DVAL_PP(value); in PHP_FUNCTION()
612 if (Z_TYPE_P(zbase) == IS_LONG && Z_TYPE_P(zexp) == IS_LONG && Z_LVAL_P(zexp) >= 0) { in PHP_FUNCTION()
910 if (Z_TYPE_P(arg) != IS_LONG || base < 2 || base > 36) { in _php_math_longtobase()
937 if ((Z_TYPE_P(arg) != IS_LONG && Z_TYPE_P(arg) != IS_DOUBLE) || base < 2 || base > 36) { in _php_math_zvaltobase()
H A Dpassword.c247 if (Z_TYPE_PP(option_buffer) != IS_LONG) { in PHP_FUNCTION()
327 if (Z_TYPE_PP(option_buffer) != IS_LONG) { in PHP_FUNCTION()
364 case IS_LONG: in PHP_FUNCTION()
/PHP-5.5/sapi/milter/
H A Dphp_milter.c161 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { in ZEND_DECLARE_MODULE_GLOBALS()
231 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { in mlfi_connect()
266 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { in mlfi_helo()
306 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { in mlfi_envfrom()
347 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { in mlfi_envrcpt()
387 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { in mlfi_header()
416 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { in mlfi_eoh()
452 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { in mlfi_body()
481 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { in mlfi_eom()
510 if (status == SUCCESS && Z_TYPE(retval) == IS_LONG) { in mlfi_abort()
[all …]
/PHP-5.5/ext/spl/
H A Dspl_engine.c56 case IS_LONG: in spl_offset_convert_to_long()
/PHP-5.5/ext/intl/common/
H A Dcommon_date.cpp132 != SUCCESS || Z_TYPE(retval) != IS_LONG) {
192 } else if (type == IS_LONG) {
203 case IS_LONG:
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c377 mysqlnd_ps_fetch_functions[MYSQL_TYPE_TINY].php_type = IS_LONG; in _mysqlnd_init_ps_fetch_subsystem()
382 mysqlnd_ps_fetch_functions[MYSQL_TYPE_SHORT].php_type = IS_LONG; in _mysqlnd_init_ps_fetch_subsystem()
387 mysqlnd_ps_fetch_functions[MYSQL_TYPE_YEAR].php_type = IS_LONG; in _mysqlnd_init_ps_fetch_subsystem()
392 mysqlnd_ps_fetch_functions[MYSQL_TYPE_INT24].php_type = IS_LONG; in _mysqlnd_init_ps_fetch_subsystem()
397 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONG].php_type = IS_LONG; in _mysqlnd_init_ps_fetch_subsystem()
402 mysqlnd_ps_fetch_functions[MYSQL_TYPE_LONGLONG].php_type= IS_LONG; in _mysqlnd_init_ps_fetch_subsystem()
466 mysqlnd_ps_fetch_functions[MYSQL_TYPE_BIT].php_type = IS_LONG; in _mysqlnd_init_ps_fetch_subsystem()
584 if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG && in mysqlnd_stmt_execute_store_params()
594 if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG) { in mysqlnd_stmt_execute_store_params()
661 if (Z_TYPE_P(stmt->param_bind[i].zv) != IS_LONG) { in mysqlnd_stmt_execute_store_params()
/PHP-5.5/ext/intl/formatter/
H A Dformatter_format.c60 if(Z_TYPE_PP(number) == IS_LONG) { in PHP_FUNCTION()
70 if(Z_TYPE_PP(number) != IS_DOUBLE && Z_TYPE_PP(number) != IS_LONG) { in PHP_FUNCTION()
/PHP-5.5/ext/intl/collator/
H A Dcollator_is_numeric.c248 return IS_LONG; in collator_is_numeric()
291 return IS_LONG; in collator_is_numeric()
H A Dcollator_convert.c355 if( Z_TYPE_P(num) == IS_LONG ) in collator_convert_string_to_double()
389 if( is_numeric == IS_LONG ) in collator_convert_string_to_number_if_possible()
/PHP-5.5/ext/opcache/Optimizer/
H A Dpass2.c43 if (ZEND_OP1_LITERAL(opline).type != IS_LONG) {
56 if (ZEND_OP2_LITERAL(opline).type != IS_LONG) {
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_format_object.cpp49 if (Z_TYPE_PP(z) == IS_LONG) { in valid_format()
117 } else if (Z_TYPE_PP(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-5.5/ext/filter/
H A Dfilter_private.h121 …if (Z_TYPE_PP(zv) != IS_LONG) { …
H A Dfilter.c693 } else if (Z_TYPE_PP(op) == IS_LONG) { in php_filter_array_handler()
760 if (Z_TYPE_PP(filter_args) == IS_LONG) { in PHP_FUNCTION()
830 && (Z_TYPE_PP(op) == IS_LONG && !PHP_FILTER_ID_EXISTS(Z_LVAL_PP(op))) in PHP_FUNCTION()
841 if (Z_TYPE_PP(op) == IS_LONG) { in PHP_FUNCTION()
878 && (Z_TYPE_PP(op) == IS_LONG && !PHP_FILTER_ID_EXISTS(Z_LVAL_PP(op))) in PHP_FUNCTION()
/PHP-5.5/ext/simplexml/
H A Dsimplexml.c307 if (Z_TYPE_P(member) == IS_LONG) { in sxe_prop_dim_read()
420 case IS_LONG: in change_node_zval()
534 case IS_LONG: in sxe_prop_dim_write()
566 if (Z_TYPE_P(member) == IS_LONG) { in sxe_prop_dim_write()
656 if (Z_TYPE_P(member) == IS_LONG) { in sxe_prop_dim_write()
756 if (Z_TYPE_P(member) == IS_LONG) { in sxe_prop_dim_exists()
780 if (Z_TYPE_P(member) == IS_LONG) { in sxe_prop_dim_exists()
811 if (Z_TYPE_P(member) == IS_LONG) { in sxe_prop_dim_exists()
886 if (Z_TYPE_P(member) == IS_LONG) { in sxe_prop_dim_delete()
910 if (Z_TYPE_P(member) == IS_LONG) { in sxe_prop_dim_delete()
[all …]
/PHP-5.5/ext/calendar/
H A Deaster.c120 Z_TYPE_P(return_value) = IS_LONG; in _cal_easter()
/PHP-5.5/ext/soap/
H A Dphp_http.c179 Z_TYPE_PP(proxy_port) == IS_LONG) { in http_connect()
188 Z_TYPE_PP(tmp) == IS_LONG && Z_LVAL_PP(tmp) > 0) { in http_connect()
200 Z_TYPE_PP(tmp) == IS_LONG) { in http_connect()
283 Z_TYPE_PP(tmp) == IS_LONG) { in http_connect()
373 …r), "compression", sizeof("compression"), (void **)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_LONG) { in make_http_soap_request()
421 …ptr), "_use_proxy", sizeof("_use_proxy"), (void **)&tmp) == SUCCESS && Z_TYPE_PP(tmp) == IS_LONG) { in make_http_soap_request()
440 if (Z_TYPE_PP(tmp) == IS_LONG) in make_http_soap_request()
578 (Z_TYPE_PP(tmp) == IS_BOOL || Z_TYPE_PP(tmp) == IS_LONG) && in make_http_soap_request()
650 Z_TYPE_PP(tmp) == IS_LONG) { in make_http_soap_request()
859 (Z_TYPE_PP(trace) == IS_BOOL || Z_TYPE_PP(trace) == IS_LONG) && Z_LVAL_PP(trace) != 0) { in make_http_soap_request()
[all …]
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp479 } else if (Z_TYPE_PP(elem) == IS_LONG) { in umsg_format_helper()
504 } else if (Z_TYPE_PP(elem) == IS_LONG) { in umsg_format_helper()
534 } else if (Z_TYPE_PP(elem) == IS_LONG) { in umsg_format_helper()
581 case IS_LONG: in umsg_format_helper()
/PHP-5.5/ext/sockets/
H A Dsockaddr_conv.c68 if (IS_LONG == is_numeric_string(scope, strlen(scope), &lval, &dval, 0)) { in php_set_inet6_addr()

Completed in 105 milliseconds

123456