/php-src/scripts/dev/ |
H A D | bless_tests.php | 144 public $new; variable in DiffElem 146 public function __construct(int $type, $old, $new) { 174 public function diff(array $old, array $new) {
|
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/ |
H A D | cdata_section.c | 35 lxb_dom_cdata_section_t *new; in lxb_dom_cdata_section_interface_clone() local
|
H A D | text.c | 35 lxb_dom_text_t *new; in lxb_dom_text_interface_clone() local
|
H A D | comment.c | 35 lxb_dom_comment_t *new; in lxb_dom_comment_interface_clone() local
|
H A D | processing_instruction.c | 35 lxb_dom_processing_instruction_t *new; in lxb_dom_processing_instruction_interface_clone() local
|
H A D | character_data.c | 34 lxb_dom_character_data_t *new; in lxb_dom_character_data_interface_clone() local
|
H A D | document_type.c | 40 lxb_dom_document_type_t *new; in lxb_dom_document_type_interface_clone() local
|
H A D | document.c | 38 lxb_dom_document_t *new; in lxb_dom_document_interface_clone() local 435 lxb_dom_node_t *new, *curr, *cnode, *root; in lxb_dom_document_import_node() local
|
H A D | attr.c | 47 lxb_dom_attr_t *new; in lxb_dom_attr_interface_clone() local
|
H A D | element.c | 55 lxb_dom_element_t *new; in lxb_dom_element_interface_clone() local
|
H A D | node.c | 109 lxb_dom_node_t *new; in lxb_dom_node_interface_clone() local
|
/php-src/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-src/ext/dom/lexbor/lexbor/html/ |
H A D | interface.c | 103 lxb_dom_element_t *new; in lxb_html_interface_clone_element() local
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_help.c | 43 char *new, *q; in pretty_print() local
|
H A D | phpdbg_watch.c | 1073 zval *new; local 1260 phpdbg_watch_element *new; local
|
H A D | phpdbg_utils.c | 200 char *new = NULL; in phpdbg_trim() local
|
/php-src/Zend/ |
H A D | zend_ast.c | 36 void *new = zend_ast_alloc(new_size); in zend_ast_realloc() local 1099 zend_ast_zval *new = (zend_ast_zval*)buf; in zend_ast_tree_copy() local 1106 zend_ast_zval *new = (zend_ast_zval*)buf; in zend_ast_tree_copy() local 1114 zend_ast_list *new = (zend_ast_list*)buf; in zend_ast_tree_copy() local 1131 zend_ast *new = (zend_ast*)buf; in zend_ast_tree_copy() local
|
/php-src/ext/ffi/ |
H A D | ffi.stub.php | 18 …public static function new(FFI\CType|string $type, bool $owned = true, bool $persistent = false): … function in FFI
|
/php-src/ext/openssl/ |
H A D | openssl_pwhash.c | 222 zend_string *salt, *hash, *new; in php_openssl_argon2_verify() local
|
/php-src/ext/phar/ |
H A D | stream.c | 834 phar_entry_info new, *source; in phar_wrapper_rename() local
|
H A D | tar.c | 708 php_stream *new; member
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_dfa_match.c | 418 RWS_anchor *new; in more_workspace() local
|
H A D | pcre2_match.c | 670 heapframe *new; in match() local
|
/php-src/Zend/Optimizer/ |
H A D | zend_ssa.c | 1595 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, const zval *new) { in set_value()
|