Home
last modified time | relevance | path

Searched refs:property (Results 676 – 700 of 727) sorted by relevance

1...<<21222324252627282930

/PHP-8.3/ext/opcache/tests/jit/
H A Dbug81249.phpt2 Bug #81249: Intermittent property assignment failure with JIT enabled
/PHP-8.3/ext/reflection/tests/
H A DReflectionClass_getInterfaces_003.phpt62 Deprecated: Creation of dynamic property ReflectionClass::$x is deprecated in %s on line %d
H A DReflectionProperty_isInitialized.phpt112 Given object is not an instance of the class this property was declared in
/PHP-8.3/ext/reflection/tests/types/
H A Ddnf_types.phpt32 /* Force CE resolution of the property type */
H A Dunion_types.phpt47 /* Force CE resolution of the property type */
/PHP-8.3/ext/pdo/tests/
H A Dpdo_025.phpt114 Fatal error: Uncaught Error: Cannot access protected property Fail::$id in %spdo_025.php:%d
/PHP-8.3/ext/spl/tests/
H A Dbug74669.phpt109 Deprecated: Creation of dynamic property SelfArray::$foo is deprecated in %s on line %d
H A DarrayObject_magicMethods1.phpt2 SPL: ArrayObject: ensure a wrapped object's magic methods for property access are not invoked when …
H A DarrayObject_magicMethods3.phpt2 SPL: ArrayObject: ensure a wrapped object's magic methods for property access are not invoked when …
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_076.phpt2 Computation of intersection types for typed reference to typed property assignments
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_class_mysqli_driver_interface.phpt97 Deprecated: The driver_version property is deprecated in %s on line %d
/PHP-8.3/Zend/
H A Dzend_builtin_functions.stub.php72 function property_exists($object_or_class, string $property): bool {} argument
H A Dzend_vm_execute.h22855 zval *property; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CONST_HANDLER() local
23082 zval *property; in ZEND_PRE_INC_OBJ_SPEC_VAR_CONST_HANDLER() local
23149 zval *property; in ZEND_POST_INC_OBJ_SPEC_VAR_CONST_HANDLER() local
25776 zval *property; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_TMPVAR_HANDLER() local
26005 zval *property; in ZEND_PRE_INC_OBJ_SPEC_VAR_TMPVAR_HANDLER() local
26073 zval *property; in ZEND_POST_INC_OBJ_SPEC_VAR_TMPVAR_HANDLER() local
30073 zval *property; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CV_HANDLER() local
30300 zval *property; in ZEND_PRE_INC_OBJ_SPEC_VAR_CV_HANDLER() local
30367 zval *property; in ZEND_POST_INC_OBJ_SPEC_VAR_CV_HANDLER() local
32677 zval *property; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CONST_HANDLER() local
[all …]
H A Dzend_execute.c847 zend_zval_value_name(property), in zend_verify_property_type_error()
863 zend_zval_type_name(property), in zend_magic_get_property_type_inconsistency_error()
993 ZEND_ASSERT(!Z_ISREF_P(property)); in i_zend_check_property_type()
998 if (ZEND_TYPE_IS_COMPLEX(info->type) && Z_TYPE_P(property) == IS_OBJECT in i_zend_check_property_type()
1005 return zend_verify_scalar_type_hint(type_mask, property, strict, 0); in i_zend_check_property_type()
1010 if (i_zend_check_property_type(info, property, strict)) { in i_zend_verify_property_type()
1014 zend_verify_property_type_error(info, property); in i_zend_verify_property_type()
1019 return i_zend_verify_property_type(info, property, strict); in zend_verify_property_type()
1570 if (property && UNEXPECTED(Z_ISUNDEF_P(property))) { in zend_binary_assign_op_obj_dim()
1571 property = ZVAL_UNDEFINED_OP2(); in zend_binary_assign_op_obj_dim()
[all …]
H A Dzend_execute.h493 ZEND_API bool zend_verify_property_type(const zend_property_info *info, zval *property, bool strict…
494 ZEND_COLD void zend_verify_property_type_error(const zend_property_info *info, const zval *property
495 …_magic_get_property_type_inconsistency_error(const zend_property_info *info, const zval *property);
/PHP-8.3/ext/oci8/tests/
H A Dfetch_object.phpt122 Warning: Undefined property: stdClass::$CASESENSITIVE in %sfetch_object.php on line %d
H A Dfetch_object_1.phpt122 Warning: Undefined property: stdClass::$CASESENSITIVE in %sfetch_object_1.php on line %d
H A Dlob_035.phpt119 Warning: oci_lob_size(): Unable to find descriptor property in %s on line %d
H A Dlob_020.phpt163 Warning: oci_lob_erase(): Unable to find descriptor property in %s on line %d
/PHP-8.3/ext/date/tests/
H A Dexamine_diff.inc30 * interval's "days" property
/PHP-8.3/build/
H A Dgen_stub.php994 public string $property; variable in PropertyName
996 public function __construct(Name $class, string $property) argument
999 $this->property = $property;
1009 return $this->property;
2657 foreach ($this->propertyInfos as $property) {
3613 Stmt\PropertyProperty $property,
3642 if ($property->default instanceof Expr\ConstFetch &&
3658 $property->default,
3659 $property->default ? $prettyPrinter->prettyPrintExpr($property->default) : null,
3911 foreach ($classStmt->props as $property) {
[all …]
/PHP-8.3/Zend/tests/nullsafe_operator/
H A D013.phpt2 Test nullsafe property in special functions
/PHP-8.3/ext/snmp/tests/
H A Dsnmp-object-error.phpt109 Cannot assign string to property SNMP::$max_oids of type ?int
/PHP-8.3/ext/standard/
H A Dvar_unserializer.re607 /* This is a property with a declaration */
622 /* We may override default property value, but they are usually immutable */
628 /* Unusual override of dynamic property */
645 zend_throw_error(NULL, "Cannot create dynamic property %s::$%s",
650 zend_error(E_DEPRECATED, "Creation of dynamic property %s::$%s is deprecated",
685 * The data is still stored in the property. */
701 /* Remember to which property this slot belongs, so we can add a
/PHP-8.3/ext/xmlreader/
H A Dphp_xmlreader_arginfo.h21 ZEND_ARG_TYPE_INFO(0, property, IS_LONG, 0)
74 ZEND_ARG_TYPE_INFO(0, property, IS_LONG, 0)

Completed in 241 milliseconds

1...<<21222324252627282930