Home
last modified time | relevance | path

Searched refs:last (Results 226 – 244 of 244) sorted by relevance

12345678910

/php-src/ext/soap/
H A Dsoap.c3079 soapHeader *h, *last = NULL; local
3174 if (last == NULL) {
3177 last->next = h;
3179 last = h;
H A Dphp_encoding.c3149 ret->prev = parent->last; in to_xml_any()
3151 if (parent->last) { in to_xml_any()
3152 parent->last->next = ret; in to_xml_any()
3156 parent->last = ret; in to_xml_any()
/php-src/ext/pcre/
H A Dphp_pcre.c2599 goto last; in php_pcre_split_impl()
2737 last: in php_pcre_split_impl()
/php-src/ext/mbstring/
H A Dmbstring.c5980 char *last=NULL; in php_mb_safe_strrchr() local
5988 last = (char *)p; in php_mb_safe_strrchr()
6003 last = (char *)p; in php_mb_safe_strrchr()
6013 return last; in php_mb_safe_strrchr()
/php-src/ext/simplexml/
H A Dsimplexml.c1002 …node->children->next || node->children->children || node->parent->children == node->parent->last) { in sxe_prop_is_empty()
1108 …ode->children->next || node->children->children || node->parent->children == node->parent->last ) { in sxe_get_prop_hash()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3807 # last chapter like: 0 1
3808 >0x21 ubyte !0 \b, last chapter %u
8518 >4 ledate >0 \b, last modified: %s
13966 >8404 string x last mounted on %s,
13968 >8224 ledate x last written at %s,
22615 # last image indicator; bit 7 indicates "last image"; bits 0-6 are reserved
24853 # last modified date
27694 # date of last change MM/DD/YY
28586 >>>>0x0 ubyte 0xff \b, last disk
28635 >>0x8a ubyte 0xff \b, last disk
[all …]
H A Dmagic3807 # last chapter like: 0 1
3808 >0x21 ubyte !0 \b, last chapter %u
8518 >4 ledate >0 \b, last modified: %s
13966 >8404 string x last mounted on %s,
13968 >8224 ledate x last written at %s,
22615 # last image indicator; bit 7 indicates "last image"; bits 0-6 are reserved
24853 # last modified date
27694 # date of last change MM/DD/YY
28586 >>>>0x0 ubyte 0xff \b, last disk
28635 >>0x8a ubyte 0xff \b, last disk
[all …]
/php-src/ext/ffi/
H A Dffi.c5918 …har *name, size_t name_len, zend_ffi_val *val, int64_t *min, int64_t *max, int64_t *last) /* {{{ */ argument
5934 if (*last == 0x7FFFFFFFFFFFFFFFLL) {
5939 && (uint64_t)*last == 0xFFFFFFFFFFFFFFFFULL) {
5943 value = *last + 1;
6009 *last = value;
/php-src/
H A DUPGRADING26 if the last path component contained a period. In that case, a 404 error was
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c5558 static SLJIT_INLINE void add_prefix_char(PCRE2_UCHAR chr, fast_forward_char_data *chars, BOOL last) in add_prefix_char() argument
5570 if (last) in add_prefix_char()
5588 if (last) in add_prefix_char()
5595 BOOL last, any, class, caseless; in scan_prefix() local
5615 last = TRUE; in scan_prefix()
5626 last = FALSE; in scan_prefix()
5672 last = FALSE; in scan_prefix()
5692 last = FALSE; in scan_prefix()
5998 if (last) in scan_prefix()
/php-src/docs/
H A Drelease-process.md380 # And at last; paste/write your news item here.
611 > This fetches the last commit ID from `web-php-distributions` and pins the
/php-src/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt296 /* last row has been implicitly cleaned from the wire by freeing the result set */
/php-src/build/
H A Dphp.m41998 dnl This macro creates script file with given filename which includes the last
H A Dlibtool.m4731 # Insert the option either (1) after the last *FLAGS variable, or
1145 # Insert the option either (1) after the last *FLAGS variable, or
4317 # The last name is the one that the linker finds with -lNAME.
/php-src/Zend/
H A Dzend_inheritance.c938 zend_op *end = op + fptr->op_array.last; in zend_get_function_declaration()
H A Dzend_vm_def.h6427 } else if (new_op_array->last == 1
H A Dzend_vm_execute.h5100 } else if (new_op_array->last == 1 in ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER()
5183 } else if (new_op_array->last == 1 in ZEND_INCLUDE_OR_EVAL_SPEC_OBSERVER_HANDLER()
14939 } else if (new_op_array->last == 1 in ZEND_INCLUDE_OR_EVAL_SPEC_TMPVAR_HANDLER()
39984 } else if (new_op_array->last == 1 in ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER()
/php-src/ext/reflection/
H A Dphp_reflection.c625 zend_op *end = op + op_array->last; in get_recv_op()
/php-src/ext/mbstring/tests/data/
H A DMacJapanese-SJIS.txt115 # BROKEN BAR instead of VERTICAL LINE (although this last

Completed in 493 milliseconds

12345678910