Home
last modified time | relevance | path

Searched refs:property (Results 526 – 550 of 627) sorted by relevance

1...<<212223242526

/PHP-8.1/ext/standard/tests/general_functions/
H A Dini_set_types.phpt17 // Just use a random string property, even though it doesn't make sense.
/PHP-8.1/Zend/tests/
H A Dobjects_024.phpt2 Testing direct assigning for property of object returned by function
H A Disset_003.phpt38 Warning: Attempt to read property "" on string in %s on line %d
H A Dbug60536_005.phpt22 // now the same with a class that defines the property itself, too.
H A Dbug60536_002.phpt37 Fatal error: TraitsTest and THello1 define the same property ($hello) in the composition of TraitsT…
H A Dbug60536_004.phpt22 // now the same with a class that defines the property itself,
/PHP-8.1/Zend/tests/traits/
H A Dproperty003.phpt29 Fatal error: THello1 and THello2 define the same property ($hello) in the composition of TraitsTest…
H A Dproperty005.phpt37 Fatal error: TraitsTest and THello1 define the same property ($hello) in the composition of TraitsT…
H A Dproperty007.phpt22 // now the same with a class that defines the property itself, too.
/PHP-8.1/ext/pdo_sqlite/tests/
H A Dbug44327_2.phpt2 Bug #44327.2 (PDORow::queryString property & numeric offsets / Crash)
/PHP-8.1/sapi/cgi/tests/
H A D004.phpt43 <b>Fatal error</b>: Uncaught Error: Cannot access private property test::$pri in %s004.test.php:8
/PHP-8.1/Zend/tests/type_declarations/
H A Dtyped_properties_023.phpt2 Test typed static property
/PHP-8.1/ext/standard/tests/serialize/
H A Dsleep_uninitialized_typed_prop.phpt2 Referencing an uninitialized typed property in __sleep() should be skipped
/PHP-8.1/tests/classes/
H A Dvisibility_005.phpt2 ZE2 foreach and property visibility
/PHP-8.1/Zend/tests/float_to_int/
H A Dwarnings_string_float_literals.phpt44 echo 'Typed property assignment:' . \PHP_EOL;
95 Typed property assignment:
/PHP-8.1/ext/opcache/tests/
H A Dpreload.inc57 // Create reference to a property declared in an internal parent class.
/PHP-8.1/ext/pgsql/tests/
H A D80_bug24499.phpt2 Bug #24499 (Notice: Undefined property: stdClass::)
/PHP-8.1/Zend/tests/nullsafe_operator/
H A D011.phpt2 Test isset and empty on nullsafe property
/PHP-8.1/Zend/tests/type_declarations/intersection_types/
H A Dmissing_interface_intersection_type.phpt49 Cannot assign A to property Collection::$intersect of type X&Y
/PHP-8.1/ext/ffi/tests/
H A Dbug79576.phpt24 const some_not_declared_type **property;
/PHP-8.1/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
/PHP-8.1/ext/soap/
H A Dphp_encoding.c1592 xmlNodePtr property; in model_to_xml_object() local
1617 set_xsi_nil(property); in model_to_xml_object()
1620 if (property->children && property->children->content && in model_to_xml_object()
1637 set_xsi_nil(property); in model_to_xml_object()
1642 if (property->children && property->children->content && in model_to_xml_object()
1652 xmlSetNs(property, nsp); in model_to_xml_object()
1659 set_xsi_nil(property); in model_to_xml_object()
1664 xmlSetNs(property, nsp); in model_to_xml_object()
1869 xmlNodePtr property; in to_xml_object() local
1874 set_xsi_nil(property); in to_xml_object()
[all …]
/PHP-8.1/build/
H A Dgen_stub.php749 public $property; variable in PropertyName
751 public function __construct(Name $class, string $property) argument
754 $this->property = $property;
1431 $propertyName = $this->name->property;
1758 foreach ($this->propertyInfos as $property) {
1759 $code .= $property->getDeclaration();
2376 Stmt\PropertyProperty $property,
2403 if ($property->default instanceof Expr\ConstFetch &&
2419 $property->default,
2420 $property->default ? $prettyPrinter->prettyPrintExpr($property->default) : null,
[all …]
/PHP-8.1/ext/dom/tests/
H A DDOMDocument_preserveWhiteSpace_variations.phpt2 DOMDocument::$preserveWhiteSpace - test ability to read and write property

Completed in 48 milliseconds

1...<<212223242526