Home
last modified time | relevance | path

Searched refs:IS_STRING (Results 1 – 25 of 176) sorted by path

12345678

/PHP-5.5/
H A DREADME.input_filter134 Z_TYPE(new_var) = IS_STRING;
/PHP-5.5/Zend/
H A Dzend.c227 if (Z_TYPE_P(expr)==IS_STRING) { in zend_make_printable_zval()
258 if (zend_std_cast_object_tostring(expr, expr_copy, IS_STRING TSRMLS_CC) == SUCCESS) { in zend_make_printable_zval()
267 if (Z_OBJ_HANDLER_P(expr, cast_object)(val, expr_copy, IS_STRING TSRMLS_CC) == SUCCESS) { in zend_make_printable_zval()
305 Z_TYPE_P(expr_copy) = IS_STRING; in zend_make_printable_zval()
1154 Z_TYPE_P(z_error_message) = IS_STRING; in zend_error()
H A Dzend.h586 #define IS_STRING 6 macro
H A Dzend_API.c211 case IS_STRING: in zend_get_type_by_const()
335 case IS_STRING: in zend_parse_arg_impl()
394 case IS_STRING: in zend_parse_arg_impl()
438 case IS_STRING: in zend_parse_arg_impl()
483 case IS_STRING: in zend_parse_arg_impl()
1545 case IS_STRING: in array_set_zval_key()
3040 case IS_STRING: in zend_is_callable_ex()
3090 Z_TYPE_PP(obj) == IS_STRING) && in zend_is_callable_ex()
3091 Z_TYPE_PP(method) == IS_STRING) { in zend_is_callable_ex()
3093 if (Z_TYPE_PP(obj) == IS_STRING) { in zend_is_callable_ex()
[all …]
H A Dzend_API.h579 Z_TYPE_P(__z) = IS_STRING; \
587 Z_TYPE_P(__z) = IS_STRING; \
594 Z_TYPE_P(__z) = IS_STRING; \
H A Dzend_builtin_functions.c676 case IS_STRING: in ZEND_FUNCTION()
688 if (Z_OBJ_HT_P(val)->cast_object(val, val_free, IS_STRING TSRMLS_CC) == SUCCESS) { in ZEND_FUNCTION()
822 } else if (Z_TYPE_P(arg) == IS_STRING) { in ZEND_FUNCTION()
859 if (allow_string && Z_TYPE_P(obj) == IS_STRING) { in is_a_impl()
1056 } else if (Z_TYPE_P(klass) == IS_STRING) { in ZEND_FUNCTION()
1125 } else if (Z_TYPE_P(klass) == IS_STRING) { in ZEND_FUNCTION()
1187 if (Z_TYPE_P(object) == IS_STRING) { in ZEND_FUNCTION()
H A Dzend_closures.c108 if (Z_TYPE_P(scope_arg) == IS_STRING) { in ZEND_METHOD()
H A Dzend_compile.c163 result->type = IS_STRING; in build_runtime_defined_function_key()
662 if (Z_TYPE(varname->u.constant) != IS_STRING) { in fetch_simple_variable_ex()
1844 Z_TYPE(class_type->u.constant) == IS_STRING && in zend_do_receive_arg()
1993 if (Z_TYPE(name) != IS_STRING) { in zend_do_begin_method_call()
2263 Z_TYPE(class_name->u.constant) == IS_STRING && in zend_do_fetch_class()
3360 } else if (Z_TYPE_P(zv) == IS_STRING) { in zend_get_function_declaration()
5817 case IS_STRING: in zend_do_add_static_array_element()
5998 if (Z_TYPE(varname->u.constant) != IS_STRING) { in zend_do_fetch_static_variable()
6060 if (Z_TYPE(varname->u.constant) != IS_STRING) { in zend_do_fetch_global_variable()
6918 if (Z_TYPE(result->u.constant) == IS_STRING && in zend_do_build_namespace_name()
[all …]
H A Dzend_constants.c211 c.value.type = IS_STRING; in zend_register_stringl_constant()
253 Z_TYPE((**c).value) = IS_STRING; in zend_get_special_constant()
262 Z_TYPE((**c).value) = IS_STRING; in zend_get_special_constant()
H A Dzend_exceptions.c238 CHECK_EXC_TYPE("message", IS_STRING); in ZEND_METHOD()
239 CHECK_EXC_TYPE("string", IS_STRING); in ZEND_METHOD()
241 CHECK_EXC_TYPE("file", IS_STRING); in ZEND_METHOD()
382 if (Z_TYPE_PP(tmp) != IS_STRING) { \
415 case IS_STRING: { in _build_trace_args()
565 if (Z_TYPE_PP(file) != IS_STRING) { in _build_trace_string()
701 if (trace && Z_TYPE_P(trace) != IS_STRING) { in ZEND_METHOD()
895 if (Z_TYPE_P(str) != IS_STRING) { in zend_exception_error()
H A Dzend_execute.c557 || (Z_TYPE_PP(object_ptr) == IS_STRING && Z_STRLEN_PP(object_ptr) == 0) in make_real_object()
675 (Z_TYPE_P(object) == IS_STRING && Z_STRLEN_P(object) == 0)) { in zend_assign_to_object()
758 if (Z_TYPE_P(T->str_offset.str) == IS_STRING) { in zend_assign_to_string_offset()
786 if (Z_TYPE_P(value) != IS_STRING) { in zend_assign_to_string_offset()
1007 case IS_STRING: in zend_fetch_dimension_address_inner()
1137 case IS_STRING: { in zend_fetch_dimension_address()
1155 case IS_STRING: in zend_fetch_dimension_address()
1267 case IS_STRING: { in zend_fetch_dimension_address_read()
1274 case IS_STRING: in zend_fetch_dimension_address_read()
1302 Z_TYPE_P(ptr) = IS_STRING; in zend_fetch_dimension_address_read()
[all …]
H A Dzend_execute.h110 case IS_STRING: in i_zend_is_true()
H A Dzend_execute_API.c540 p->type = IS_STRING; in zval_update_constant_ex()
633 case IS_STRING: in zval_update_constant_ex()
1158 Z_TYPE(pv) = IS_STRING; in zend_eval_stringl()
H A Dzend_hash.c1184 Z_TYPE_P(key) = IS_STRING; in zend_hash_get_current_key_zval_ex()
H A Dzend_highlight.c143 if (token.type == IS_STRING) { in zend_highlight()
203 if (token.type == IS_STRING) { in zend_strip()
H A Dzend_indent.c135 if (token.type == IS_STRING) { in zend_indent()
H A Dzend_ini_parser.y92 Z_TYPE_P(result) = IS_STRING; in zend_ini_do_op()
103 Z_TYPE_P(result) = IS_STRING; in zend_ini_init_string()
117 Z_TYPE_P(result) = IS_STRING; in zend_ini_add_string()
H A Dzend_ini_scanner.c139 Z_TYPE_P(retval) = IS_STRING; \
H A Dzend_ini_scanner.l137 Z_TYPE_P(retval) = IS_STRING; \
H A Dzend_interfaces.c417 case IS_STRING: in zend_user_serialize()
H A Dzend_language_parser.y799 | T_STRING_CAST expr { zend_do_cast(&$$, &$2, IS_STRING TSRMLS_CC); }
H A Dzend_language_scanner.c1164 zendlval->type = IS_STRING; in lex_scan()
1416 zendlval->type = IS_STRING; in lex_scan()
1469 zendlval->type = IS_STRING; in lex_scan()
1504 zendlval->type = IS_STRING; in lex_scan()
1673 zendlval->type = IS_STRING; in lex_scan()
1706 zendlval->type = IS_STRING; in lex_scan()
1732 zendlval->type = IS_STRING; in lex_scan()
1904 zendlval->type = IS_STRING; in lex_scan()
1937 zendlval->type = IS_STRING; in lex_scan()
1963 zendlval->type = IS_STRING; in lex_scan()
[all …]
H A Dzend_language_scanner.l1188 zendlval->type = IS_STRING; in lex_scan()
1200 zendlval->type = IS_STRING; in lex_scan()
1483 zendlval->type = IS_STRING;
1583 zendlval->type = IS_STRING;
1635 zendlval->type = IS_STRING;
1652 zendlval->type = IS_STRING;
1673 zendlval->type = IS_STRING;
1691 zendlval->type = IS_STRING;
1718 zendlval->type = IS_STRING;
1744 zendlval->type = IS_STRING;
[all …]
H A Dzend_object_handlers.c434 if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) { in zend_std_read_property()
532 if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) { in zend_std_write_property()
726 if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) { in zend_std_get_property_ptr_ptr()
802 if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) { in zend_std_unset_property()
1413 if (UNEXPECTED(Z_TYPE_P(member) != IS_STRING)) { in zend_std_has_property()
1533 case IS_STRING: in zend_std_cast_object_tostring()
1545 if (EXPECTED(Z_TYPE_P(retval) == IS_STRING)) { in zend_std_cast_object_tostring()
H A Dzend_operators.c187 case IS_STRING: in convert_scalar_to_number()
389 case IS_STRING: in convert_to_long_base()
449 case IS_STRING: in convert_to_double()
533 case IS_STRING: in convert_to_boolean()
603 case IS_STRING: in _convert_to_string()
1107 if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) { in bitwise_or_function()
1147 if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) { in bitwise_and_function()
1189 if (Z_TYPE_P(op1) == IS_STRING && Z_TYPE_P(op2) == IS_STRING) { in bitwise_xor_function()
1521 case TYPE_PAIR(IS_STRING, IS_STRING): in compare_function()
1673 case IS_STRING: in is_identical_function()
[all …]

Completed in 147 milliseconds

12345678