/php-src/ext/dom/lexbor/lexbor/core/ |
H A D | str.c | 384 lexbor_str_data_ncasecmp_first(const lxb_char_t *first, const lxb_char_t *sec, in lexbor_str_data_ncasecmp_first() 405 lexbor_str_data_ncasecmp_end(const lxb_char_t *first, const lxb_char_t *sec, in lexbor_str_data_ncasecmp_end() 435 lexbor_str_data_ncasecmp(const lxb_char_t *first, const lxb_char_t *sec, in lexbor_str_data_ncasecmp() 450 lexbor_str_data_nlocmp_right(const lxb_char_t *first, const lxb_char_t *sec, in lexbor_str_data_nlocmp_right() 463 lexbor_str_data_nupcmp_right(const lxb_char_t *first, const lxb_char_t *sec, in lexbor_str_data_nupcmp_right() 476 lexbor_str_data_casecmp(const lxb_char_t *first, const lxb_char_t *sec) in lexbor_str_data_casecmp() 495 lexbor_str_data_ncmp_end(const lxb_char_t *first, const lxb_char_t *sec, in lexbor_str_data_ncmp_end() 523 lexbor_str_data_ncmp(const lxb_char_t *first, const lxb_char_t *sec, in lexbor_str_data_ncmp() 530 lexbor_str_data_cmp(const lxb_char_t *first, const lxb_char_t *sec) in lexbor_str_data_cmp() 547 lexbor_str_data_cmp_ws(const lxb_char_t *first, const lxb_char_t *sec) in lexbor_str_data_cmp_ws()
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_substring.c | 76 PCRE2_SPTR first, last, entry; in pcre2_substring_copy_byname() local 164 PCRE2_SPTR first, last, entry; in pcre2_substring_get_byname() local 271 PCRE2_SPTR first, last, entry; in pcre2_substring_length_byname() local 498 PCRE2_SPTR first; in pcre2_substring_nametable_scan() local
|
H A D | pcre2_substitute.c | 689 PCRE2_SPTR first, last, entry; in pcre2_substitute() local
|
/php-src/Zend/Optimizer/ |
H A D | zend_dump.c | 33 bool first = 1; in zend_dump_ht() local 177 bool first = 1; in zend_dump_type_info() local 1205 bool first = 1; in zend_dump_var_set() local 1250 int first = 1; in zend_dump_phi_placement() local
|
/php-src/ext/bcmath/ |
H A D | bcmath.c | 188 bc_num first = NULL, second = NULL, result = NULL; in PHP_FUNCTION() local 237 bc_num first = NULL, second = NULL, result = NULL; in PHP_FUNCTION() local 286 bc_num first = NULL, second = NULL, result = NULL; in PHP_FUNCTION() local 335 bc_num first = NULL, second = NULL, result; in PHP_FUNCTION() local 389 bc_num first = NULL, second = NULL, result; in PHP_FUNCTION() local 442 bc_num first = NULL, second = NULL, quot = NULL, rem = NULL; in PHP_FUNCTION() local 575 bc_num first = NULL, bc_exponent = NULL, result; in PHP_FUNCTION() local 683 bc_num first = NULL, second = NULL; in PHP_FUNCTION() local
|
/php-src/ext/dom/ |
H A D | text.c | 100 xmlChar *first; in PHP_METHOD() local
|
H A D | characterdata.c | 191 xmlChar *first, *second; in dom_character_data_insert_data() local
|
/php-src/ext/mysqli/ |
H A D | mysqli_warning.c | 64 MYSQLI_WARNING *w, *first = NULL, *prev = NULL; in php_get_warnings() local
|
/php-src/ext/intl/breakiterator/ |
H A D | breakiterator.stub.php | 74 public function first(): int {} function in IntlBreakIterator
|
H A D | codepointiterator_internal.cpp | 147 int32_t CodePointBreakIterator::first(void) in first() function in CodePointBreakIterator
|
H A D | breakiterator_methods.cpp | 208 U_CFUNC PHP_METHOD(IntlBreakIterator, first) in PHP_METHOD() argument
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_status.c | 541 int first; in fpm_status_handle_request() local
|
H A D | fpm_env.c | 232 char *first = NULL; in fpm_env_init_main() local
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_save.c | 94 bool first; in ir_save() local
|
H A D | ir_gcm.c | 250 bool first = 1; in ir_split_partially_dead_node() local 292 bool first = 1; in ir_split_partially_dead_node() local
|
/php-src/ext/dom/parentnode/ |
H A D | tree.c | 36 xmlNodePtr first = nodep->children; in dom_parent_node_first_element_child_read() local 75 xmlNodePtr first = nodep->children; in dom_parent_node_child_element_count() local
|
/php-src/ext/dom/lexbor/lexbor/selectors/ |
H A D | selectors.h | 105 lxb_selectors_entry_t *first; member
|
/php-src/ext/standard/ |
H A D | pack.c | 489 int first = 1; in PHP_FUNCTION() local 976 int first = 1; in PHP_FUNCTION() local
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_print.c | 275 bool first = 1; in phpdbg_print_opcodes_ce() local
|
/php-src/ext/dom/lexbor/lexbor/selectors-adapted/ |
H A D | selectors.h | 115 lxb_selectors_entry_t *first; member
|
/php-src/ext/dom/lexbor/lexbor/encoding/ |
H A D | decode.c | 36 #define LXB_ENCODING_DECODE_UTF_8_BOUNDARY_SET(first, two, f_lower, s_upper) \ argument 167 #define LXB_ENCODING_DECODE_UTF_8_BOUNDARY_SET_SINGLE(first, two, f_lower, \ argument 1550 lxb_char_t first, second, third, offset; in lxb_encoding_decode_gb18030() local 3054 lxb_char_t first, second, third, offset; in lxb_encoding_decode_gb18030_single() local
|
/php-src/Zend/ |
H A D | zend_portability.h | 250 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument 252 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) argument 256 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument 258 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) argument
|
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/ |
H A D | attr.c | 295 lxb_dom_attr_compare(lxb_dom_attr_t *first, lxb_dom_attr_t *second) in lxb_dom_attr_compare()
|
/php-src/ext/intl/collator/ |
H A D | collator_sort.c | 194 zval *first = &f->val; in collator_compare_func() local
|
/php-src/ext/dom/lexbor/lexbor/css/ |
H A D | rule.h | 59 lxb_css_rule_t *first; member 94 lxb_css_rule_t *first; member
|