Home
last modified time | relevance | path

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

123456789

/PHP-5.4/tests/lang/
H A D042.phpt2 Dynamic access of constants
H A D041.phpt2 Dynamic access of static members
H A Dbug44827.phpt2 Bug #44827 (Class error when trying to access :: as constant)
/PHP-5.4/Zend/tests/
H A Dbug52484.phpt19 Fatal error: Cannot access empty property in %s on line %d
H A Dbug52484_2.phpt19 Fatal error: Cannot access empty property in %s on line %d
H A Dbug52484_3.phpt19 Fatal error: Cannot access empty property in %s on line %d
H A D037.phpt2 Trying to access inexistent static property of Closure
H A Dbug32427.phpt2 Bug #32427 (Interfaces are not allowed 'static' access modifier)
H A Dindirect_property_access.phpt2 Testing indirect property access
H A Derrmsg_023.phpt2 errmsg: access level must be the same or weaker
H A Dlsb_014.phpt2 ZE2 Late Static Binding access to static::const through defined() and get_constant()
H A Dobjects_029.phpt2 Trying to access undeclared static property
H A Dobjects_030.phpt2 Trying to access undeclared parent property
/PHP-5.4/ext/standard/tests/file/
H A Dlstat_stat_variation15.phpt34 echo "*** Testing lstat() on a link after changing its access permission ***\n";
58 *** Testing lstat() on a link after changing its access permission ***
/PHP-5.4/ext/spl/internal/
H A Douteriterator.inc13 * @brief Interface to access the current inner iteraor of iterator wrappers
/PHP-5.4/ext/fileinfo/tests/
H A Dbug68735.phpt2 Bug #68735 fileinfo out-of-bounds memory access
/PHP-5.4/Zend/tests/traits/
H A Derror_012.phpt2 Trying to access a protected trait method
H A Dlanguage004.phpt2 Use instead to solve a conflict and as to access the method.
/PHP-5.4/ext/fileinfo/libmagic/
H A Dmagic.c126 if (access(hmagicpath, R_OK) == -1)
146 if (tmppath && access(tmppath, R_OK) != -1) { \
237 if (access(file, W_OK) == 0) in unreadable_info()
240 if (access(file, X_OK) == 0) in unreadable_info()
/PHP-5.4/ext/spl/tests/
H A Diterator_003.phpt82 // The goal is to verify we can access the cached string value even if it was
83 // generated by a call to __toString(). To check this we need to access the
/PHP-5.4/ext/reflection/tests/
H A Dbug37816.phpt27 Caught: Cannot access non-public member TestClass::p
/PHP-5.4/ext/mysqli/tests/
H A Dbug55859.phpt2 Bug #55859 mysqli->stat property access gives error
/PHP-5.4/ext/com_dotnet/
H A DREADME20 Where the foo[43] access triggers an exception will continue to call the bar()
23 Default properties and array access:
29 default property and then access it. In PHP 4, it was hard-coded to use the
/PHP-5.4/tests/classes/
H A Dconstants_basic_001.phpt34 echo "\nAttempt to access various kinds of class constants:\n";
64 Attempt to access various kinds of class constants:
/PHP-5.4/ext/phar/tests/
H A Dfrontcontroller10.phpt2 Phar front controller rewrite access denied

Completed in 28 milliseconds

123456789