Home
last modified time | relevance | path

Searched refs:property (Results 351 – 375 of 726) sorted by last modified time

1...<<11121314151617181920>>...30

/php-src/ext/reflection/tests/
H A Dbug79683.phpt24 $property = $reflector->getProperty('prop2');
25 $property->setAccessible(true);
26 $property->setValue($b, new A());
H A Dbug81208.phpt14 public $property;
18 foreach ($z->getProperty("property")->getAttributes() as $attribute) {
H A DReflectionClass_setStaticPropertyValue_001.phpt76 Class A does not have a property named protectedDoesNotExist
77 Class A does not have a property named privateDoesNotExist
H A DReflectionClass_setStaticPropertyValue_002.phpt52 Class C does not have a property named
53 Class C does not have a property named 1.5
H A DReflectionClass_setStaticPropertyValue_003.phpt34 Cannot assign string to property Test::$y of type int
37 Cannot assign string to reference held by property Test::$y of type int
H A DReflectionMethod_basic2.phpt119 Parameter #1 [ <required> string $property ]
H A DReflectionObject_export_basic3.phpt2 ReflectionObject::__toString() - ensure dynamic property with same name as inherited private proper…
H A D002.phpt57 Cannot set read-only property ReflectionMethodEx::$class
58 Cannot set read-only property ReflectionMethodEx::$name
H A DReflectionClassConstant_unset_name.phpt27 Typed property ReflectionClassConstant::$name must not be accessed before initialization
28 Typed property ReflectionClassConstant::$name must not be accessed before initialization
H A DReflectionClass_getProperty_003.phpt239 Fully qualified property name X::$pubC does not specify a base class of C
241 Fully qualified property name X::$protC does not specify a base class of C
243 Fully qualified property name X::$privC does not specify a base class of C
245 Fully qualified property name X::$doesNotExist does not specify a base class of C
H A DReflectionClass_getProperty_004.phpt243 Fully qualified property name X::$pubC does not specify a base class of C
245 Fully qualified property name X::$protC does not specify a base class of C
247 Fully qualified property name X::$privC does not specify a base class of C
249 Fully qualified property name X::$doesNotExist does not specify a base class of C
H A DReflectionClass_hasProperty_basic.phpt11 //Check if C has public property publicFoo
14 //Check if C has protected property protectedFoo
17 //Check if C has private property privateFoo
20 //Check if C has static property staticFoo
23 //C should not have property bar
H A DReflectionClass_getInterfaces_003.phpt62 Deprecated: Creation of dynamic property ReflectionClass::$x is deprecated in %s on line %d
/php-src/ext/pdo_pgsql/tests/
H A Dbug_64705.phpt2 Bug #64705 errorInfo property of PDOException is null when PDO::__construct() fails
/php-src/ext/pdo_sqlite/tests/
H A Dbug44327_2.phpt2 Bug #44327.2 (PDORow::queryString property & numeric offsets / Crash)
H A Dbug44327_3.phpt2 Bug #44327.3 (PDORow::queryString property & numeric offsets / Crash)
H A Dbug50728.phpt2 Bug #50728 (All PDOExceptions hardcode 'code' property to 0)
H A Dbug_64705.phpt2 Bug #64705 errorInfo property of PDOException is null when PDO::__construct() fails
/php-src/ext/pdo_mysql/tests/
H A Dbug_64705.phpt2 Bug #64705 errorInfo property of PDOException is null when PDO::__construct() fails
/php-src/ext/pcre/tests/
H A Dbug76514.phpt495 (?P<property>'.preg_quote('"require"').'\s*:\s*)(?P<value>(?&json))(?P<end>.*)}sx', $str, $match);
/php-src/ext/opcache/tests/
H A Dpreload_unresolved_prop_type.phpt2 Preload: Unresolved property type
H A Dssa_bug_001.phpt10 trigger_error('Deprecated type property called; use instanceof', E_USER_NOTICE);
H A Dpreload_010.phpt2 Initializer of overwritten property should be resolved against the correct class
H A Dpreload.inc57 // Create reference to a property declared in an internal parent class.
/php-src/ext/opcache/tests/opt/
H A Dinference_001.phpt33 Warning: Attempt to read property "x" on null in %s on line %d
35 Warning: Undefined property: stdClass::$x in %s on line %d
39 Warning: Attempt to read property "x" on null in %s on line %d

Completed in 38 milliseconds

1...<<11121314151617181920>>...30