Searched refs:protect (Results 1 – 8 of 8) sorted by relevance
/php-src/ext/json/tests/ |
H A D | json_encode_recursion_01.phpt | 12 protected $c = 'protect';
|
/php-src/Zend/ |
H A D | zend_gc.h | 56 ZEND_API bool gc_protect(bool protect);
|
H A D | zend_fibers.c | 232 DWORD protect; in zend_fiber_stack_allocate() local 234 …rtualProtect(pointer, ZEND_FIBER_GUARD_PAGES * page_size, PAGE_READWRITE | PAGE_GUARD, &protect)) { in zend_fiber_stack_allocate()
|
H A D | zend_gc.c | 587 ZEND_API bool gc_protect(bool protect) in gc_protect() argument 590 GC_G(gc_protected) = protect; in gc_protect()
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_watch.c | 252 struct uffdio_writeprotect protect = { in phpdbg_change_watchpoint_access() local 257 ioctl(PHPDBG_G(watch_userfaultfd), UFFDIO_WRITEPROTECT, &protect); in phpdbg_change_watchpoint_access() 1138 struct uffdio_writeprotect protect = { local 1145 ioctl(PHPDBG_G(watch_userfaultfd), UFFDIO_WRITEPROTECT, &protect);
|
/php-src/ext/mbstring/libmbfl/ |
H A D | LICENSE | 35 To protect your rights, we need to make restrictions that forbid 48 We protect your rights with a two-step method: (1) we copyright the 52 To protect each distributor, we want to make it very clear that 82 does Less to protect the user's freedom than the ordinary General
|
/php-src/ext/bcmath/libbcmath/ |
H A D | LICENSE | 36 To protect your rights, we need to make restrictions that forbid 49 We protect your rights with a two-step method: (1) we copyright the 53 To protect each distributor, we want to make it very clear that 83 does Less to protect the user's freedom than the ordinary General
|
/php-src/docs/source/core/data-structures/ |
H A D | reference-counting.rst | 214 The ``GC_PROTECTED`` flag is used to protect against recursion in various internal functions. For
|
Completed in 57 milliseconds