Home
last modified time | relevance | path

Searched refs:access (Results 351 – 374 of 374) sorted by relevance

1...<<1112131415

/php-src/
H A DCONTRIBUTING.md8 You don't need any special access to download, build, debug and begin submitting
57 Read [Git access page](https://www.php.net/git.php) for help on using Git to get
312 This section refers to contributors that have Git push access and make commit
H A Dphp.ini-development640 ; can still get access to the environment variables through getenv() should you
1178 ; *Any* user with PHP access can run 'echo get_cfg_var("mysqli.default_pw")
1179 ; and reveal this password! And of course, any users with read access to this
1406 ; - User may access your site with the same session ID
H A Dphp.ini-production642 ; can still get access to the environment variables through getenv() should you
1180 ; *Any* user with PHP access can run 'echo get_cfg_var("mysqli.default_pw")
1181 ; and reveal this password! And of course, any users with read access to this
1408 ; - User may access your site with the same session ID
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c238 static void phpdbg_change_watchpoint_access(phpdbg_watchpoint_t *watch, int access) { in phpdbg_change_watchpoint_access() argument
247 if (access == PROT_READ) { in phpdbg_change_watchpoint_access()
269 mprotect(page_addr, size, access); in phpdbg_change_watchpoint_access()
/php-src/ext/mbstring/libmbfl/
H A DLICENSE234 If distribution of object code is made by offering access to copy
235 from a designated place, then offering equivalent access to copy the
311 d) If distribution of the work is made by offering access to copy
312 from a designated place, offer equivalent access to copy the above
/php-src/ext/bcmath/libbcmath/
H A DLICENSE237 If distribution of object code is made by offering access to copy
238 from a designated place, then offering equivalent access to copy the
314 d) If distribution of the work is made by offering access to copy
315 from a designated place, offer equivalent access to copy the above
/php-src/win32/
H A Dioutil.h95 DWORD access; member
/php-src/docs/source/core/data-structures/
H A Dzval.rst131 access them, concealing some of the implementation details of the ``zval`` struct. For many macros,
H A Dreference-counting.rst162 usually requires exclusive access to the memory so that the other processes or threads wait until
/php-src/Zend/tests/offsets/
H A Dinternal_handlers.phpt241 Warning: Trying to access array offset on true in %s on line %d
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt151 …1044 may occur here if running tests using a custom user that does not have access to all databases
/php-src/ext/posix/
H A Dposix.c723 ret = access(path, mode); in PHP_FUNCTION()
/php-src/ext/opcache/
H A Dzend_accelerator_module.c175 access(ZSTR_VAL(new_value), R_OK | W_OK | X_OK) != 0) {
H A DZendAccelerator.c1970 return access(ZSTR_VAL(persistent_script->script.filename), R_OK) != 0; in check_persistent_script_access()
1979 bool ret = access(phar_path, R_OK) != 0; in check_persistent_script_access()
/php-src/docs-old/
H A Dstreams.md177 What if your extension needs to access the `FILE*` of a user level file pointer?
/php-src/sapi/fpm/tests/
H A Dlogtool.inc455 $this->expectNotice('access log file re-opened')
/php-src/ext/fileinfo/
H A Dlibmagic.patch835 - if (access(buf, R_OK) != -1) {
2288 - if (access(tmppath, R_OK) == -1)
2389 - if (access(hmagicpath, R_OK) == -1)
2491 - * Try to restore access, modification times if read it.
/php-src/Zend/
H A Dzend_virtual_cwd.c1346 ret = access(new_state.cwd, mode); in virtual_access()
/php-src/docs/
H A Drelease-process.md990 3. Email systems@php.net to get setup for access to downloads.php.net, to be
1002 up access to downloads.php.net through jump hosts, and provide a
/php-src/ext/phar/tests/files/
H A Dpear2coverage.phar1507 * or the files they access have been modified
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc1078 /* diriect va_list access */
H A Dir_x86.dasc2857 /* diriect va_list access */
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます12530 >0 ubyte 0xe1 DOS access or SpeedStor 12-bit
17429 # and allow access to the protective partition. This code will
30182 #!:mime application/vnd.ms-access
H A Dmagic12530 >0 ubyte 0xe1 DOS access or SpeedStor 12-bit
17429 # and allow access to the protective partition. This code will
30182 #!:mime application/vnd.ms-access

Completed in 242 milliseconds

1...<<1112131415