Home
last modified time | relevance | path

Searched refs:access (Results 51 – 75 of 364) sorted by relevance

12345678910>>...15

/php-src/tests/classes/
H A Dstatic_properties_003_error4.phpt2 Attempting to access static properties using instance property syntax
19 Error: Cannot access protected property C::$y in %s:%d
H A Dunset_properties.phpt2 Un-setting instance properties causes magic methods to be called when trying to access them from ou…
91 $o->publicProperty = 'new publicProperty value via public access';
137 __set "publicProperty" to "new publicProperty value via public access"
139 new publicProperty value via public access
/php-src/ext/standard/tests/serialize/
H A Dserialization_objects_005.phpt12 echo "\n\n---> Various types of access on complete class:\n" ;
32 echo "\n\n---> Same types of access on incomplete class:\n" ;
76 ---> Various types of access on complete class:
93 ---> Same types of access on incomplete class:
102 Warning: main(): The script tried to access a property on an incomplete object. Please ensure that …
106 Warning: main(): The script tried to access a property on an incomplete object. Please ensure that …
109 Warning: main(): The script tried to access a property on an incomplete object. Please ensure that …
114 Warning: main(): The script tried to access a property on an incomplete object. Please ensure that …
118 Warning: main(): The script tried to access a property on an incomplete object. Please ensure that …
122 Warning: main(): The script tried to access a property on an incomplete object. Please ensure that …
/php-src/Zend/tests/
H A Dbug70873.phpt2 Bug #70873 (Regression on private static properties access)
30 Fatal error: Uncaught Error: Cannot access private property B::$x in %sbug70873.php:%d
H A Dillegal_offset_unset_isset_empty.phpt26 Cannot access offset of type array in isset or empty
27 Cannot access offset of type array in isset or empty
H A Ddereference_010.phpt24 Warning: Trying to access array offset on int in %s on line %d
27 Warning: Trying to access array offset on int in %s on line %d
H A Dbug29674.phpt2 Bug #29674 (inherited method doesn't have access to private variables of the derived class)
41 Fatal error: Uncaught Error: Cannot access private property ChildClass::$private_child in %sbug2967…
H A Dgh9775_1.phpt11 case COURSES_REPORTING_ACCESS = 'courses-reporting.access';
12 case B2B_DASHBOARD_ACCESS = 'b2b-dashboard.access';
H A D024.phpt20 Warning: Trying to access array offset on null in %s on line %d
27 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 Dcall_user_func_001.phpt40 call_user_func(): Argument #1 ($callback) must be a valid callback, cannot access private method te…
41 call_user_func(): Argument #1 ($callback) must be a valid callback, cannot access protected method …
H A Ddereference_014.phpt30 Warning: Trying to access array offset on null in %s on line %d
35 Warning: Trying to access array offset on null in %s on line %d
H A Dclosure_020.phpt2 Closure 020: Trying to access private property outside class
50 Fatal error: Uncaught Error: Cannot access private property foo::$test in %s:%d
H A Disset_array.phpt49 Cannot access offset of type array in isset or empty
50 Cannot access offset of type stdClass in isset or empty
H A Dbug80972.phpt39 Cannot access offset of type string on string
40 Cannot access offset of type string on string
/php-src/ext/dom/tests/modern/html/interactions/
H A DHTMLCollection_dimension_errors.phpt31 Cannot access offset of type bool on Dom\HTMLCollection
32 Cannot access offset of type bool in isset or empty
/php-src/Zend/tests/offsets/
H A Dinvalid_container_offset_behaviour.phpt23 Warning: Trying to access array offset on $containerStr in %s on line 8
29 Warning: Trying to access array offset on $containerStr in %s on line 22
45 Warning: Trying to access array offset on $containerStr in %s on line 74
47 Warning: Trying to access array offset on null in %s on line 74
/php-src/Zend/tests/constexpr/
H A Dnew_self_parent.phpt38 Cannot access "self" when no class scope is active
39 Cannot access "parent" when current class scope has no parent
/php-src/ext/pdo_firebird/tests/
H A Dtransaction_access_mode.phpt2 PDO_Firebird: transaction access mode
160 SQLSTATE[42000]: Syntax error or access violation: -817 attempted update during read-only transacti…
173 SQLSTATE[HY000]: General error: Cannot change access mode while a transaction is already open
177 SQLSTATE[HY000]: General error: Cannot change access mode while a transaction is already open
181 SQLSTATE[HY000]: General error: Cannot change access mode while a transaction is already open
185 SQLSTATE[HY000]: General error: Cannot change access mode while a transaction is already open
/php-src/ext/standard/tests/file/
H A Dfopen_variation14.phpt91 Warning: fopen(): Remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
96 Warning: fopen(): Remote host file access not supported, file://fopen14.tmpDir/fopen_variation14.tm…
101 Warning: fopen(): Remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
106 Warning: fopen(): Remote host file access not supported, file://./fopen14.tmpDir/fopen_variation14.…
115 Warning: fopen(): Remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
120 Warning: fopen(): Remote host file access not supported, file://../fopen14.tmpDir/fopen_variation14…
H A Dfopen_variation15.phpt95 Warning: fopen(): Remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
100 Warning: fopen(): Remote host file access not supported, file://fopen15.tmpDir/fopen_variation15.tm…
105 Warning: fopen(): Remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
110 Warning: fopen(): Remote host file access not supported, file://./fopen15.tmpDir/fopen_variation15.…
119 Warning: fopen(): Remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
124 Warning: fopen(): Remote host file access not supported, file://../fopen15.tmpDir/fopen_variation15…
/php-src/ext/pgsql/tests/
H A DREADME.md10 account named `testuser` and grant that user access to the database `test`.
14 as the same user running the tests you ensure that the user is granted access to
/php-src/sapi/fpm/tests/
H A Dgh8885-stderr-fd-reload-usr1.phpt2 FPM: GH-8885 - access.log with stderr begins to write logs to error_log after reloading logs
19 access.log=/dev/stderr
H A Dgh8885-stderr-fd-reload-usr2.phpt2 FPM: GH-8885 - access.log with stderr begins to write logs to error_log after daemon reload
19 access.log=/dev/stderr
/php-src/ext/standard/tests/strings/
H A Dbug72823.phpt2 Bug #72823 (strtr out-of-bound access)
/php-src/ext/standard/tests/class_object/
H A DAutoTest.inc7 echo "attempt to access $name\n";

Completed in 47 milliseconds

12345678910>>...15