/PHP-7.0/Zend/tests/anon/ |
H A D | 005.phpt | 9 /* array access will be implemented by the time we get to here */ 14 /* create a child object implementing array access */ 15 /* this grants you access to protected methods and members */ 33 /* null because no inheritance, so no access to protected member */
|
/PHP-7.0/ext/standard/tests/file/ |
H A D | 005_variation2.phpt | 27 Description: Attempts to set the access and modification times of the file 33 Description: Prints access, modification and change times of a file 37 echo "-- File access time is => "; 88 -- File access time is => 93 -- File access time is => 98 -- File access time is => 103 -- File access time is => %d 108 -- File access time is => %d
|
H A D | 005_variation-win32.phpt | 34 echo "-- File access time is => "; 127 /* set to access time of $file_name2 */ 157 -- File access time is => %d:%s:%s:%d:%d:%d 160 -- File access time is => %d:%s:%s:%d:%d:%d 163 -- File access time is => %d:%s:%s:%d:%d:%d 168 -- File access time is => %d:%s:%s:%d:%d:%d 173 -- File access time is => %d:%s:%s:%d:%d:%d 178 -- File access time is => %d:%s:%s:%d:%d:%d 183 -- File access time is => %d:%s:%s:%d:%d:%d 188 -- File access time is => %d:%s:%s:%d:%d:%d [all …]
|
H A D | 005_variation.phpt | 37 echo "-- File access time is => "; 142 /* set to access time of $file_name2 */ 186 -- File access time is => %d:%s:%s:%d:%d:%d 189 -- File access time is => %d:%s:%s:%d:%d:%d 192 -- File access time is => %d:%s:%s:%d:%d:%d 197 -- File access time is => %d:%s:%s:%d:%d:%d 202 -- File access time is => %d:%s:%s:%d:%d:%d 207 -- File access time is => %d:%s:%s:%d:%d:%d 212 -- File access time is => %d:%s:%s:%d:%d:%d 217 -- File access time is => %d:%s:%s:%d:%d:%d [all …]
|
H A D | 005_variation2-win32.phpt | 27 Description: Attempts to set the access and modification times of the file 33 Description: Prints access, modification and change times of a file 37 echo "-- File access time is => "; 74 -- File access time is => 79 -- File access time is => 84 -- File access time is => 89 -- File access time is => 100 -- File access time is =>
|
H A D | fopen_variation14-win32.phpt | 106 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir\fopen_variation14.tm… 111 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir\fopen_variation14.tm… 116 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm… 121 Warning: fopen(): remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm… 126 Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.… 131 Warning: fopen(): remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.… 136 Warning: fopen(): remote host file access not supported, file://.\fopen14.tmpDir\fopen_variation14.… 141 Warning: fopen(): remote host file access not supported, file://.\fopen14.tmpDir\fopen_variation14.… 158 Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14… 163 Warning: fopen(): remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14… [all …]
|
/PHP-7.0/tests/classes/ |
H A D | static_properties_003_error4.phpt | 2 Attempting to access static properties using instance property syntax 18 Fatal error: Uncaught Error: Cannot access protected property C::$y in %s:8 22 Next Error: Cannot access protected property C::$y in %s:8
|
H A D | static_properties_003_error1.phpt | 2 Attempting to access static properties using instance property syntax 18 Fatal error: Uncaught Error: Cannot access protected property C::$y in %s:8
|
H A D | static_properties_003_error2.phpt | 2 Attempting to access static properties using instance property syntax 18 Fatal error: Uncaught Error: Cannot access protected property C::$y in %s:8
|
H A D | static_properties_003_error3.phpt | 2 Attempting to access static properties using instance property syntax 18 Fatal error: Uncaught Error: Cannot access protected property C::$y in %s:8
|
/PHP-7.0/Zend/tests/ |
H A D | exception_014.phpt | 2 Exceptions on improper access to static class properties 19 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 D | errmsg_009.phpt | 2 errmsg: multiple access type modifiers are not allowed (properties) 13 Fatal error: Multiple access type modifiers are not allowed in %s on line %d
|
H A D | errmsg_010.phpt | 2 errmsg: multiple access type modifiers are not allowed (methods) 13 Fatal error: Multiple access type modifiers are not allowed in %s on line %d
|
H A D | access_modifiers_002.phpt | 2 using multiple access modifiers (attributes) 13 Fatal error: Multiple access type modifiers are not allowed in %s on line %d
|
H A D | access_modifiers_001.phpt | 2 using multiple access modifiers (methods) 14 Fatal error: Multiple access type modifiers are not allowed in %s on line %d
|
/PHP-7.0/ext/reflection/tests/ |
H A D | ReflectionProperty_setAccessible.phpt | 119 string(44) "Cannot access non-public member A::protected" 120 string(50) "Cannot access non-public member A::protectedStatic" 121 string(42) "Cannot access non-public member A::private" 122 string(48) "Cannot access non-public member A::privateStatic" 131 string(44) "Cannot access non-public member B::protected" 132 string(50) "Cannot access non-public member B::protectedStatic" 133 string(42) "Cannot access non-public member A::private"
|
H A D | ReflectionClass_getProperty_003.phpt | 113 Cannot access non-public member C::protA 131 Cannot access non-public member C::protB 149 Cannot access non-public member C::protC 157 Cannot access non-public member C::privC 175 Cannot access non-public member A::protC 183 Cannot access non-public member A::privC 199 Cannot access non-public member B::protC 207 Cannot access non-public member B::privC 233 Cannot access non-public member C::protC 241 Cannot access non-public member C::privC
|
/PHP-7.0/ext/spl/tests/ |
H A D | arrayObject_setFlags_basic2.phpt | 2 SPL: Ensure access to non-visible properties falls back to dimension access with ArrayObject::ARRAY… 29 Fatal error: Uncaught Error: Cannot access private property C::$x in %s:19
|
H A D | arrayObject_setFlags_basic1.phpt | 25 echo "\n--> Remove the real property and access the array element:\n"; 29 echo "\n--> Remove the array element and try access again:\n"; 39 --> Remove the real property and access the array element: 44 --> Remove the array element and try access again:
|
H A D | bug45622.phpt | 17 echo "\n--> Remove the real property and access the array element:\n"; 22 echo "\n--> Remove the array element and try access again:\n"; 38 --> Remove the real property and access the array element: 42 --> Remove the array element and try access again:
|
/PHP-7.0/ext/standard/tests/serialize/ |
H A D | serialization_objects_005.phpt | 23 echo "\n\n---> Various types of access on complete class:\n" ; 43 echo "\n\n---> Same types of access on incomplete class:\n" ; 67 ---> Various types of access on complete class: 84 ---> Same types of access on incomplete class: 93 Notice: main(): The script tried to execute a method or access a property of an incomplete object. … 96 Notice: main(): The script tried to execute a method or access a property of an incomplete object. … 98 Notice: main(): The script tried to execute a method or access a property of an incomplete object. … 101 Notice: main(): The script tried to execute a method or access a property of an incomplete object. … 104 Notice: main(): The script tried to execute a method or access a property of an incomplete object. … 107 Notice: main(): The script tried to execute a method or access a property of an incomplete object. … [all …]
|
/PHP-7.0/ext/simplexml/ |
H A D | README | 1 SimpleXML is meant to be an easy way to access XML data. 8 4) string conversion allows to access TEXT data 25 Due to engine problems it is currently not possible to access 31 At the moment property access to multiple elements of the same
|
/PHP-7.0/ext/dom/tests/ |
H A D | bug67949.phpt | 20 echo "testing property access\n"; 45 echo "testing attribute access\n"; 56 testing property access 84 testing attribute access
|
/PHP-7.0/ext/posix/tests/ |
H A D | posix_access.phpt | 4 checks for existence, read-access, write-access, execute-access
|
/PHP-7.0/ext/standard/tests/general_functions/ |
H A D | ini_get_all.phpt | 40 ["access"]=> 49 ["access"]=> 58 ["access"]=>
|