Home
last modified time | relevance | path

Searched refs:IS_LONG (Results 101 – 125 of 130) sorted by last modified time

123456

/PHP-5.5/ext/date/
H A Dphp_date.c2789 …mezone_type", 14, (void**) &z_timezone_type) == SUCCESS && Z_TYPE_PP(z_timezone_type) == IS_LONG) { in php_date_initialize_from_hash()
3721 …mezone_type", 14, (void**) &z_timezone_type) == SUCCESS && Z_TYPE_PP(z_timezone_type) == IS_LONG) { in php_date_timezone_initialize_from_hash()
4099 if (value->type != IS_LONG) { \ in date_interval_write_property()
4164 …myht, element, strlen(element) + 1, (void**) &z_arg) == SUCCESS && Z_TYPE_PP(z_arg) == IS_LONG) { \ in php_date_interval_initialize_from_hash()
4177 } else if (Z_TYPE_PP(z_arg) == IS_LONG || Z_TYPE_PP(z_arg) == IS_BOOL) { \ in php_date_interval_initialize_from_hash()
4944 Z_TYPE_PP(ht_entry) == IS_LONG && Z_LVAL_PP(ht_entry) >= 0 && Z_LVAL_PP(ht_entry) <= INT_MAX) { in php_date_period_initialize_from_hash()
/PHP-5.5/ext/curl/
H A Dinterface.c1358 if (Z_TYPE_P(retval_ptr) != IS_LONG) { in curl_write()
1424 if (Z_TYPE_P(retval_ptr) != IS_LONG) { in curl_fnmatch()
1503 if (Z_TYPE_P(retval_ptr) != IS_LONG) { in curl_progress()
1656 if (Z_TYPE_P(retval_ptr) != IS_LONG) { in curl_write_header()
/PHP-5.5/ext/com_dotnet/
H A Dcom_typeinfo.c209 if (Z_TYPE(value) == IS_LONG) { in php_com_import_typelib()
211 c.value.type = IS_LONG; in php_com_import_typelib()
H A Dcom_variant.c144 case IS_LONG: in php_com_variant_from_zval()
H A Dcom_handlers.c510 case IS_LONG: in com_object_cast()
/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/calendar/
H A Deaster.c120 Z_TYPE_P(return_value) = IS_LONG; in _cal_easter()
/PHP-5.5/ext/bcmath/
H A Dbcmath.c567 Z_TYPE_P(return_value) = IS_LONG; in PHP_FUNCTION()
/PHP-5.5/Zend/
H A Dzend_vm_execute.h2611 case IS_LONG: in ZEND_CAST_SPEC_CONST_HANDLER()
3814 case IS_LONG: in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CONST_HANDLER()
4710 case IS_LONG: in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_TMP_HANDLER()
5567 case IS_LONG: in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_VAR_HANDLER()
6275 case IS_LONG: in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_UNUSED_HANDLER()
7214 case IS_LONG: in ZEND_ADD_ARRAY_ELEMENT_SPEC_CONST_CV_HANDLER()
7922 case IS_LONG: in ZEND_CAST_SPEC_TMP_HANDLER()
9082 case IS_LONG: in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_CONST_HANDLER()
9940 case IS_LONG: in ZEND_ADD_ARRAY_ELEMENT_SPEC_TMP_TMP_HANDLER()
13239 case IS_LONG: in ZEND_CAST_SPEC_VAR_HANDLER()
[all …]
H A Dzend_vm_def.h3629 case IS_LONG:
3707 case IS_LONG:
3982 case IS_LONG:
4482 case IS_LONG:
4555 if (Z_TYPE_P(offset) != IS_LONG) {
4568 if (Z_TYPE_P(offset) == IS_LONG) {
4617 if (Z_TYPE_P(ptr) == IS_LONG) {
4635 Z_TYPE(EX_T(opline->result.var).tmp_var) = IS_LONG; /* shouldn't be necessary */
4684 Z_TYPE(restored_error_reporting) = IS_LONG;
5087 Z_TYPE(restored_error_reporting) = IS_LONG;
[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_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_object_handlers.c1571 case IS_LONG: in zend_std_cast_object_tostring()
H A Dzend_opcode.c698 if (Z_TYPE(op_array->literals[opline->op2.constant].constant) != IS_LONG) { in zend_resolve_finally_calls()
761 if (Z_TYPE_P(opline->op2.zv) != IS_LONG) { in pass_two()
H A Dzend_language_scanner.l565 retval_znode.u.constant.type = IS_LONG; in END_EXTERN_C()
1513 zendlval->type = IS_LONG;
1539 zendlval->type = IS_LONG;
1559 zendlval->type = IS_LONG;
1571 zendlval->type = IS_LONG;
1679 zendlval->type = IS_LONG;
H A Dzend_language_scanner.c567 retval_znode.u.constant.type = IS_LONG; in END_EXTERN_C()
2978 zendlval->type = IS_LONG; in lex_scan()
3334 zendlval->type = IS_LONG; in lex_scan()
3371 zendlval->type = IS_LONG; in lex_scan()
4281 zendlval->type = IS_LONG; in lex_scan()
7689 zendlval->type = IS_LONG; in lex_scan()
H A Dzend_language_parser.y797 | T_INT_CAST expr { zend_do_cast(&$$, &$2, IS_LONG TSRMLS_CC); }
H A Dzend_hash.c1188 Z_TYPE_P(key) = IS_LONG; in zend_hash_get_current_key_zval_ex()
H A Dzend_execute_API.c637 case IS_LONG: in zval_update_constant_ex()
1279 if (Z_TYPE_P(opline->op2.zv) != IS_LONG) { in execute_new_code()
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()
H A Dzend_execute.c1052 case IS_LONG: in zend_fetch_dimension_address_inner()
1151 if (Z_TYPE_P(dim) != IS_LONG) { in zend_fetch_dimension_address()
1156 if (IS_LONG == is_numeric_string(Z_STRVAL_P(dim), Z_STRLEN_P(dim), NULL, NULL, -1)) { in zend_fetch_dimension_address()
1271 if (Z_TYPE_P(dim) != IS_LONG) { in zend_fetch_dimension_address_read()
1275 if (IS_LONG == is_numeric_string(Z_STRVAL_P(dim), Z_STRLEN_P(dim), NULL, NULL, -1)) { in zend_fetch_dimension_address_read()
H A Dzend_execute.h102 case IS_LONG: in i_zend_is_true()
H A Dzend_constants.c183 c.value.type = IS_LONG; in zend_register_long_constant()
H A Dzend_builtin_functions.c674 case IS_LONG: in ZEND_FUNCTION()

Completed in 227 milliseconds

123456