Lines Matching refs:ZSTR_VAL

332 	if (UNEXPECTED(ZSTR_VAL(member)[0] == '\0' && ZSTR_LEN(member) != 0)) {  in zend_get_property_offset()
356 …(E_NOTICE, "Accessing static property %s::$%s as non static", ZSTR_VAL(ce->name), ZSTR_VAL(member)… in zend_get_property_offset()
393 …t access %s property %s::$%s", zend_visibility_string(flags), ZSTR_VAL(ce->name), ZSTR_VAL(member)… in zend_get_property_offset()
413 if (UNEXPECTED(ZSTR_VAL(member)[0] == '\0' && ZSTR_LEN(member) != 0)) { in zend_get_property_info()
437 …(E_NOTICE, "Accessing static property %s::$%s as non static", ZSTR_VAL(ce->name), ZSTR_VAL(member)… in zend_get_property_info()
467 …t access %s property %s::$%s", zend_visibility_string(flags), ZSTR_VAL(ce->name), ZSTR_VAL(member)… in zend_get_property_info()
485 if (ZSTR_VAL(prop_info_name)[0] == 0) { in zend_check_property_access()
507 } else if (strcmp(ZSTR_VAL(prop_info_name)+1, ZSTR_VAL(property_info->name)+1)) { in zend_check_property_access()
538 EXPECTED(memcmp(ZSTR_VAL(str), ZSTR_VAL(member), ZSTR_LEN(member)) == 0))) { in zend_get_property_guard()
663 …, "Indirect modification of overloaded property %s::$%s has no effect", ZSTR_VAL(zobj->ce->name), … in zend_std_read_property()
682 zend_error(E_NOTICE,"Undefined property: %s::$%s", ZSTR_VAL(zobj->ce->name), Z_STRVAL_P(member)); in zend_std_read_property()
826 …zend_throw_error(NULL, "Undefined offset for object of type %s used as array", ZSTR_VAL(ce->name)); in zend_std_read_dimension()
832 zend_throw_error(NULL, "Cannot use object of type %s as array", ZSTR_VAL(ce->name)); in zend_std_read_dimension()
855 zend_throw_error(NULL, "Cannot use object of type %s as array", ZSTR_VAL(ce->name)); in zend_std_write_dimension()
887 zend_throw_error(NULL, "Cannot use object of type %s as array", ZSTR_VAL(ce->name)); in zend_std_has_dimension()
909 fprintf(stderr, "Ptr object #%d property: %s\n", Z_OBJ_HANDLE_P(object), ZSTR_VAL(name)); in zend_std_get_property_ptr_ptr()
924 zend_error(E_NOTICE, "Undefined property: %s::$%s", ZSTR_VAL(zobj->ce->name), ZSTR_VAL(name)); in zend_std_get_property_ptr_ptr()
955 zend_error(E_NOTICE, "Undefined property: %s::$%s", ZSTR_VAL(zobj->ce->name), ZSTR_VAL(name)); in zend_std_get_property_ptr_ptr()
1052 zend_throw_error(NULL, "Cannot use object of type %s as array", ZSTR_VAL(ce->name)); in zend_std_unset_dimension()
1171 if (UNEXPECTED((mname_len = strlen(ZSTR_VAL(method_name))) != ZSTR_LEN(method_name))) { in zend_get_call_trampoline_func()
1172 func->function_name = zend_string_init(ZSTR_VAL(method_name), mname_len, 0); in zend_get_call_trampoline_func()
1203 zend_str_tolower_copy(ZSTR_VAL(lc_method_name), ZSTR_VAL(method_name), ZSTR_LEN(method_name)); in zend_std_get_method()
1233 …y_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), ZSTR_VAL(method_name), scope ? ZSTR_VAL(s… in zend_std_get_method()
1263 …y_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), ZSTR_VAL(method_name), scope ? ZSTR_VAL(s… in zend_std_get_method()
1298 lc_class_name = zend_str_tolower_dup(ZSTR_VAL(ce->name), ZSTR_LEN(ce->name)); in zend_std_get_static_method()
1302 …if (!memcmp(lc_class_name, ZSTR_VAL(lc_function_name), ZSTR_LEN(function_name)) && memcmp(ZSTR_VAL in zend_std_get_static_method()
1340 …ll non static method %s::%s() without object", ZEND_FN_SCOPE_NAME(fbc), ZSTR_VAL(fbc->common.funct… in zend_std_get_static_method()
1358 …_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), ZSTR_VAL(function_name), scope ? ZSTR_VAL(… in zend_std_get_static_method()
1370 …_string(fbc->common.fn_flags), ZEND_FN_SCOPE_NAME(fbc), ZSTR_VAL(function_name), scope ? ZSTR_VAL(… in zend_std_get_static_method()
1395 …perty %s::$%s", zend_visibility_string(property_info->flags), ZSTR_VAL(ce->name), ZSTR_VAL(propert… in zend_std_get_static_property()
1415 …_error(NULL, "Access to undeclared static property: %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(propert… in zend_std_get_static_property()
1426 …zend_throw_error(NULL, "Attempt to unset static property %s::$%s", ZSTR_VAL(ce->name), ZSTR_VAL(pr… in zend_std_unset_static_property()
1449 …s::%s() from context '%s'", ZSTR_VAL(constructor->common.scope->name), ZSTR_VAL(constructor->commo… in zend_std_get_constructor()
1452 …, "Call to private %s::%s() from invalid context", ZSTR_VAL(constructor->common.scope->name), ZSTR… in zend_std_get_constructor()
1468 …s::%s() from context '%s'", ZSTR_VAL(constructor->common.scope->name), ZSTR_VAL(constructor->commo… in zend_std_get_constructor()
1471 …"Call to protected %s::%s() from invalid context", ZSTR_VAL(constructor->common.scope->name), ZSTR… in zend_std_get_constructor()
1671 ZSTR_VAL(ce->name), ZSTR_VAL(Z_OBJCE(ex)->name), Z_STRVAL_P(msg)); in zend_std_cast_object_tostring()
1686 …zend_error(E_RECOVERABLE_ERROR, "Method %s::__toString() must return a string value", ZSTR_VAL(ce-… in zend_std_cast_object_tostring()
1696 zend_error(E_NOTICE, "Object of class %s could not be converted to int", ZSTR_VAL(ce->name)); in zend_std_cast_object_tostring()
1704 zend_error(E_NOTICE, "Object of class %s could not be converted to float", ZSTR_VAL(ce->name)); in zend_std_cast_object_tostring()