Home
last modified time | relevance | path

Searched refs:property (Results 76 – 100 of 295) sorted by relevance

12345678910>>...12

/PHP-5.5/Zend/tests/
H A Dbug32660.phpt31 Notice: Indirect modification of overloaded property A::$whatever has no effect in %sbug32660.php o…
37 Notice: Indirect modification of overloaded property A::$whatever has no effect in %sbug32660.php o…
H A Dobject_handlers.phpt10 function __get($property) {
11 $GLOBALS["y"] = $property;
13 function __set($property, $value) {
14 $GLOBALS["y"] = $property;
H A Dnowdoc_017.phpt2 Testing nowdoc in default value for property
H A Dbug28444.phpt2 Bug #28444 (Cannot access undefined property for object with overloaded property access)
H A Dbug60536_002.phpt37 Strict Standards: Notice and THello1 define the same property ($hello) in the composition of Notice…
40 Fatal error: TraitsTest and THello1 define the same property ($hello) in the composition of TraitsT…
H A Dbug60536_004.phpt23 // now the same with a class that defines the property itself,
36 Strict Standards: Notice and THello1 define the same property ($hello) in the composition of Notice…
H A Derrmsg_039.phpt2 errmsg: cannot redeclare property
H A Derrmsg_024.phpt2 No more errmsg: can now change initial value of property
H A Dbug63982.phpt2 Bug #63982 (isset() inconsistently produces a fatal error on protected property)
H A Dobjects_017.phpt18 Fatal error: Cannot access private property foo::$test in %s on line %d
H A Dbug37144.phpt2 Bug #37144 (PHP crashes trying to assign into property of dead object)
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug69152.phpt12 Notice: Undefined property: Exception::$previous in %s on line %d
17 Fatal error: main(): The script tried to execute a method or access a property of an incomplete obj…
/PHP-5.5/ext/reflection/tests/
H A D002.phpt57 Cannot set read-only property ReflectionMethodEx::$class
58 Cannot set read-only property ReflectionMethodEx::$name
H A DReflectionMethod_invoke_basic.phpt10 echo "Called foo(), property = $this->prop\n";
73 Called foo(), property = Hello
79 Called foo(), property = Hello
H A DReflectionClass_setStaticPropertyValue_002.phpt56 Class C does not have a property named
57 Class C does not have a property named 1.5
/PHP-5.5/ext/standard/tests/directory/
H A DDirectoryClass_error_001.phpt41 Warning: Directory::read(): Unable to find my handle property in %s on line %d
44 Warning: Directory::rewind(): Unable to find my handle property in %s on line %d
47 Warning: Directory::close(): Unable to find my handle property in %s on line %d
/PHP-5.5/Zend/
H A Dzend_API.c3522 zval *property; in zend_declare_property_null() local
3536 zval *property; in zend_declare_property_bool() local
3551 zval *property; in zend_declare_property_long() local
3566 zval *property; in zend_declare_property_double() local
3581 zval *property; in zend_declare_property_string() local
3598 zval *property; in zend_declare_property_stringl() local
3702 zval *property; in zend_update_property() local
3798 zval **property; in zend_update_static_property() local
3804 if (!property) { in zend_update_static_property()
3932 zval **property; in zend_read_static_property() local
[all …]
/PHP-5.5/tests/classes/
H A Dstatic_properties_undeclared_isset.phpt2 Issetting a non-existent static property
/PHP-5.5/Zend/tests/traits/
H A Dproperty005.phpt37 Strict Standards: Notice and THello1 define the same property ($hello) in the composition of Notice…
40 Fatal error: TraitsTest and THello1 define the same property ($hello) in the composition of TraitsT…
H A Dproperty006.phpt23 // now the same with a class that defines the property itself,
36 Strict Standards: Notice and THello1 define the same property ($hello) in the composition of Notice…
/PHP-5.5/ext/standard/tests/array/
H A Dusort_object1.phpt40 // Simple class with single property
50 // Simple class with more than one property
66 // array of SimpleClass objects with only one property
/PHP-5.5/ext/dom/tests/
H A DDOMAttr_name_basic_001.phpt2 DOMAttr read $name property.
H A DDOMAttr_value_basic_002.phpt2 Write non-string $value property
/PHP-5.5/ext/pdo_mysql/tests/
H A Dbug44327.phpt2 Bug #44327 (PDORow::queryString property & numeric offsets / Crash)
63 Notice: Trying to get property of non-object in %s on line %d
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug50728.phpt2 Bug #50728 (All PDOExceptions hardcode 'code' property to 0)

Completed in 42 milliseconds

12345678910>>...12