Home
last modified time | relevance | path

Searched refs:property (Results 26 – 50 of 344) sorted by relevance

12345678910>>...14

/PHP-7.2/tests/classes/
H A Dstatic_properties_003.phpt2 Attempting to access static properties using instance property syntax
33 Notice: Accessing static property C::$x as non static in %s on line 11
35 Notice: Accessing static property C::$x as non static in %s on line 12
37 Notice: Undefined property: C::$x in %s on line 12
39 Notice: Accessing static property C::$x as non static in %s on line 13
41 Notice: Accessing static property C::$x as non static in %s on line 15
43 Notice: Accessing static property C::$x as non static in %s on line 16
H A Dclone_006.phpt36 Notice: Accessing static property MyCloneable::$id as non static in %s on line %d
38 Notice: Accessing static property MyCloneable::$id as non static in %s on line %d
41 Notice: Accessing static property MyCloneable::$id as non static in %s on line %d
43 Notice: Accessing static property MyCloneable::$id as non static in %s on line %d
H A Dbug63462.phpt2 …st script to verify that magic methods should be called only once when accessing an unset property.
54 Notice: Undefined property: Test::$nonExisting in %sbug63462.php on line %d
56 Notice: Undefined property: Test::$publicProperty in %sbug63462.php on line %d
58 Notice: Undefined property: Test::$protectedProperty in %sbug63462.php on line %d
60 Notice: Undefined property: Test::$privateProperty in %sbug63462.php on line %d
H A Dstatic_properties_003_error4.phpt2 Attempting to access static properties using instance property syntax
17 Fatal error: Uncaught Error: Cannot access protected property C::$y in %s:8
21 Next Error: Cannot access protected property C::$y in %s:8
H A Dstatic_properties_undeclared_inc.phpt2 Incrementing a non-existent static property
9 Fatal error: Uncaught Error: Access to undeclared static property: C::$p in %s:3
H A Dstatic_properties_undeclared_assign.phpt2 Assigning to a non-existent static property
9 Fatal error: Uncaught Error: Access to undeclared static property: C::$p in %s:3
H A Dstatic_properties_undeclared_assignInc.phpt2 Assigning & incrementing a non-existent static property
9 Fatal error: Uncaught Error: Access to undeclared static property: C::$p in %s:3
H A Dstatic_properties_undeclared_read.phpt2 Reading a non-existent static property
9 Fatal error: Uncaught Error: Access to undeclared static property: C::$p in %s:3
/PHP-7.2/Zend/tests/
H A Dint_static_prop_name.phpt2 Using an integer as a static property name
40 Access to undeclared static property: Foo::$42
41 Access to undeclared static property: Foo::$42
42 Access to undeclared static property: Foo::$42
H A Dbug44660.phpt31 Notice: Trying to get property 'p' of non-object in %sbug44660.php on line 6
34 Warning: Attempt to assign property 'p' of non-object in %sbug44660.php on line 9
37 Warning: Attempt to increment/decrement property 'p' of non-object in %sbug44660.php on line 12
40 Warning: Attempt to modify property 'p' of non-object in %sbug44660.php on line 15
43 Warning: Attempt to modify property 'p' of non-object in %sbug44660.php on line 18
46 Warning: Attempt to modify property 'p' of non-object in %sbug44660.php on line 21
H A Dtemporary_cleaning_012.phpt8 self::$property = new self;
20 Access to undeclared static property: Foo::$property
H A Dbug30451.phpt8 protected static $property = TRUE;
23 var_dump(self::$property);
24 var_dump(parent::$property);
H A Dbug21888.phpt2 Bug #21888 (protected property and protected method of the same name)
7 protected $prot = "protected property\n";
32 protected property
H A Dbug63462.phpt2 …st script to verify that magic methods should be called only once when accessing an unset property.
55 Notice: Undefined property: Test::$nonExisting in %s on line %d
58 Notice: Undefined property: Test::$publicProperty in %s on line %d
61 Notice: Undefined property: Test::$protectedProperty in %s on line %d
64 Notice: Undefined property: Test::$privateProperty in %s on line %d
H A Dexception_013.phpt30 Exception: Access to undeclared static property: C::$a in %sexception_013.php on line 7
32 Exception: Cannot access private property C::$p in %sexception_013.php on line 13
34 Exception: Attempt to unset static property C::$a in %sexception_013.php on line 19
36 Fatal error: Uncaught Error: Access to undeclared static property: C::$a in %sexception_013.php:24
H A D024.phpt40 Notice: Trying to get property '1' of non-object in %s on line %d
43 Notice: Trying to get property '1' of non-object in %s on line %d
48 Notice: Trying to get property '1' of non-object in %s on line %d
50 Notice: Trying to get property '' of non-object in %s on line %d
/PHP-7.2/ext/reflection/tests/
H A DReflectionProperty_constructor_error.phpt19 echo "\n\nWrong property parameter type:\n";
27 echo "\n\nNon-existent property:\n";
40 Wrong property parameter type:
43 Non-existent property:
H A DReflectionProperty_export_error.phpt19 echo "\n\nWrong property parameter type:\n";
27 echo "\n\nNon-existent property:\n";
44 Wrong property parameter type:
47 Non-existent property:
/PHP-7.2/ext/standard/tests/array/
H A Darray_column_variant_objects.phpt51 echo "*** Testing array_column() : object property fetching (numeric property names) ***\n";
65 echo "*** Testing array_column() : object property fetching (string property names) ***\n";
82 *** Testing array_column() : object property fetching (numeric property names) ***
119 *** Testing array_column() : object property fetching (string property names) ***
/PHP-7.2/ext/oci8/tests/
H A Dbind_unsupported_3.phpt35 Warning: oci_bind_by_name(): Unable to find descriptor property in %sbind_unsupported_3.php on line…
38 Warning: oci_bind_by_name(): Unable to find descriptor property in %sbind_unsupported_3.php on line…
41 Warning: oci_bind_by_name(): Unable to find descriptor property in %sbind_unsupported_3.php on line…
44 Warning: oci_bind_by_name(): Unable to find descriptor property in %sbind_unsupported_3.php on line…
/PHP-7.2/ext/standard/tests/serialize/
H A Dbug69793.phpt10 Notice: Undefined property: Exception::$file in %s%ebug69793.php on line %d
12 Notice: Undefined property: Exception::$previous in %s%ebug69793.php on line %d
14 Notice: Undefined property: Exception::$previous in %s%ebug69793.php on line %d
/PHP-7.2/ext/spl/tests/
H A Dbug40442.phpt6 $a->offsetSet('property', 0);
7 var_dump($a->offsetExists('property'));
/PHP-7.2/ext/standard/tests/class_object/
H A Dproperty_exists_variation1.phpt6 * Description: Checks if the object or class has a property
17 echo "\ntesting property in autoloaded class\n";
28 testing property in autoloaded class
/PHP-7.2/Zend/tests/varSyntax/
H A DpropertyOfStringError.phpt2 Cannot take property of a string
10 Notice: Trying to get property 'bar' of non-object in %s on line %d
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_class_mysqli_warning_reflection.phpt90 Inspecting property 'errno'
98 Inspecting property 'message'
106 Inspecting property 'sqlstate'
113 Default property 'errno'
114 Default property 'message'
115 Default property 'sqlstate'

Completed in 31 milliseconds

12345678910>>...14