Home
last modified time | relevance | path

Searched refs:first (Results 1 – 25 of 518) sorted by last modified time

12345678910>>...21

/php-src/
H A DUPGRADING149 of incorrectly stopping at the first NUL character. See GH-12592.
164 contain null bytes. This never actually worked correctly in the first place,
/php-src/Zend/
H A Dzend_portability.h247 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument
249 # define ZEND_ATTRIBUTE_FORMAT(type, idx, first) argument
253 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) __attribute__ ((format(type, idx, first))) argument
255 # define ZEND_ATTRIBUTE_PTR_FORMAT(type, idx, first) argument
H A Dzend_execute.c3982 static zend_always_inline void zend_init_cvs(uint32_t first, uint32_t last EXECUTE_DATA_DC) in zend_init_cvs() argument
3984 if (EXPECTED(first < last)) { in zend_init_cvs()
3985 uint32_t count = last - first; in zend_init_cvs()
3986 zval *var = EX_VAR_NUM(first); in zend_init_cvs()
H A Dzend_compile.c4530 znode first; in zend_compile_func_array_slice() local
4536 first.op_type = IS_CONST; in zend_compile_func_array_slice()
4537 ZVAL_LONG(&first.u.constant, Z_LVAL_P(zv)); in zend_compile_func_array_slice()
4538 zend_emit_op_tmp(result, ZEND_FUNC_GET_ARGS, &first, NULL); in zend_compile_func_array_slice()
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc10281 /* skip first instruction */
H A Dir_gcm.c229 bool first = 1; in ir_split_partially_dead_node() local
232 if (first) { in ir_split_partially_dead_node()
234 first = 0; in ir_split_partially_dead_node()
271 bool first = 1; in ir_split_partially_dead_node() local
273 if (first) { in ir_split_partially_dead_node()
275 first = 0; in ir_split_partially_dead_node()
H A Dir_aarch64.dasc5904 /* skip first instruction */
/php-src/ext/dom/
H A Dnode.c300 xmlNodePtr first = NULL; in dom_node_first_child_read() local
302 first = nodep->children; in dom_node_first_child_read()
305 if (!first) { in dom_node_first_child_read()
310 php_dom_create_object(first, retval, obj); in dom_node_first_child_read()
/php-src/ext/mbstring/
H A Dmbstring.c2970 zend_string *first = mb_get_substr(str, 0, 1, enc); in php_mb_ulcfirst() local
2971 zend_string *head = mbstring_convert_case(mode, ZSTR_VAL(first), ZSTR_LEN(first), enc); in php_mb_ulcfirst()
2973 if (zend_string_equals(first, head)) { in php_mb_ulcfirst()
2974 zend_string_release_ex(first, false); in php_mb_ulcfirst()
2982 zend_string_release_ex(first, false); in php_mb_ulcfirst()
/php-src/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.h105 lxb_selectors_entry_t *first; member
H A Dselectors.c403 selectors->first = entry; in lxb_selectors_state_run()
554 selectors->first = entry->following; in lxb_selectors_state_find_check()
573 selectors->first = next; in lxb_selectors_state_find_check()
637 entry = selectors->first; in lxb_selectors_state_find_check()
689 node = lxb_selectors_state_has_relative(base, list->first); in lxb_selectors_state_pseudo_class_function()
885 switch (entry->selector->list->first->combinator) { in lxb_selectors_state_after_find_has()
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Ddocument.c458 rule = list->first; in lxb_html_document_stylesheet_apply()
509 rule = list->first; in lxb_html_document_stylesheet_remove()
560 rule = list->first; in lxb_html_document_element_styles_attach()
1165 el->list->first = NULL;
1230 el->list->first = NULL;
H A Delement.c387 rule = list->first; in lxb_html_element_style_list_append()
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Delement.h124 lxb_dom_element_compare(lxb_dom_element_t *first, lxb_dom_element_t *second);
H A Delement.c475 lxb_dom_element_compare(lxb_dom_element_t *first, lxb_dom_element_t *second) in lxb_dom_element_compare() argument
477 lxb_dom_attr_t *f_attr = first->first_attr; in lxb_dom_element_compare()
480 if (first->node.local_name != second->node.local_name in lxb_dom_element_compare()
481 || first->node.ns != second->node.ns in lxb_dom_element_compare()
482 || first->qualified_name != second->qualified_name) in lxb_dom_element_compare()
498 f_attr = first->first_attr; in lxb_dom_element_compare()
/php-src/ext/dom/lexbor/lexbor/core/
H A Dstr.c390 if (first[i] == '\0') { in lexbor_str_data_ncasecmp_first()
391 return &first[i]; in lexbor_str_data_ncasecmp_first()
401 return &first[i]; in lexbor_str_data_ncasecmp_first()
485 if (*first == '\0') { in lexbor_str_data_casecmp()
489 first++; in lexbor_str_data_casecmp()
533 if (*first != *sec) { in lexbor_str_data_cmp()
537 if (*first == '\0') { in lexbor_str_data_cmp()
541 first++; in lexbor_str_data_cmp()
550 if (*first != *sec) { in lexbor_str_data_cmp_ws()
554 if (lexbor_utils_whitespace(*first, ==, ||) || *first == '\0') { in lexbor_str_data_cmp_ws()
[all …]
H A Dstr.h134 lexbor_str_data_ncasecmp_first(const lxb_char_t *first, const lxb_char_t *sec,
137 lexbor_str_data_ncasecmp_end(const lxb_char_t *first, const lxb_char_t *sec,
143 lexbor_str_data_ncasecmp(const lxb_char_t *first, const lxb_char_t *sec,
146 lexbor_str_data_nlocmp_right(const lxb_char_t *first, const lxb_char_t *sec,
149 lexbor_str_data_nupcmp_right(const lxb_char_t *first, const lxb_char_t *sec,
152 lexbor_str_data_casecmp(const lxb_char_t *first, const lxb_char_t *sec);
155 lexbor_str_data_ncmp_end(const lxb_char_t *first, const lxb_char_t *sec,
161 lexbor_str_data_ncmp(const lxb_char_t *first, const lxb_char_t *sec,
165 lexbor_str_data_cmp(const lxb_char_t *first, const lxb_char_t *sec);
168 lexbor_str_data_cmp_ws(const lxb_char_t *first, const lxb_char_t *sec);
/php-src/build/
H A Dlibtool.m4470 # So, first we look for a working echo in the user's PATH.
1520 # FIXME: first we should search . and the directory the executable is in
2288 # If it is relative, then search for the first ld in PATH.
2606 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
H A Dphp.m41854 dnl Check libc first if no path is provided in --with-iconv.
/php-src/docs/
H A Drelease-process.md22 first alpha release of the new major/minor version. The pre-release cycle
29 Feature freeze for the next major/minor occurs with the first beta release.
76 > the first few releases of your version. For the steps related to the
130 > During the first RC release, you will create (and push!) the version
658 The first number is the major version, and the second number is the minor
699 for PHP 8.4) added above the first anchor of the previous version.
836 A major/minor version [feature freeze][] occurs with the first beta release.
838 feature freeze occurs two days before the first beta release.
857 When the new version has reached the first RC, it is time to create a new
906 1. When you release the first pre-GA RC, remind the documentation team
[all …]
/php-src/ext/reflection/
H A Dphp_reflection.c548 bool first = true; in _const_string() local
554 if (!first) smart_str_appends(str, ", "); \ in _const_string()
556 first = false; \ in _const_string()
657 bool first = true; in format_default_value() local
660 if (!first) { in format_default_value()
663 first = false; in format_default_value()
1106 int first = 1; in _extension_string() local
1111 if (first) { in _extension_string()
1113 first = 0; in _extension_string()
1118 if (!first) { in _extension_string()
/php-src/sapi/fuzzer/
H A DREADME.md20 …izer`, `--enable-undefined-sanitizer` or `--enable-memory-sanitizer`. The first two options can al…
44 For the unserialize fuzzer, a dictionary of internal classes should be generated first:
76 For the mbstring fuzzer, a dictionary of encodings should be generated first:
/php-src/Zend/Optimizer/
H A Dzend_inference.c4233 int first = 1; in zend_infer_types_ex() local
4248 if (first) { in zend_infer_types_ex()
4251 first = 0; in zend_infer_types_ex()
/php-src/sapi/phpdbg/tests/
H A Dexceptions_002.phpt11 prompt> handle first
40 print "handle first\n";
H A Dexceptions_001.phpt11 prompt> handle first
35 print "handle first\n";

Completed in 173 milliseconds

12345678910>>...21