/php-src/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 | 1155 char old; in init_request_info() local
|
/php-src/scripts/dev/ |
H A D | bless_tests.php | 142 public $old; variable in DiffElem 146 public function __construct(int $type, $old, $new) { 174 public function diff(array $old, array $new) {
|
/php-src/ext/fileinfo/libmagic/ |
H A D | compress.c | 568 uncompressgzipped(const unsigned char *old, unsigned char **newch, in uncompressgzipped() 609 uncompresszlib(const unsigned char *old, unsigned char **newch, in uncompresszlib() 651 uncompressbzlib(const unsigned char *old, unsigned char **newch, in uncompressbzlib() 692 uncompressxzlib(const unsigned char *old, unsigned char **newch, in uncompressxzlib() 730 uncompresszstd(const unsigned char *old, unsigned char **newch, in uncompresszstd() 775 uncompresslzlib(const unsigned char *old, unsigned char **newch, in uncompresslzlib() 935 writechild(int fd, const void *old, size_t n) in writechild() 1054 const unsigned char *old, unsigned char **newch, size_t* n) in uncompressbuf()
|
/php-src/ext/soap/ |
H A D | php_xml.c | 92 bool old; in soap_xmlParseFile() local 144 bool old; in soap_xmlParseMemory() local 156 old = php_libxml_disable_entity_loader(1); in soap_xmlParseMemory() local
|
/php-src/ext/opcache/ |
H A D | shared_alloc_win32.c | 186 DWORD old; in zend_shared_alloc_reattach() local 313 DWORD old; in create_segments() local
|
H A D | zend_file_cache.c | 211 char old = *s; local
|
/php-src/ext/standard/ |
H A D | html.c | 812 const char *old, in traverse_for_entities() 1008 PHPAPI zend_string *php_escape_html_entities(const unsigned char *old, size_t oldlen, int all, int … in php_escape_html_entities() 1020 const unsigned char *old, in find_entity_for_char() 1095 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 | 62 static zend_string *php_bin2hex(const unsigned char *old, const size_t oldlen) in php_bin2hex() 80 static zend_string *php_hex2bin(const unsigned char *old, const size_t oldlen) in php_hex2bin() 2611 zend_string *old; local
|
/php-src/ext/phar/ |
H A D | tar.c | 211 uint32_t sum1, sum2, size, old; in phar_parse_tarfile() local 703 php_stream *old; member
|
H A D | zip.c | 864 php_stream *old; member
|
H A D | phar.c | 55 bool old, ini; in ZEND_INI_MH() local
|
/php-src/ext/dom/lexbor/lexbor/css/ |
H A D | value.h | 167 bool old; member 177 bool old; member
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_strtab.c | 75 intptr_t old = (intptr_t)strtab->buf; in ir_strtab_grow_buf() local
|
/php-src/ext/calendar/ |
H A D | calendar.c | 363 char *p, old[18], *endofalafim; in heb_number_to_chars() local
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit.c | 3624 DWORD old; in zend_jit_startup() local 3633 DWORD old; in zend_jit_startup() local
|
/php-src/Zend/Optimizer/ |
H A D | dfa_pass.c | 639 zend_basic_block *old = &ssa->cfg.blocks[to]; in zend_ssa_replace_control_link() local
|
H A D | zend_ssa.c | 1595 void zend_ssa_rename_var_uses(zend_ssa *ssa, int old, int new, bool update_types) /* {{{ */ in zend_ssa_rename_var_uses()
|
/php-src/Zend/ |
H A D | zend_execute.c | 5438 zend_execute_data *old = start_fake_frame(call, opline); in zend_handle_undef_args() local 5455 zend_execute_data *old = start_fake_frame(call, opline); in zend_handle_undef_args() local 5478 zend_execute_data *old = start_fake_frame(call, NULL); in zend_handle_undef_args() local 5486 zend_execute_data *old = start_fake_frame(call, NULL); in zend_handle_undef_args() local 5494 zend_execute_data *old = start_fake_frame(call, NULL); in zend_handle_undef_args() local
|
H A D | zend_ast.c | 35 static inline void *zend_ast_realloc(void *old, size_t old_size, size_t new_size) { in zend_ast_realloc()
|
/php-src/ext/ffi/ |
H A D | ffi.c | 3113 static bool zend_ffi_same_types(zend_ffi_type *old, zend_ffi_type *type) /* {{{ */ in zend_ffi_same_types() 3195 static bool zend_ffi_same_symbols(zend_ffi_symbol *old, zend_ffi_symbol *sym) /* {{{ */ in zend_ffi_same_symbols() 3211 static bool zend_ffi_same_tags(zend_ffi_tag *old, zend_ffi_tag *tag) /* {{{ */ in zend_ffi_same_tags() 3221 static bool zend_ffi_subst_old_type(zend_ffi_type **dcl, zend_ffi_type *old, zend_ffi_type *type) /… in zend_ffi_subst_old_type() 3263 static void zend_ffi_cleanup_type(zend_ffi_type *old, zend_ffi_type *type) /* {{{ */ in zend_ffi_cleanup_type()
|
/php-src/ext/libxml/ |
H A D | libxml.c | 1184 bool old = LIBXML(entity_loader_disabled); in php_libxml_disable_entity_loader() local
|
/php-src/ext/spl/ |
H A D | spl_dllist.c | 832 spl_ptr_llist_element *old = *traverse_pointer_ptr; in spl_dllist_it_helper_move_forward() local
|
/php-src/sapi/cgi/ |
H A D | cgi_main.c | 1292 char old; local
|
/php-src/ext/dom/ |
H A D | html_document.c | 1542 xmlNodePtr old = xmlReplaceNode((xmlNodePtr) current_body_element, newval_node); in dom_html_document_body_write() local
|