Home
last modified time | relevance | path

Searched refs:property (Results 576 – 600 of 627) sorted by relevance

1...<<212223242526

/PHP-8.1/ext/standard/tests/serialize/
H A Dbug65806.phpt60 //after unserialize the property myObjC::attrD is null instead of expected object
/PHP-8.1/Zend/tests/float_to_int/
H A Dwarnings_float_vars.phpt83 echo 'Typed property assignment:' . \PHP_EOL;
165 Typed property assignment:
/PHP-8.1/tests/lang/
H A DforeachLoopObjects.005.phpt2 Foreach loop tests - removing properties before and after the current property during the loop.
/PHP-8.1/ext/reflection/tests/
H A Dintersection_types.phpt28 /* Force CE resolution of the property type */
H A DReflectionMethod_basic2.phpt119 Parameter #1 [ <required> string $property ]
H A Dunion_types.phpt30 /* Force CE resolution of the property type */
H A DReflectionProperty_isInitialized.phpt111 Given object is not an instance of the class this property was declared in
/PHP-8.1/ext/zip/tests/
H A Doo_properties.phpt41 Warning: Undefined property: ZipArchive::$bogus in %s on line %d
/PHP-8.1/Zend/tests/
H A Dbug31098.phpt60 Warning: Attempt to read property "wrong" on string in %s on line %d
/PHP-8.1/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.1/ext/opcache/tests/jit/
H A Dbug81249.phpt2 Bug #81249: Intermittent property assignment failure with JIT enabled
/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_076.phpt2 Computation of intersection types for typed reference to typed property assignments
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_class_mysqli_driver_interface.phpt101 Deprecated: The driver_version property is deprecated in %s on line %d
/PHP-8.1/Zend/
H A Dzend_builtin_functions.stub.php67 function property_exists($object_or_class, string $property): bool {} argument
H A Dzend_vm_execute.h22404 zval *property; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CONST_HANDLER() local
22631 zval *property; in ZEND_PRE_INC_OBJ_SPEC_VAR_CONST_HANDLER() local
22698 zval *property; in ZEND_POST_INC_OBJ_SPEC_VAR_CONST_HANDLER() local
25098 zval *property; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_TMPVAR_HANDLER() local
25327 zval *property; in ZEND_PRE_INC_OBJ_SPEC_VAR_TMPVAR_HANDLER() local
25395 zval *property; in ZEND_POST_INC_OBJ_SPEC_VAR_TMPVAR_HANDLER() local
29310 zval *property; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CV_HANDLER() local
29537 zval *property; in ZEND_PRE_INC_OBJ_SPEC_VAR_CV_HANDLER() local
29604 zval *property; in ZEND_POST_INC_OBJ_SPEC_VAR_CV_HANDLER() local
31817 zval *property; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CONST_HANDLER() local
[all …]
H A Dzend_execute.c820 zend_zval_type_name(property), in zend_verify_property_type_error()
911 ZEND_ASSERT(!Z_ISREF_P(property)); in i_zend_check_property_type()
916 if (ZEND_TYPE_IS_COMPLEX(info->type) && Z_TYPE_P(property) == IS_OBJECT in i_zend_check_property_type()
923 if ((type_mask & MAY_BE_ITERABLE) && zend_is_iterable(property)) { in i_zend_check_property_type()
926 return zend_verify_scalar_type_hint(type_mask, property, strict, 0); in i_zend_check_property_type()
931 if (i_zend_check_property_type(info, property, strict)) { in i_zend_verify_property_type()
935 zend_verify_property_type_error(info, property); in i_zend_verify_property_type()
940 return i_zend_verify_property_type(info, property, strict); in zend_verify_property_type()
1442 if (property && UNEXPECTED(Z_ISUNDEF_P(property))) { in zend_binary_assign_op_obj_dim()
1443 property = ZVAL_UNDEFINED_OP2(); in zend_binary_assign_op_obj_dim()
[all …]
/PHP-8.1/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)
/PHP-8.1/ext/oci8/tests/
H A Dfetch_object_1.phpt121 Warning: Undefined property: stdClass::$CASESENSITIVE in %sfetch_object_1.php on line %d
H A Dfetch_object.phpt121 Warning: Undefined property: stdClass::$CASESENSITIVE in %sfetch_object.php on line %d
H A Dlob_035.phpt118 Warning: oci_lob_size(): Unable to find descriptor property in %s on line %d
H A Dlob_020.phpt162 Warning: oci_lob_erase(): Unable to find descriptor property in %s on line %d
/PHP-8.1/ext/date/tests/
H A Dexamine_diff.inc30 * interval's "days" property
/PHP-8.1/ext/snmp/tests/
H A Dsnmp-object-error.phpt108 Cannot assign string to property SNMP::$max_oids of type ?int
/PHP-8.1/Zend/tests/nullsafe_operator/
H A D013.phpt2 Test nullsafe property in special functions
/PHP-8.1/ext/spl/tests/
H A DarrayObject_magicMethods1.phpt2 SPL: ArrayObject: ensure a wrapped object's magic methods for property access are not invoked when …

Completed in 181 milliseconds

1...<<212223242526