Home
last modified time | relevance | path

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

/PHP-8.3/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.3/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.c667 heapframe *new; in match() local
/PHP-8.3/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.3/sapi/phpdbg/
H A Dphpdbg_help.c43 char *new, *q; in pretty_print() local
H A Dphpdbg_watch.c1076 zval *new; local
1263 phpdbg_watch_element *new; local
H A Dphpdbg_utils.c200 char *new = NULL; in phpdbg_trim() local
/PHP-8.3/Zend/
H A Dzend_ast.c36 void *new = zend_ast_alloc(new_size); in zend_ast_realloc() local
1062 zend_ast_zval *new = (zend_ast_zval*)buf; in zend_ast_tree_copy() local
1069 zend_ast_zval *new = (zend_ast_zval*)buf; in zend_ast_tree_copy() local
1077 zend_ast_list *new = (zend_ast_list*)buf; in zend_ast_tree_copy() local
1094 zend_ast *new = (zend_ast*)buf; in zend_ast_tree_copy() local
/PHP-8.3/ext/ffi/
H A Dffi.stub.php21 …public static function new(FFI\CType|string $type, bool $owned = true, bool $persistent = false): … function in FFI
H A Dffi.c3754 ZEND_METHOD(FFI, new) /* {{{ */ in ZEND_METHOD() argument
/PHP-8.3/ext/phar/
H A Dstream.c844 phar_entry_info new, *source; in phar_wrapper_rename() local
H A Dtar.c702 php_stream *new; member
/PHP-8.3/Zend/Optimizer/
H A Dzend_ssa.c1566 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.c149 static void set_value(scdf_ctx *scdf, sccp_ctx *ctx, int var, const zval *new) { in set_value()

Completed in 86 milliseconds