Home
last modified time | relevance | path

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

/PHP-8.1/ext/dba/
H A Ddba_qdbm.c79 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 Ddba_tcadb.c89 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 Ddba_flatfile.c61 char *new = NULL; in DBA_FETCH_FUNC() local
H A Ddba_ndbm.c75 char *new = NULL; in DBA_FETCH_FUNC() local
H A Ddba_gdbm.c81 char *new = NULL; in DBA_FETCH_FUNC() local
H A Ddba_dbm.c95 char *new = NULL; in DBA_FETCH_FUNC() local
H A Ddba_db3.c129 char *new = NULL; local
H A Ddba_db4.c158 char *new = NULL; local
/PHP-8.1/scripts/dev/
H A Dbless_tests.php142 public $new; variable in DiffElem
144 public function __construct(int $type, $old, $new) {
172 public function diff(array $old, array $new) {
/PHP-8.1/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-8.1/sapi/fpm/fpm/
H A Dfpm_atomic.h98 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.1/Zend/
H A Dzend_ast.c36 void *new = zend_ast_alloc(new_size); in zend_ast_realloc() local
907 zend_ast_zval *new = (zend_ast_zval*)buf; in zend_ast_tree_copy() local
913 zend_ast_zval *new = (zend_ast_zval*)buf; in zend_ast_tree_copy() local
920 zend_ast_list *new = (zend_ast_list*)buf; in zend_ast_tree_copy() local
936 zend_ast *new = (zend_ast*)buf; in zend_ast_tree_copy() local
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_help.c43 char *new, *p, *q; in pretty_print() local
H A Dphpdbg_watch.c1008 zval *new; local
1181 phpdbg_watch_element *new; local
H A Dphpdbg_utils.c200 char *new = NULL; in phpdbg_trim() local
/PHP-8.1/ext/ffi/
H A Dffi.stub.php16 …public static function new(FFI\CType|string $type, bool $owned = true, bool $persistent = false): … function in FFI
H A Dffi.c3661 ZEND_METHOD(FFI, new) /* {{{ */ in ZEND_METHOD() argument
/PHP-8.1/ext/phar/
H A Dstream.c832 phar_entry_info new, *source; in phar_wrapper_rename() local
H A Dtar.c709 php_stream *new; member
/PHP-8.1/ext/opcache/
H A Dzend_shared_alloc.c535 void zend_shared_alloc_register_xlat_entry(const void *old, const void *new) in zend_shared_alloc_register_xlat_entry()
/PHP-8.1/main/
H A Dalloca.c199 register pointer new = malloc (sizeof (header) + size); local
/PHP-8.1/Zend/Optimizer/
H A Dzend_ssa.c1533 void zend_ssa_rename_var_uses(zend_ssa *ssa, int old, int new, bool update_types) /* {{{ */ in zend_ssa_rename_var_uses()
H A Dsccp.c151 static void set_value(scdf_ctx *scdf, sccp_ctx *ctx, int var, zval *new) { in set_value()

Completed in 148 milliseconds