Home
last modified time | relevance | path

Searched refs:property (Results 401 – 425 of 445) sorted by relevance

1...<<1112131415161718

/PHP-7.4/ext/reflection/tests/
H A DReflectionMethod_invoke_error1.phpt10 echo "Called foo(), property = $this->prop\n";
H A DReflectionMethod_invokeArgs_error3.phpt10 echo "Called foo(), property = $this->prop\n";
H A DReflectionProperty_isInitialized.phpt110 Given object is not an instance of the class this property was declared in
/PHP-7.4/ext/oci8/tests/
H A Dlob_021.phpt67 Warning: oci_free_descriptor(): Unable to find descriptor property in %s on line %d
H A Dlob_023.phpt66 Warning: oci_lob_import(): Unable to find descriptor property in %s on line %d
H A Dfetch_object_1.phpt121 Notice: Undefined property: stdClass::$CASESENSITIVE in %sfetch_object_1.php on line %d
H A Dfetch_object.phpt121 Notice: Undefined property: stdClass::$CASESENSITIVE in %sfetch_object.php on line %d
H A Dlob_022.phpt76 Warning: oci_lob_save(): Unable to find descriptor property in %s on line %d
H A Dlob_035.phpt103 Warning: oci_lob_size(): Unable to find descriptor property in %s on line %d
H A Dlob_020.phpt117 Warning: oci_lob_erase(): Unable to find descriptor property in %s on line %d
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug65806.phpt60 //after unserialize the property myObjC::attrD is null instead of expected object
/PHP-7.4/Zend/tests/
H A Dbug31098.phpt47 Notice: Trying to get property 'wrong' of non-object in %s on line %d
H A D033.phpt56 Notice: Trying to get property 'foo' of non-object in %s on line %d
/PHP-7.4/tests/lang/
H A DforeachLoopObjects.005.phpt2 Foreach loop tests - removing properties before and after the current property during the loop.
/PHP-7.4/ext/libxml/tests/
H A Dbug61367-read.phpt14 …* Note: Using error_reporting=E_ALL & ~E_NOTICE to suppress "Trying to get property of non-object"…
/PHP-7.4/
H A DUPGRADING.INTERNALS6 c. Function/property/class flags
51 c. Function/property/class flags changes
55 - ZEND_ACC_SHADOW property flag is removed. Instead of creating shadow
87 provides more control over different property uses, while also making
88 it possible to return a temporary property table.
175 n. Assignments to references now need to ensure that they respect property
/PHP-7.4/ext/zip/tests/
H A Doo_properties.phpt43 Notice: Undefined property: ZipArchive::$bogus in %s on line %d
/PHP-7.4/ext/pdo/tests/
H A Dpdo_025.phpt113 Fatal error: Uncaught Error: Cannot access protected property Fail::$id in %spdo_025.php:%d
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_076.phpt2 Computation of intersection types for typed reference to typed property assignments
/PHP-7.4/ext/date/tests/
H A Dexamine_diff.inc30 * interval's "days" property
/PHP-7.4/ext/spl/tests/
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-7.4/Zend/
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_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);
/PHP-7.4/ext/com_dotnet/
H A Dcom_saproxy.c287 static void saproxy_object_set(zval **property, zval *value)
291 static zval *saproxy_object_get(zval *property)

Completed in 49 milliseconds

1...<<1112131415161718