Home
last modified time | relevance | path

Searched defs:target (Results 1 – 25 of 53) sorted by path

123

/php-src/Zend/Optimizer/
H A Dblock_pass.c410 int target = get_const_switch_target(cfg, op_array, block, opline, &ZEND_OP1_LITERAL(opline)); in zend_optimize_block() local
1164 static zend_always_inline bool in_hitlist(int target, int *jmp_hitlist, int jmp_hitlist_count) in in_hitlist()
1176 #define CHECK_LOOP(target) \ argument
1187 zend_op *last_op, *target; in zend_jmp_optimization() local
H A Ddfa_pass.c121 uint32_t target = 0; in zend_ssa_remove_nops() local
955 uint32_t target; in zend_dfa_optimize_jmps() local
H A Dnop_removal.c49 zend_op *target = ZEND_OP1_JMP_ADDR(opline) - 1; in zend_optimizer_nop_removal() local
H A Dpass3.c34 static zend_always_inline bool in_hitlist(zend_op *target, zend_op **jmp_hitlist, int jmp_hitlist_c… in in_hitlist()
46 #define CHECK_LOOP(target) \ argument
57 zend_op *target; in zend_optimizer_pass3() local
H A Dsccp.c1923 int target; in sccp_mark_feasible_successors() local
1935 int target = ssa->cfg.map[ZEND_OFFSET_TO_OPLINE_NUM(op_array, opline, opline->extended_value)]; in sccp_mark_feasible_successors() local
H A Dzend_optimizer_internal.h71 #define COPY_NODE(target, src) do { \ argument
/php-src/Zend/
H A Dzend_attributes.c38 void validate_attribute(zend_attribute *attr, uint32_t target, zend_class_entry *scope) in validate_attribute()
67 zend_attribute *attr, uint32_t target, zend_class_entry *scope) in validate_allow_dynamic_properties()
H A Dzend_compile.c40 #define SET_NODE(target, src) do { \ argument
49 #define GET_NODE(target, src) do { \ argument
851 uint32_t zend_modifier_token_to_flag(zend_modifier_target target, uint32_t token) in zend_modifier_token_to_flag()
900 uint32_t zend_modifier_list_to_flags(zend_modifier_target target, zend_ast *modifiers) in zend_modifier_list_to_flags()
963 uint32_t zend_add_member_modifier(uint32_t flags, uint32_t new_flag, zend_modifier_target target) /… in zend_add_member_modifier()
7012 HashTable **attributes, zend_ast *ast, uint32_t offset, uint32_t target, uint32_t promoted in zend_compile_attributes()
7840 int target = ZEND_ATTRIBUTE_TARGET_FUNCTION; in zend_compile_func_decl() local
H A Dzend_compile.h677 #define ZEND_OPLINE_TO_OFFSET(opline, target) \ argument
H A Dzend_constants.c77 void zend_copy_constants(HashTable *target, HashTable *source) in zend_copy_constants()
H A Dzend_execute_API.c887 zval *target; in zend_call_function() local
H A Dzend_hash.c2235 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t p… in zend_hash_copy()
2282 static zend_always_inline bool zend_array_dup_value(HashTable *source, HashTable *target, zval *dat… in zend_array_dup_value()
2319 static zend_always_inline bool zend_array_dup_element(HashTable *source, HashTable *target, uint32_… in zend_array_dup_element()
2342 static void zend_array_dup_ht_iterators(HashTable *source, HashTable *target) { in zend_array_dup_ht_iterators()
2357 static zend_always_inline void zend_array_dup_packed_elements(HashTable *source, HashTable *target,… in zend_array_dup_packed_elements()
2377 static zend_always_inline uint32_t zend_array_dup_elements(HashTable *source, HashTable *target, bo… in zend_array_dup_elements()
2433 HashTable *target; in zend_array_dup() local
2539 ZEND_API void ZEND_FASTCALL zend_hash_merge(HashTable *target, HashTable *source, copy_ctor_func_t … in zend_hash_merge()
2625 static bool ZEND_FASTCALL zend_hash_replace_checker_wrapper(HashTable *target, zval *source_data, z… in zend_hash_replace_checker_wrapper()
2635 ZEND_API void ZEND_FASTCALL zend_hash_merge_ex(HashTable *target, HashTable *source, copy_ctor_func… in zend_hash_merge_ex()
H A Dzend_virtual_cwd.h154 # define php_sys_readlink(link, target, target_len) readlink(link, target, target_len) argument
H A Dzend_vm_def.h8722 zend_op *target = OP_JMP_ADDR(opline, opline->op2); variable
H A Dzend_vm_execute.h3396 zend_op *target = OP_JMP_ADDR(opline, opline->op2); in ZEND_ASSERT_CHECK_SPEC_HANDLER() local
20133 char *target = Z_STRVAL_P(ret); in ZEND_ROPE_END_SPEC_TMP_CONST_HANDLER() local
20614 char *target = Z_STRVAL_P(ret); in ZEND_ROPE_END_SPEC_TMP_TMPVAR_HANDLER() local
21479 char *target = Z_STRVAL_P(ret); in ZEND_ROPE_END_SPEC_TMP_CV_HANDLER() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstr.c247 lexbor_str_copy(lexbor_str_t *dest, const lexbor_str_t *target, in lexbor_str_copy()
266 lexbor_str_stay_only_whitespace(lexbor_str_t *target) in lexbor_str_stay_only_whitespace()
282 lexbor_str_strip_collapse_whitespace(lexbor_str_t *target) in lexbor_str_strip_collapse_whitespace()
328 lexbor_str_crop_whitespace_from_begin(lexbor_str_t *target) in lexbor_str_crop_whitespace_from_begin()
348 lexbor_str_whitespace_from_begin(lexbor_str_t *target) in lexbor_str_whitespace_from_begin()
363 lexbor_str_whitespace_from_end(lexbor_str_t *target) in lexbor_str_whitespace_from_end()
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Ddocument.c339 const lxb_char_t *target, size_t target_len, in lxb_dom_document_create_processing_instruction()
H A Dprocessing_instruction.c54 lexbor_str_t target; in lxb_dom_processing_instruction_interface_destroy() local
H A Dprocessing_instruction.h21 lexbor_str_t target; member
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.c308 lxb_dom_node_t *target, *adjusted_location = NULL; in lxb_html_tree_appropriate_place_inserting_node() local
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c1190 lxb_selectors_match_class(const lexbor_str_t *target, const lexbor_str_t *src, in lxb_selectors_match_class()
/php-src/ext/dom/
H A Dphp_dom.stub.php798 public function createProcessingInstruction(string $target, string $data = "") {}
989 public string $target; variable in DOMProcessingInstruction
1442 public string $target; variable in DOM\\ProcessingInstruction
1543 …public function createProcessingInstruction(string $target, string $data): ProcessingInstruction {}
/php-src/ext/gmp/
H A Dgmp.c272 static inline void gmp_create(zval *target, mpz_ptr *gmpnum_target) /* {{{ */ in gmp_create()
/php-src/ext/intl/
H A Dintl_convert.c49 UChar** target, int32_t* target_len, in intl_convert_utf8_to_utf16()
/php-src/ext/ldap/
H A Dldap.c354 int target, count, errcode, rc; in _php_ldap_control_to_array() local

Completed in 260 milliseconds

123