Home
last modified time | relevance | path

Searched refs:property (Results 51 – 75 of 295) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_reflection.phpt1218 Inspecting property 'errno'
1226 Inspecting property 'error'
1258 Inspecting property 'info'
1306 Inspecting property 'stat'
1334 Default property 'errno'
1335 Default property 'error'
1338 Default property 'host_info'
1339 Default property 'info'
1340 Default property 'insert_id'
1344 Default property 'sqlstate'
[all …]
H A Dmysqli_class_mysqli_result_reflection.phpt325 Inspecting property 'current_field'
333 Inspecting property 'field_count'
341 Inspecting property 'lengths'
349 Inspecting property 'num_rows'
357 Inspecting property 'type'
364 Default property 'current_field'
365 Default property 'field_count'
366 Default property 'lengths'
367 Default property 'num_rows'
368 Default property 'type'
/PHP-5.5/ext/reflection/tests/
H A DReflectionObject_export_basic3.phpt2 ReflectionObject::export() - ensure dynamic property with same name as inherited private property i…
H A DReflectionMethod_invokeArgs_basic.phpt10 echo "Called foo(), property = $this->prop\n";
53 Called foo(), property = Hello
59 Called foo(), property = Hello
/PHP-5.5/Zend/tests/
H A Dobjects_029.phpt2 Trying to access undeclared static property
26 Fatal error: Access to undeclared static property: foo::$f in %s on line %d
H A Dobjects_030.phpt2 Trying to access undeclared parent property
26 Fatal error: Access to undeclared static property: bar::$f in %s on line %d
H A Dbug48248.phpt2 Bug #48248 (SIGSEGV when access to private property via &__get)
24 Notice: Undefined property: B::$test in %s on line %d
H A D026.phpt2 Trying assign value to property when an object is not returned in a function
21 Notice: Trying to get property of non-object in %s on line %d
H A Ddereference_014.phpt30 Notice: Trying to get property of non-object in %s on line %d
33 Notice: Trying to get property of non-object in %s on line %d
H A Dbug29674.phpt36 Notice: Undefined property: BaseClass::$private_child in %sbug29674.php on line %d
41 Fatal error: Cannot access private property ChildClass::$private_child in %sbug29674.php on line %d
H A Dbug30820.phpt23 Strict Standards: Accessing static property Blah::$x as non static in %sbug30820.php on line 7
26 Strict Standards: Accessing static property Blah::$x as non static in %sbug30820.php on line 10
H A Dclosure_020.phpt2 Closure 020: Trying to access private property outside class
43 Fatal error: Cannot access private property foo::$test in %s on line %d
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 Dbug60536_005.phpt23 // now the same with a class that defines the property itself, too.
34 Strict Standards: Base and THello1 define the same property ($hello) in the composition of SameName…
37 Strict Standards: Notice and THello1 define the same property ($hello) in the composition of Notice…
/PHP-5.5/Zend/tests/traits/
H A Dbug60369.phpt2 Bug #60369 (Crash with static property in trait)
17 Fatal error: Properties and PropertiesTrait define the same property ($same) in the composition of …
H A Dproperty007.phpt23 // now the same with a class that defines the property itself, too.
34 Strict Standards: Base and THello1 define the same property ($hello) in the composition of SameName…
37 Strict Standards: Notice and THello1 define the same property ($hello) in the composition of Notice…
/PHP-5.5/tests/classes/
H A Dstatic_properties_003_error1.phpt2 Attempting to access static properties using instance property syntax
18 Fatal error: Cannot access protected property C::$y in %s on line 8
H A Dstatic_properties_003_error2.phpt2 Attempting to access static properties using instance property syntax
18 Fatal error: Cannot access protected property C::$y in %s on line 8
H A Dstatic_properties_003_error3.phpt2 Attempting to access static properties using instance property syntax
18 Fatal error: Cannot access protected property C::$y in %s on line 8
H A Dstatic_properties_003_error4.phpt2 Attempting to access static properties using instance property syntax
18 Fatal error: Cannot access protected property C::$y in %s on line 8
/PHP-5.5/tests/lang/
H A DforeachLoopObjects.004.phpt37 Notice: Undefined property: C::$b in %s on line %d
40 Notice: Undefined property: C::$b in %s on line %d
43 Notice: Undefined property: C::$b in %s on line %d
/PHP-5.5/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-5.5/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-5.5/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-5.5/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. …

Completed in 30 milliseconds

12345678910>>...12