/PHP-8.0/ext/dba/ |
H A D | dba_qdbm.c | 79 char *value, *new = NULL; in DBA_FETCH_FUNC() local 132 char *value, *new = NULL; in DBA_FIRSTKEY_FUNC() local 150 char *value, *new = NULL; in DBA_NEXTKEY_FUNC() local
|
H A D | dba_tcadb.c | 89 char *value, *new = NULL; in DBA_FETCH_FUNC() local 152 char *value, *new = NULL; in DBA_FIRSTKEY_FUNC() local 172 char *value, *new = NULL; in DBA_NEXTKEY_FUNC() local
|
H A D | dba_flatfile.c | 61 char *new = NULL; in DBA_FETCH_FUNC() local
|
H A D | dba_ndbm.c | 75 char *new = NULL; in DBA_FETCH_FUNC() local
|
H A D | dba_gdbm.c | 81 char *new = NULL; in DBA_FETCH_FUNC() local
|
H A D | dba_dbm.c | 95 char *new = NULL; in DBA_FETCH_FUNC() local
|
H A D | dba_db3.c | 129 char *new = NULL; local
|
H A D | dba_db4.c | 158 char *new = NULL; local
|
/PHP-8.0/scripts/dev/ |
H A D | bless_tests.php | 140 public $new; variable in DiffElem 142 public function __construct(int $type, $old, $new) { 170 public function diff(array $old, array $new) {
|
/PHP-8.0/ext/pcre/pcre2lib/ |
H A D | pcre2_context.c | 231 pcre2_general_context *new = in pcre2_general_context_copy() local 243 pcre2_compile_context *new = in pcre2_compile_context_copy() local 255 pcre2_match_context *new = in pcre2_match_context_copy() local 268 pcre2_convert_context *new = in pcre2_convert_context_copy() local
|
H A D | pcre2_dfa_match.c | 416 RWS_anchor *new; in more_workspace() local
|
H A D | pcre2_match.c | 655 heapframe *new; in match() local
|
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_atomic.h | 98 static inline atomic_uint_t atomic_cas_64(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* … in atomic_cas_64() 115 static inline atomic_uint_t atomic_cas_32(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* … in atomic_cas_32()
|
/PHP-8.0/Zend/ |
H A D | zend_ast.c | 35 void *new = zend_ast_alloc(new_size); in zend_ast_realloc() local 796 zend_ast_zval *new = (zend_ast_zval*)buf; in zend_ast_tree_copy() local 802 zend_ast_zval *new = (zend_ast_zval*)buf; in zend_ast_tree_copy() local 809 zend_ast_list *new = (zend_ast_list*)buf; in zend_ast_tree_copy() local 825 zend_ast *new = (zend_ast*)buf; in zend_ast_tree_copy() local
|
/PHP-8.0/sapi/phpdbg/ |
H A D | phpdbg_help.c | 44 char *new, *p, *q; in pretty_print() local
|
H A D | phpdbg_watch.c | 1017 zval *new; local 1194 phpdbg_watch_element *new; local
|
H A D | phpdbg_utils.c | 201 char *new = NULL; in phpdbg_trim() local
|
/PHP-8.0/ext/ffi/ |
H A D | ffi.stub.php | 15 …public static function new(FFI\CType|string $type, bool $owned = true, bool $persistent = false): … function in FFI
|
/PHP-8.0/ext/opcache/ |
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 33 # define accel_xlat_set(old, new) zend_hash_str_add_new_ptr(&ZCG(bind_hash), (char*)&(old), sizeof(… 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()
|
/PHP-8.0/ext/phar/ |
H A D | stream.c | 832 phar_entry_info new, *source; in phar_wrapper_rename() local
|
H A D | tar.c | 708 php_stream *new; member
|
/PHP-8.0/main/ |
H A D | alloca.c | 199 register pointer new = malloc (sizeof (header) + size); local
|
/PHP-8.0/ext/opcache/Optimizer/ |
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()
|
H A D | sccp.c | 151 static void set_value(scdf_ctx *scdf, sccp_ctx *ctx, int var, zval *new) { in set_value()
|