Home
last modified time | relevance | path

Searched refs:property (Results 551 – 575 of 627) sorted by relevance

1...<<212223242526

/PHP-8.1/Zend/tests/type_declarations/intersection_types/
H A Dassigning_intersection_types.phpt49 Cannot assign TestParent to property A::$prop of type X&Y&Z
/PHP-8.1/Zend/tests/traits/
H A Dproperty006.phpt22 // now the same with a class that defines the property itself,
/PHP-8.1/ext/mbstring/ucgendat/
H A Ducgendat.php374 $property = $fields[1];
375 if ($property != 'Cased' && $property != 'Case_Ignorable') {
381 $data->addPropRange(intval($range[0], 16), intval($range[1], 16), $property);
383 $data->addProp(intval($range[0], 16), $property);
/PHP-8.1/Zend/tests/float_to_int/
H A Dwarnings_string_float_vars.phpt64 echo 'Typed property assignment:' . \PHP_EOL;
121 Typed property assignment:
H A Dwarnings_float_literals.phpt61 echo 'Typed property assignment:' . \PHP_EOL;
137 Typed property assignment:
/PHP-8.1/ext/snmp/tests/
H A Dsnmp-object-properties.phpt192 Warning: Undefined property: SNMP::$there is no such parameter in %s on line %d
197 Cannot write read-only property SNMP::$info
/PHP-8.1/Zend/tests/
H A Dbug29689.phpt55 Warning: Undefined property: bar::$foo2 in %s on line %d
H A Dobjects_033.phpt2 Ensure object comparison property order remains consistent
H A Dclosure_038.phpt58 Fatal error: Uncaught Error: Cannot access private property B::$x in %s:%d
H A Dclosure_039.phpt58 Fatal error: Uncaught Error: Cannot access private property B::$x in %s:%d
H A Dbug52614.phpt79 Attempt to assign property "a" on null
/PHP-8.1/ext/reflection/tests/
H A Dbug46064.phpt2 Bug #46064 (Exception when creating ReflectionProperty object on dynamicly created property)
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";
/PHP-8.1/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt73 Unable to find my handle property
/PHP-8.1/ext/oci8/tests/
H A Dlob_024.phpt74 Warning: oci_lob_load(): Unable to find descriptor property in %s on line %d
H A Dlob_021.phpt70 Warning: oci_free_descriptor(): Unable to find descriptor property in %s on line %d
H A Dlob_023.phpt60 Warning: oci_lob_import(): Unable to find descriptor property in %s on line %d
/PHP-8.1/Zend/tests/constexpr/
H A Dnew_not_allowed_property.phpt2 New not allowed in property
/PHP-8.1/Zend/tests/attributes/
H A D009_doctrine_annotations_example.phpt80 foreach ($class->getProperties() as $property) {
81 $attributes = $property->getAttributes();
/PHP-8.1/ext/spl/tests/
H A DarrayObject_magicMethods2.phpt2 SPL: ArrayObject: ensure a wrapped object's magic methods for property access are not invoked when …
105 Warning: Undefined property: ArrayObject::$nonexistent in %s on line %d
/PHP-8.1/ext/pdo_mysql/tests/
H A Dbug53551.phpt2 Bug #44327 (PDORow::queryString property & numeric offsets / Crash)
/PHP-8.1/tests/lang/
H A Dbug27439.phpt68 Warning: Undefined property: test::$foobar in %s on line %d
/PHP-8.1/ext/xmlreader/
H A Dphp_xmlreader.c617 zend_long property; in PHP_METHOD() local
620 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &property) == FAILURE) { in PHP_METHOD()
632 int retval = xmlTextReaderGetParserProp(intern->ptr,property); in PHP_METHOD()
974 zend_long property; in PHP_METHOD() local
978 if (zend_parse_parameters(ZEND_NUM_ARGS(), "lb", &property, &value) == FAILURE) { in PHP_METHOD()
990 int retval = xmlTextReaderSetParserProp(intern->ptr,property, value); in PHP_METHOD()
/PHP-8.1/Zend/tests/type_declarations/union_types/
H A Dmultiple_classes.phpt70 Cannot assign stdClass to property Test::$prop of type X|Y|Z|int

Completed in 44 milliseconds

1...<<212223242526