Searched defs:new (Results 1 – 16 of 16) sorted by relevance
/PHP-8.2/scripts/dev/ |
H A D | bless_tests.php | 142 public $new; variable in DiffElem 144 public function __construct(int $type, $old, $new) { 172 public function diff(array $old, array $new) {
|
/PHP-8.2/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 | 656 heapframe *new; in match() local
|
/PHP-8.2/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.2/sapi/phpdbg/ |
H A D | phpdbg_help.c | 43 char *new, *p, *q; in pretty_print() local
|
H A D | phpdbg_watch.c | 1076 zval *new; local 1263 phpdbg_watch_element *new; local
|
H A D | phpdbg_utils.c | 200 char *new = NULL; in phpdbg_trim() local
|
/PHP-8.2/Zend/ |
H A D | zend_ast.c | 36 void *new = zend_ast_alloc(new_size); in zend_ast_realloc() local 1014 zend_ast_zval *new = (zend_ast_zval*)buf; in zend_ast_tree_copy() local 1020 zend_ast_zval *new = (zend_ast_zval*)buf; in zend_ast_tree_copy() local 1027 zend_ast_list *new = (zend_ast_list*)buf; in zend_ast_tree_copy() local 1043 zend_ast *new = (zend_ast*)buf; in zend_ast_tree_copy() local
|
/PHP-8.2/ext/ffi/ |
H A D | ffi.stub.php | 23 …public static function new(FFI\CType|string $type, bool $owned = true, bool $persistent = false): … function in FFI
|
H A D | ffi.c | 3722 ZEND_METHOD(FFI, new) /* {{{ */ in ZEND_METHOD() argument
|
/PHP-8.2/ext/phar/ |
H A D | stream.c | 844 phar_entry_info new, *source; in phar_wrapper_rename() local
|
H A D | tar.c | 713 php_stream *new; member
|
/PHP-8.2/ext/opcache/ |
H A D | zend_shared_alloc.c | 545 void zend_shared_alloc_register_xlat_entry(const void *old, const void *new) in zend_shared_alloc_register_xlat_entry()
|
/PHP-8.2/Zend/Optimizer/ |
H A D | zend_ssa.c | 1565 void zend_ssa_rename_var_uses(zend_ssa *ssa, int old, int new, bool update_types) /* {{{ */ in zend_ssa_rename_var_uses()
|
H A D | sccp.c | 149 static void set_value(scdf_ctx *scdf, sccp_ctx *ctx, int var, zval *new) { in set_value()
|
Completed in 118 milliseconds