/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_atomic.h | 37 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() 63 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() 98 static inline atomic_uint_t atomic_cas_64(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* … in atomic_cas_64() 106 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() 115 static inline atomic_uint_t atomic_cas_32(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* … in atomic_cas_32() 123 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set()
|
H A D | fpm_main.c | 1140 char old; in init_request_info() local
|
/PHP-8.0/scripts/dev/ |
H A D | bless_tests.php | 138 public $old; variable in DiffElem 142 public function __construct(int $type, $old, $new) { 170 public function diff(array $old, array $new) {
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | compress.c | 526 uncompressgzipped(const unsigned char *old, unsigned char **newch, in uncompressgzipped() 561 uncompresszlib(const unsigned char *old, unsigned char **newch, in uncompresszlib() 605 uncompressbzlib(const unsigned char *old, unsigned char **newch, in uncompressbzlib() 648 uncompressxzlib(const unsigned char *old, unsigned char **newch, in uncompressxzlib() 737 writechild(int fd, const void *old, size_t n) in writechild() 814 uncompressbuf(int fd, size_t bytes_max, size_t method, const unsigned char *old, in uncompressbuf()
|
/PHP-8.0/ext/opcache/ |
H A D | shared_alloc_win32.c | 188 DWORD old; in zend_shared_alloc_reattach() local 315 DWORD old; in create_segments() local
|
H A D | zend_accelerator_util_funcs.c | 30 # define accel_xlat_set(old, new) zend_hash_index_add_new_ptr(&ZCG(bind_hash), (zend_ulong)(zend_ui… argument 31 # define accel_xlat_get(old) zend_hash_index_find_ptr(&ZCG(bind_hash), (zend_ulong)(zend_uintptr_t… argument 33 # define accel_xlat_set(old, new) zend_hash_str_add_new_ptr(&ZCG(bind_hash), (char*)&(old), sizeof(… argument 34 # define accel_xlat_get(old) zend_hash_str_find_ptr(&ZCG(bind_hash), (char*)&(old), sizeof(void… argument
|
H A D | zend_shared_alloc.c | 548 void zend_shared_alloc_register_xlat_entry(const void *old, const void *new) in zend_shared_alloc_register_xlat_entry() 556 void *zend_shared_alloc_get_xlat_entry(const void *old) in zend_shared_alloc_get_xlat_entry()
|
H A D | zend_file_cache.c | 205 char old = *s; local
|
/PHP-8.0/ext/soap/ |
H A D | php_xml.c | 92 zend_bool old; in soap_xmlParseFile() local 141 zend_bool old; in soap_xmlParseMemory() local
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_set.c | 207 FILE *old = PHPDBG_G(oplog); in PHPDBG_SET() local
|
/PHP-8.0/ext/standard/ |
H A D | html.c | 820 const char *old, in traverse_for_entities() 1016 PHPAPI zend_string *php_escape_html_entities(const unsigned char *old, size_t oldlen, int all, int … in php_escape_html_entities() 1028 const unsigned char *old, in find_entity_for_char() 1103 PHPAPI zend_string *php_escape_html_entities_ex(const unsigned char *old, size_t oldlen, int all, i… in php_escape_html_entities_ex()
|
H A D | string.c | 99 static zend_string *php_bin2hex(const unsigned char *old, const size_t oldlen) in php_bin2hex() 117 static zend_string *php_hex2bin(const unsigned char *old, const size_t oldlen) in php_hex2bin() 2462 zend_string *old; local
|
/PHP-8.0/ext/phar/ |
H A D | tar.c | 216 uint32_t sum1, sum2, size, old; in phar_parse_tarfile() local 707 php_stream *old; member
|
H A D | zip.c | 810 php_stream *old; member
|
H A D | phar.c | 50 zend_bool old, ini; in ZEND_INI_MH() local
|
/PHP-8.0/ext/calendar/ |
H A D | calendar.c | 385 char *p, old[18], *endofalafim; in heb_number_to_chars() local
|
/PHP-8.0/Zend/ |
H A D | zend_execute.c | 4751 zend_execute_data *old = start_fake_frame(call, opline); in zend_handle_undef_args() local 4768 zend_execute_data *old = start_fake_frame(call, opline); in zend_handle_undef_args() local 4791 zend_execute_data *old = start_fake_frame(call, NULL); in zend_handle_undef_args() local 4799 zend_execute_data *old = start_fake_frame(call, NULL); in zend_handle_undef_args() local 4807 zend_execute_data *old = start_fake_frame(call, NULL); in zend_handle_undef_args() local
|
H A D | zend_ast.c | 34 static inline void *zend_ast_realloc(void *old, size_t old_size, size_t new_size) { in zend_ast_realloc()
|
/PHP-8.0/ext/opcache/Optimizer/ |
H A D | dfa_pass.c | 627 zend_basic_block *old = &ssa->cfg.blocks[to]; in zend_ssa_replace_control_link() local
|
H A D | zend_ssa.c | 1528 void zend_ssa_rename_var_uses(zend_ssa *ssa, int old, int new, zend_bool update_types) /* {{{ */ in zend_ssa_rename_var_uses()
|
/PHP-8.0/ext/libxml/ |
H A D | libxml.c | 1121 zend_bool old = LIBXML(entity_loader_disabled); in php_libxml_disable_entity_loader() local
|
/PHP-8.0/ext/ffi/ |
H A D | ffi.c | 2971 static int zend_ffi_same_types(zend_ffi_type *old, zend_ffi_type *type) /* {{{ */ in zend_ffi_same_types() 3053 static int zend_ffi_same_symbols(zend_ffi_symbol *old, zend_ffi_symbol *sym) /* {{{ */ in zend_ffi_same_symbols() 3069 static int zend_ffi_same_tags(zend_ffi_tag *old, zend_ffi_tag *tag) /* {{{ */ in zend_ffi_same_tags() 3079 static int zend_ffi_subst_old_type(zend_ffi_type **dcl, zend_ffi_type *old, zend_ffi_type *type) /*… in zend_ffi_subst_old_type() 3121 static void zend_ffi_cleanup_type(zend_ffi_type *old, zend_ffi_type *type) /* {{{ */ in zend_ffi_cleanup_type()
|
/PHP-8.0/ext/opcache/jit/ |
H A D | zend_jit.c | 4334 DWORD old; in zend_jit_startup() local 4343 DWORD old; in zend_jit_startup() local
|
/PHP-8.0/ext/spl/ |
H A D | spl_dllist.c | 906 spl_ptr_llist_element *old = *traverse_pointer_ptr; in spl_dllist_it_helper_move_forward() local
|
/PHP-8.0/sapi/cgi/ |
H A D | cgi_main.c | 1291 char old; local
|