Home
last modified time | relevance | path

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

123456789

/PHP-5.5/ext/gd/tests/
H A Dbug72512_0.phpt2 Bug #72512 gdImageTrueColorToPaletteBody allows arbitrary write/read access, var 0
H A Dbug72512_1.phpt2 Bug #72512 gdImageTrueColorToPaletteBody allows arbitrary write/read access, var 1
/PHP-5.5/Zend/tests/
H A Dclass_name_as_scalar_error_005.phpt10 Fatal error: Cannot access static::class when no class scope is active in %s on line %d
H A Dbug29015.phpt11 Fatal error: Cannot access empty property in %sbug29015.php on line 4
H A Dclass_name_as_scalar_error_006.phpt10 Fatal error: Cannot access parent::class when no class scope is active in %s on line %d
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
/PHP-5.5/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.5/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.5/ext/spl/internal/
H A Douteriterator.inc13 * @brief Interface to access the current inner iteraor of iterator wrappers
/PHP-5.5/ext/fileinfo/tests/
H A Dbug68735.phpt2 Bug #68735 fileinfo out-of-bounds memory access
/PHP-5.5/Zend/tests/traits/
H A Derror_012.phpt2 Trying to access a protected trait method
/PHP-5.5/ext/reflection/tests/
H A Dbug37816.phpt27 Caught: Cannot access non-public member TestClass::p
/PHP-5.5/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.5/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.5/ext/mysqli/tests/
H A Dbug55859.phpt2 Bug #55859 mysqli->stat property access gives error

Completed in 22 milliseconds

123456789