Home
last modified time | relevance | path

Searched defs:new (Results 1 – 25 of 26) sorted by relevance

12

/PHP-7.4/ext/dba/
H A Ddba_qdbm.c81 char *value, *new = NULL; in DBA_FETCH_FUNC() local
134 char *value, *new = NULL; in DBA_FIRSTKEY_FUNC() local
152 char *value, *new = NULL; in DBA_NEXTKEY_FUNC() local
H A Ddba_tcadb.c91 char *value, *new = NULL; in DBA_FETCH_FUNC() local
154 char *value, *new = NULL; in DBA_FIRSTKEY_FUNC() local
174 char *value, *new = NULL; in DBA_NEXTKEY_FUNC() local
H A Ddba_flatfile.c63 char *new = NULL; in DBA_FETCH_FUNC() local
H A Ddba_ndbm.c77 char *new = NULL; in DBA_FETCH_FUNC() local
H A Ddba_gdbm.c83 char *new = NULL; in DBA_FETCH_FUNC() local
H A Ddba_dbm.c97 char *new = NULL; in DBA_FETCH_FUNC() local
H A Ddba_db3.c131 char *new = NULL; local
H A Ddba_db4.c160 char *new = NULL; local
/PHP-7.4/scripts/dev/
H A Dbless_tests.php140 public $new; variable in DiffElem
142 public function __construct(int $type, $old, $new) {
170 public function diff(array $old, array $new) {
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_context.c231 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 Dpcre2_dfa_match.c416 RWS_anchor *new; in more_workspace() local
H A Dpcre2_match.c655 heapframe *new; in match() local
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_atomic.h102 static inline atomic_uint_t atomic_cas_64(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* … in atomic_cas_64()
119 static inline atomic_uint_t atomic_cas_32(atomic_t *lock, atomic_uint_t old, atomic_uint_t new) /* … in atomic_cas_32()
/PHP-7.4/Zend/
H A Dzend_ast.c35 void *new = zend_ast_alloc(new_size); in zend_ast_realloc() local
762 zend_ast_zval *new = (zend_ast_zval*)buf; in zend_ast_tree_copy() local
768 zend_ast_zval *new = (zend_ast_zval*)buf; in zend_ast_tree_copy() local
775 zend_ast_list *new = (zend_ast_list*)buf; in zend_ast_tree_copy() local
791 zend_ast *new = (zend_ast*)buf; in zend_ast_tree_copy() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_help.c46 char *new, *p, *q; in pretty_print() local
H A Dphpdbg_watch.c1019 zval *new; local
1196 phpdbg_watch_element *new; local
H A Dphpdbg_utils.c203 char *new = NULL; in phpdbg_trim() local
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_util_funcs.c30 # 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 Dzend_shared_alloc.c531 void zend_shared_alloc_register_xlat_entry(const void *old, const void *new) in zend_shared_alloc_register_xlat_entry()
/PHP-7.4/ext/phar/
H A Dstream.c835 phar_entry_info new, *source; in phar_wrapper_rename() local
H A Dtar.c711 php_stream *new; member
/PHP-7.4/main/
H A Dalloca.c199 register pointer new = malloc (sizeof (header) + size); local
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_ssa.c1498 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 Dsccp.c150 static void set_value(scdf_ctx *scdf, sccp_ctx *ctx, int var, zval *new) { in set_value()
/PHP-7.4/ext/session/
H A Dsession.c1657 PHPAPI void session_adapt_url(const char *url, size_t urllen, char **new, size_t *newlen) /* {{{ */ in session_adapt_url()

Completed in 131 milliseconds

12