Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-7.2/tests/classes/
H A Dstatic_properties_003_error3.phpt2 Attempting to access static properties using instance property syntax
17 Fatal error: Uncaught Error: Cannot access protected property C::$y in %s:8
H A Dstatic_properties_undeclared_isset.phpt2 Issetting a non-existent static property
/PHP-7.2/ext/reflection/tests/
H A DReflectionMethod_invokeArgs_basic.phpt10 echo "Called foo(), property = $this->prop\n";
53 Called foo(), property = Hello
59 Called foo(), property = Hello
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";
77 Called foo(), property = Hello
83 Called foo(), property = Hello
/PHP-7.2/ext/spl/tests/
H A Dbug54323.phpt2 Bug #54323 (Accessing unset()'ed ArrayObject's property causes crash)
20 Notice: Undefined property: C::$prop in %sbug54323.php on line 14
/PHP-7.2/Zend/tests/
H A Dclass_properties_const.phpt19 Notice: Undefined property: A::$Array in %sclass_properties_const.php on line %d
22 Notice: Undefined property: A::$1 in %sclass_properties_const.php on line %d
H A Dexception_014.phpt19 Exception: Cannot access private property C::$p in %sexception_014.php on line %d
21 Fatal error: Uncaught Error: Cannot access private property C::$p in %sexception_014.php:%d
H A Ddereference_014.phpt30 Notice: Trying to get property 'a' of non-object in %s on line %d
33 Notice: Trying to get property 'b' of non-object in %s on line %d
H A Dbug30820.phpt24 Notice: Accessing static property Blah::$x as non static in %sbug30820.php on line 7
27 Notice: Accessing static property Blah::$x as non static in %sbug30820.php on line 10
H A Dget_class_vars_002.phpt44 Notice: Undefined property: C::$b in %s on line %d
46 Notice: Undefined property: C::$c in %s on line %d
H A Dbug29674.phpt36 Notice: Undefined property: BaseClass::$private_child in %sbug29674.php on line %d
41 Fatal error: Uncaught Error: Cannot access private property ChildClass::$private_child in %sbug2967…
H A Dbug69732.phpt23 Notice: Undefined property: wpq::$interesting in %sbug69732.php on line 6
25 Notice: Indirect modification of overloaded property wpq::$interesting has no effect in %sbug69732.…
H A Dclosure_020.phpt2 Closure 020: Trying to access private property outside class
43 Fatal error: Uncaught Error: Cannot access private property foo::$test in %s:%d
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
/PHP-7.2/ext/intl/uchar/
H A Duchar.c94 ZEND_ARG_INFO(0, property)
113 ZEND_ARG_INFO(0, property)
131 ZEND_ARG_INFO(0, property)
146 ZEND_ARG_INFO(0, property)
347 ZEND_ARG_INFO(0, property)
351 zend_long property; in IC_METHOD() local
388 ZEND_ARG_INFO(0, property)
393 zend_long property, value, nameChoice = U_LONG_PROPERTY_NAME; in IC_METHOD() local
413 ZEND_ARG_INFO(0, property)
417 zend_long property; in IC_METHOD() local
[all …]
/PHP-7.2/ext/simplexml/
H A DREADME19 When an elements TEXT data is being accessed through a property
26 a subelement by index 0: $object->property[0].
31 At the moment property access to multiple elements of the same
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_reflection.phpt332 Inspecting property 'current_field'
340 Inspecting property 'field_count'
348 Inspecting property 'lengths'
356 Inspecting property 'num_rows'
364 Inspecting property 'type'
371 Default property 'current_field'
372 Default property 'field_count'
373 Default property 'lengths'
374 Default property 'num_rows'
375 Default property 'type'
/PHP-7.2/Zend/
H A DOBJECTS2_HOWTO44 read_property is used to read object's property. This value is not
50 write_property is used to directly write object's property by
51 name. This handler is used to assign property variables or to change them
62 where the property is stored. If the aren't, the best way is to create
65 use of object properties. If you don;t want to implement property
160 property. Is used when value of the property should be retrieved for
163 write_property - assigns value to certain property of the object.
168 get_property_ptr - retrieves zval** for the property of the value, to
180 has_property - checks if the object has certain property set.
182 unset_property - removes value for the property of the object
/PHP-7.2/ext/standard/tests/serialize/
H A Dincomplete_class.phpt20 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
22 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
25 Notice: main(): The script tried to execute a method or access a property of an incomplete object. …
/PHP-7.2/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
H A DDirectoryClass_error_001-mb.phpt51 Warning: Directory::read(): Unable to find my handle property in %s on line %d
54 Warning: Directory::rewind(): Unable to find my handle property in %s on line %d
57 Warning: Directory::close(): Unable to find my handle property in %s on line %d
/PHP-7.2/Zend/tests/varSyntax/
H A Dstatic_prop_on_expr_class_with_backslash.phpt2 Static property on constexpr class with leading backslash

Completed in 28 milliseconds

12345678910>>...14