Home
last modified time | relevance | path

Searched refs:property (Results 626 – 650 of 727) sorted by relevance

1...<<21222324252627282930

/PHP-8.3/Zend/tests/traits/
H A Dproperty007.phpt22 // now the same with a class that defines the property itself, too.
H A Dproperty006.phpt22 // now the same with a class that defines the property itself,
/PHP-8.3/Zend/tests/type_declarations/intersection_types/
H A Dmissing_interface_intersection_type.phpt49 Cannot assign A to property Collection::$intersect of type X&Y
H A Dassigning_intersection_types.phpt49 Cannot assign TestParent to property A::$prop of type X&Y&Z
/PHP-8.3/Zend/tests/
H A Dbug60536_005.phpt22 // now the same with a class that defines the property itself, too.
H A Dbug60536_004.phpt22 // now the same with a class that defines the property itself,
H A Dbug60536_002.phpt37 Fatal error: TraitsTest and THello1 define the same property ($hello) in the composition of TraitsT…
H A Dobjects_033.phpt2 Ensure object comparison property order remains consistent
H A Dbug29689.phpt55 Warning: Undefined property: bar::$foo2 in %s on line %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
H A Dclosure_038.phpt58 Fatal error: Uncaught Error: Cannot access private property B::$x in %s:%d
/PHP-8.3/Zend/tests/nullsafe_operator/
H A D011.phpt2 Test isset and empty on nullsafe property
/PHP-8.3/ext/soap/
H A Dphp_encoding.c1628 xmlNodePtr property; in model_to_xml_object() local
1653 set_xsi_nil(property); in model_to_xml_object()
1656 if (property->children && property->children->content && in model_to_xml_object()
1673 set_xsi_nil(property); in model_to_xml_object()
1678 if (property->children && property->children->content && in model_to_xml_object()
1688 xmlSetNs(property, nsp); in model_to_xml_object()
1695 set_xsi_nil(property); in model_to_xml_object()
1700 xmlSetNs(property, nsp); in model_to_xml_object()
1905 xmlNodePtr property; in to_xml_object() local
1910 set_xsi_nil(property); in to_xml_object()
[all …]
/PHP-8.3/ext/reflection/tests/
H A Dbug46064_2.phpt2 Bug #46064.2 (Exception when creating ReflectionProperty object on dynamicly created property)
H A Dbug76936.phpt43 ErrorHandler::handleError dealing with error Undefined property: Foo::$dummy2
H A Dbug46064.phpt2 Bug #46064 (Exception when creating ReflectionProperty object on dynamicly created property)
/PHP-8.3/ext/dom/tests/
H A DDOMDocument_preserveWhiteSpace_variations.phpt2 DOMDocument::$preserveWhiteSpace - test ability to read and write property
/PHP-8.3/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.3/Zend/tests/float_to_int/
H A Dwarnings_string_float_vars.phpt64 echo 'Typed property assignment:' . \PHP_EOL;
121 Typed property assignment:
/PHP-8.3/ext/date/tests/
H A Dunserialize-test.phpt46 Deprecated: Creation of dynamic property DateInterval::$ is deprecated in %s on line %d
/PHP-8.3/ext/intl/uchar/
H A Duchar.stub.php3384 public static function hasBinaryProperty(int|string $codepoint, int $property): ?bool {} argument
3440 public static function getIntPropertyMaxValue(int $property): int {} argument
3443 public static function getIntPropertyMinValue(int $property): int {} argument
3446 public static function getIntPropertyValue(int|string $codepoint, int $property): ?int {} argument
3455 …public static function getPropertyName(int $property, int $type = IntlChar::LONG_PROPERTY_NAME): s… argument
3458 public static function getPropertyValueEnum(int $property, string $name): int {} argument
3461 …public static function getPropertyValueName(int $property, int $value, int $type = IntlChar::LONG_… argument
/PHP-8.3/ext/standard/tests/directory/
H A DDirectoryClass_basic_001.phpt73 Unable to find my handle property
/PHP-8.3/Zend/tests/constexpr/
H A Dnew_not_allowed_property.phpt2 New not allowed in property
/PHP-8.3/Zend/tests/attributes/
H A D009_doctrine_annotations_example.phpt80 foreach ($class->getProperties() as $property) {
81 $attributes = $property->getAttributes();

Completed in 46 milliseconds

1...<<21222324252627282930