Home
last modified time | relevance | path

Searched refs:protect (Results 1 – 8 of 8) sorted by relevance

/php-src/ext/json/tests/
H A Djson_encode_recursion_01.phpt12 protected $c = 'protect';
/php-src/Zend/
H A Dzend_gc.h56 ZEND_API bool gc_protect(bool protect);
H A Dzend_fibers.c229 DWORD protect; in zend_fiber_stack_allocate() local
231 …rtualProtect(pointer, ZEND_FIBER_GUARD_PAGES * page_size, PAGE_READWRITE | PAGE_GUARD, &protect)) { in zend_fiber_stack_allocate()
H A Dzend_gc.c567 ZEND_API bool gc_protect(bool protect) in gc_protect() argument
570 GC_G(gc_protected) = protect; in gc_protect()
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c252 struct uffdio_writeprotect protect = { in phpdbg_change_watchpoint_access() local
257 ioctl(PHPDBG_G(watch_userfaultfd), UFFDIO_WRITEPROTECT, &protect); in phpdbg_change_watchpoint_access()
1133 struct uffdio_writeprotect protect = { local
1140 ioctl(PHPDBG_G(watch_userfaultfd), UFFDIO_WRITEPROTECT, &protect);
/php-src/ext/mbstring/libmbfl/
H A DLICENSE35 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 DLICENSE36 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 Dreference-counting.rst214 The ``GC_PROTECTED`` flag is used to protect against recursion in various internal functions. For

Completed in 39 milliseconds