Home
last modified time | relevance | path

Searched refs:property (Results 201 – 225 of 445) sorted by path

12345678910>>...18

/PHP-7.4/Zend/tests/type_declarations/variance/
H A Dproperty_types_early_bind.phpt2 Early binding should be prevented if property types cannot be checked
/PHP-7.4/Zend/tests/
H A Dunset_prop_recursion.phpt2 Unset property where unset will recursively access property again
H A Dwrite_property_ref_overwrite_return.phpt2 Using return of property assignment to reference that destroys object
/PHP-7.4/Zend/tests/varSyntax/
H A DpropertyOfStringError.phpt2 Cannot take property of a string
10 Notice: Trying to get property 'bar' of non-object in %s on line %d
H A Dstatic_prop_on_expr_class.phpt2 Accessing a static property on a statically evaluable class expression
H A Dstatic_prop_on_expr_class_with_backslash.phpt2 Static property on constexpr class with leading backslash
H A Dstatic_prop_on_int_expr_class.phpt2 Static property access on constexpr class evaluating to integer
H A DtempPropFetchByRefError.phpt2 Passing a property fetch on a temporary by reference is not allowed
/PHP-7.4/Zend/tests/weakrefs/
H A Dweakrefs_003.phpt42 string(56) "WeakReference objects do not support property references"
/PHP-7.4/Zend/
H A Dzend_API.c3952 zval property; in zend_declare_property_null() local
3961 zval property; in zend_declare_property_bool() local
3970 zval property; in zend_declare_property_long() local
3979 zval property; in zend_declare_property_double() local
3988 zval property; in zend_declare_property_string() local
3997 zval property; in zend_declare_property_stringl() local
4115 zval property; in zend_update_property_ex() local
4129 zval property; in zend_update_property() local
4153 zval property; in zend_unset_property() local
4238 if (!property) { in zend_update_static_property_ex()
[all …]
H A Dzend_API.h315 ZEND_API int zend_declare_typed_property(zend_class_entry *ce, zend_string *name, zval *property, i…
317 ZEND_API int zend_declare_property_ex(zend_class_entry *ce, zend_string *name, zval *property, int …
318 …perty(zend_class_entry *ce, const char *name, size_t name_length, zval *property, int access_type);
H A Dzend_builtin_functions.c1406 zend_string *property; in ZEND_FUNCTION() local
1411 if (zend_parse_parameters(ZEND_NUM_ARGS(), "zS", &object, &property) == FAILURE) { in ZEND_FUNCTION()
1415 if (property == NULL) { in ZEND_FUNCTION()
1431 property_info = zend_hash_find_ptr(&ce->properties_info, property); in ZEND_FUNCTION()
1438 ZVAL_STR(&property_z, property); in ZEND_FUNCTION()
H A Dzend_execute.c910 …Z_TYPE_P(property) == IS_OBJECT ? ZSTR_VAL(Z_OBJCE_P(property)->name) : zend_get_type_by_const(Z_T… in zend_verify_property_type_error()
917 …Z_TYPE_P(property) == IS_OBJECT ? ZSTR_VAL(Z_OBJCE_P(property)->name) : zend_get_type_by_const(Z_T… in zend_verify_property_type_error()
953 ZEND_ASSERT(!Z_ISREF_P(property)); in i_zend_check_property_type()
955 if (UNEXPECTED(Z_TYPE_P(property) != IS_OBJECT)) { in i_zend_check_property_type()
969 } else if (EXPECTED(Z_TYPE_P(property) == IS_NULL)) { in i_zend_check_property_type()
971 …TYPE_CODE(info->type) == _IS_BOOL && EXPECTED(Z_TYPE_P(property) == IS_FALSE || Z_TYPE_P(property)… in i_zend_check_property_type()
974 return zend_is_iterable(property); in i_zend_check_property_type()
982 if (i_zend_check_property_type(info, property, strict)) { in i_zend_verify_property_type()
986 zend_verify_property_type_error(info, property); in i_zend_verify_property_type()
991 return i_zend_verify_property_type(info, property, strict); in zend_verify_property_type()
[all …]
H A Dzend_execute.h402 zend_bool zend_verify_property_type(zend_property_info *info, zval *property, zend_bool strict);
403 ZEND_COLD void zend_verify_property_type_error(zend_property_info *info, zval *property);
H A Dzend_language_parser.y240 %type <ast> absolute_trait_method_reference trait_method_reference property echo_expr
819 property_list ',' property { $$ = zend_ast_list_add($1, $3); }
820 | property { $$ = zend_ast_create_list(1, ZEND_AST_PROP_DECL, $1); }
823 property:
H A Dzend_vm_def.h1071 zval *property; variable
1084 property = GET_OP2_ZVAL_PTR(BP_VAR_R);
1333 zval *property; variable
1345 property = GET_OP2_ZVAL_PTR(BP_VAR_R);
1399 zval *property; variable
1411 property = GET_OP2_ZVAL_PTR(BP_VAR_R);
2217 zval *property, *container, *result; variable
2226 property = GET_OP2_ZVAL_PTR(BP_VAR_R);
2243 zval *property, *container, *result; variable
2388 zval *container, *property, *result; variable
[all …]
H A Dzend_vm_execute.h22161 zval *property; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CONST_HANDLER() local
22373 zval *property; in ZEND_PRE_INC_OBJ_SPEC_VAR_CONST_HANDLER() local
22433 zval *property; in ZEND_POST_INC_OBJ_SPEC_VAR_CONST_HANDLER() local
24407 zval *property; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_TMPVAR_HANDLER() local
24621 zval *property; in ZEND_PRE_INC_OBJ_SPEC_VAR_TMPVAR_HANDLER() local
24682 zval *property; in ZEND_POST_INC_OBJ_SPEC_VAR_TMPVAR_HANDLER() local
28042 zval *property; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CV_HANDLER() local
28254 zval *property; in ZEND_PRE_INC_OBJ_SPEC_VAR_CV_HANDLER() local
28314 zval *property; in ZEND_POST_INC_OBJ_SPEC_VAR_CV_HANDLER() local
30468 zval *property; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CONST_HANDLER() local
[all …]
/PHP-7.4/ext/bcmath/libbcmath/
H A DLICENSE396 patents or other property right claims or to contest validity of any
/PHP-7.4/ext/com_dotnet/
H A Dcom_handlers.c193 static void com_object_set(zval **property, zval *value)
198 static zval *com_object_get(zval *property)
H A Dcom_saproxy.c287 static void saproxy_object_set(zval **property, zval *value)
291 static zval *saproxy_object_get(zval *property)
/PHP-7.4/ext/date/tests/
H A DDateInterval_write_property_return.phpt2 Test that return value handling for DateInterval property writes do not corrupt RHS
H A DDatePeriod_properties2.phpt19 foreach ($properties as $property) {
21 $period->$property = "new";
27 $period->$property[] = "extra";
H A Dbug62500.phpt26 Notice: Undefined property: Crasher::$2 in %sbug62500.php on line %d
H A Dbug74852.phpt2 Bug #74852 property_exists returns true on unknown DateInterval property
16 Notice: Undefined property: DateInterval::$abcde in %s on line %d
H A Dbug75222.phpt2 Bug #75222 DateInterval microseconds property always 0

Completed in 210 milliseconds

12345678910>>...18