/php-src/Zend/tests/ |
H A D | 033.phpt | 30 Warning: Trying to access array offset on null in %s on line %d 32 Warning: Trying to access array offset on null in %s on line %d 34 Warning: Trying to access array offset on null in %s on line %d 36 Warning: Trying to access array offset on null in %s on line %d 38 Warning: Trying to access array offset on null in %s on line %d 42 Warning: Trying to access array offset on null in %s on line %d 44 Warning: Trying to access array offset on null in %s on line %d 46 Warning: Trying to access array offset on null in %s on line %d 48 Warning: Trying to access array offset on null in %s on line %d 50 Warning: Trying to access array offset on null in %s on line %d [all …]
|
H A D | offset_bool.phpt | 2 using different variables to access boolean offsets 28 Warning: Trying to access array offset on true in %s on line %d 31 Warning: Trying to access array offset on true in %s on line %d 34 Warning: Trying to access array offset on true in %s on line %d 37 Warning: Trying to access array offset on true in %s on line %d 40 Warning: Trying to access array offset on true in %s on line %d 43 Warning: Trying to access array offset on true in %s on line %d 46 Warning: Trying to access array offset on true in %s on line %d 49 Warning: Trying to access array offset on true in %s on line %d 52 Warning: Trying to access array offset on true in %s on line %d
|
H A D | offset_long.phpt | 2 using different variables to access long offsets 28 Warning: Trying to access array offset on int in %s on line %d 31 Warning: Trying to access array offset on int in %s on line %d 34 Warning: Trying to access array offset on int in %s on line %d 37 Warning: Trying to access array offset on int in %s on line %d 40 Warning: Trying to access array offset on int in %s on line %d 43 Warning: Trying to access array offset on int in %s on line %d 46 Warning: Trying to access array offset on int in %s on line %d 49 Warning: Trying to access array offset on int in %s on line %d 52 Warning: Trying to access array offset on int in %s on line %d
|
H A D | offset_null.phpt | 2 using different variables to access null offsets 28 Warning: Trying to access array offset on null in %s on line %d 31 Warning: Trying to access array offset on null in %s on line %d 34 Warning: Trying to access array offset on null in %s on line %d 37 Warning: Trying to access array offset on null in %s on line %d 40 Warning: Trying to access array offset on null in %s on line %d 43 Warning: Trying to access array offset on null in %s on line %d 46 Warning: Trying to access array offset on null in %s on line %d 49 Warning: Trying to access array offset on null in %s on line %d 52 Warning: Trying to access array offset on null in %s on line %d
|
H A D | bug70918.phpt | 42 string(52) "Cannot access "static" when no class scope is active" 43 string(52) "Cannot access "parent" when no class scope is active" 44 string(50) "Cannot access "self" when no class scope is active" 45 string(52) "Cannot access "static" when no class scope is active" 46 string(52) "Cannot access "static" when no class scope is active" 47 string(52) "Cannot access "static" when no class scope is active"
|
H A D | self_method_or_prop_outside_class.phpt | 33 Cannot access "self" when no class scope is active 34 Cannot access "self" when no class scope is active 35 Cannot access "self" when no class scope is active 36 Cannot access "self" when no class scope is active
|
H A D | property_access_errors_for_guarded_properties.phpt | 2 Property access errors should be thrown for overloaded properties protected by recursion guards 53 Cannot access private property Test::$prop 54 Cannot access private property Test::$prop 55 Cannot access private property Test::$prop
|
H A D | offset_string.phpt | 2 using different variables to access string offsets 58 Cannot access offset of type string on string 60 Cannot access offset of type string on string 70 Cannot access offset of type resource on string 71 Cannot access offset of type stdClass on string 72 Cannot access offset of type array on string
|
/php-src/ext/spl/tests/ |
H A D | fixedarray_003.phpt | 171 Cannot access offset of type array on SplFixedArray 175 Cannot access offset of type string on SplFixedArray 176 Cannot access offset of type string on SplFixedArray 177 Cannot access offset of type string on SplFixedArray 184 Cannot access offset of type array on SplFixedArray 190 Cannot access offset of type string on SplFixedArray 191 Cannot access offset of type string on SplFixedArray 192 Cannot access offset of type string on SplFixedArray 199 Cannot access offset of type array on SplFixedArray 205 Cannot access offset of type string on SplFixedArray [all …]
|
H A D | ArrayObject_illegal_offset.phpt | 35 Cannot access offset of type array on ArrayObject 36 Cannot access offset of type array on ArrayObject 37 Cannot access offset of type array on ArrayObject 38 Cannot access offset of type array in isset or empty
|
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"; 37 --> Remove the real property and access the array element: 41 --> Remove the array element and try access again:
|
/php-src/Zend/tests/numeric_strings/ |
H A D | string_offset.phpt | 42 Cannot access offset of type string on string 44 Cannot access offset of type string on string 46 Cannot access offset of type string on string 48 Cannot access offset of type string on string 52 Cannot access offset of type string on string 56 Cannot access offset of type string on string 60 Cannot access offset of type string on string 64 Cannot access offset of type string on string
|
/php-src/sapi/fpm/tests/ |
H A D | log-suppress-output-request-body.phpt | 2 FPM: Test URIs are not excluded from access log when there is a request body 24 access.log = {{FILE:LOG:ACC}} 25 access.format = "'%m %r%Q%q' %s" 26 access.suppress_path[] = /ping 27 access.suppress_path[] = /request-1 28 access.suppress_path[] = /request-2 29 access.suppress_path[] = /request-3 30 access.suppress_path[] = /request-4 31 access.suppress_path[] = /request-5 32 access.suppress_path[] = /request-6
|
H A D | config-array.phpt | 16 access.suppress_path[] = /ping 17 access.suppress_path[] = /health_check.php 30 'access.suppress_path[] = /ping', 31 'access.suppress_path[] = /health_check.php',
|
H A D | config-array-validation-suppress-path-key-2.phpt | 2 FPM: Validates arrays in configuration are correctly set - access.suppress_path doesn't accept key … 16 access.suppress_path[/] = test 23 $tester->expectLogError("\[%s:%d\] Keys provided to field 'access.suppress_path' are ignored");
|
H A D | config-array-validation-suppress-path-key.phpt | 2 FPM: Validates arrays in configuration are correctly set - access.suppress_path doesn't allow key 16 access.suppress_path[pingpath] = /ping 23 $tester->expectLogError("\[%s:%d\] Keys provided to field 'access.suppress_path' are ignored");
|
H A D | config-array-validation-suppress-path-starts-slash.phpt | 2 FPM: Validates arrays in configuration are correctly set - access.suppress_path begins with forward… 16 access.suppress_path[] = needs / to start with a slash 23 $tester->expectLogError("\[%s:%d\] Values provided to field 'access.suppress_path' must begin with …
|
/php-src/ext/dom/tests/modern/token_list/ |
H A D | dimensions_error.phpt | 45 Cannot access offset of type stdClass on Dom\TokenList 46 Cannot access offset of type stdClass in isset or empty 47 Cannot access offset of type stdClass in isset or empty 48 Cannot access offset of type array on Dom\TokenList 49 Cannot access offset of type array in isset or empty 50 Cannot access offset of type array in isset or empty
|
/php-src/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-src/Zend/tests/exceptions/ |
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
|
/php-src/ext/standard/tests/file/ |
H A D | 005_variation-win32.phpt | 14 echo "-- File access time is => "; 118 /* set to access time of $file_name2 */ 148 -- File access time is => %d:%s:%s:%d:%d:%d 151 -- File access time is => %d:%s:%s:%d:%d:%d 154 -- File access time is => %d:%s:%s:%d:%d:%d 159 -- File access time is => %d:%s:%s:%d:%d:%d 164 -- File access time is => %d:%s:%s:%d:%d:%d 169 -- File access time is => %d:%s:%s:%d:%d:%d 174 -- File access time is => %d:%s:%s:%d:%d:%d 179 -- File access time is => %d:%s:%s:%d:%d:%d [all …]
|
/php-src/Zend/tests/offsets/ |
H A D | null_container_offset_behaviour.phpt | 140 Cannot access offset of type %s on array 142 Cannot access offset of type %s on array 144 Cannot access offset of type %s on array 150 Cannot access offset of type %s on array 152 Cannot access offset of type %s on array 156 Cannot access offset of type %s on array 158 Cannot access offset of type %s on array 160 Cannot access offset of type %s on array 162 Cannot access offset of type %s on array 164 Cannot access offset of type %s on array [all …]
|
H A D | false_container_offset_behaviour.phpt | 146 Cannot access offset of type %s on array 148 Cannot access offset of type %s on array 150 Cannot access offset of type %s on array 156 Cannot access offset of type %s on array 158 Cannot access offset of type %s on array 162 Cannot access offset of type %s on array 164 Cannot access offset of type %s on array 166 Cannot access offset of type %s on array 168 Cannot access offset of type %s on array 170 Cannot access offset of type %s on array [all …]
|