Home
last modified time | relevance | path

Searched refs:end (Results 51 – 75 of 631) sorted by last modified time

12345678910>>...26

/PHP-5.5/ext/standard/
H A Durl_scanner_ex.c246 #define YYLIMIT end
341 char *end, *q; in xx_mainloop() local
H A Dvar_unserializer.c199 unsigned char *end = *(unsigned char **)p+maxlen; in unserialize_str() local
201 if (end < *p) { in unserialize_str()
207 if (*p >= end) { in unserialize_str()
H A Dvar_unserializer.re197 unsigned char *end = *(unsigned char **)p+maxlen;
199 if (end < *p) {
205 if (*p >= end) {
841 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "Unexpected end of serialized data");
H A Durl.c125 goto end; in php_url_parse_ex()
367 end: in php_url_parse_ex()
491 unsigned char const *from, *end; in php_url_encode() local
494 end = (unsigned char *)s + len; in php_url_encode()
497 while (from < end) { in php_url_encode()
H A Durl_scanner_ex.re182 #define YYLIMIT end
277 char *end, *q;
/PHP-5.5/ext/sybase_ct/tests/
H A Dbug22403.phpt30 end
/PHP-5.5/ext/standard/tests/strings/
H A Dtrim1.phpt7 * Strip whitespace (or other characters) from the beginning and end of a string.
H A Dtrim_basic.phpt7 * Description: Strip whitespace (or other characters) from the beginning and end of a string.
H A Dtrim_error.phpt7 * Description: Strip whitespace (or other characters) from the beginning and end of a string.
H A Dtrim_variation1.phpt7 * Description: Strip whitespace (or other characters) from the beginning and end of a string.
H A Dtrim_variation2.phpt7 * Description: Strip whitespace (or other characters) from the beginning and end of a string.
H A Drtrim_basic.phpt7 * Description: Strip whitespace (or other characters) from the end of a string.
H A Drtrim_error.phpt7 * Description: Strip whitespace (or other characters) from the end of a string.
H A Drtrim_variation1.phpt7 * Description: Strip whitespace (or other characters) from the end of a string.
H A Drtrim_variation2.phpt7 * Description: Strip whitespace (or other characters) from the end of a string.
H A Dsetlocale_basic1.phpt38 // fflush and end the output buffering to internal output buffer
H A Dsetlocale_basic2.phpt38 // fflush and end the output buffering to internal output buffer
H A Dsetlocale_basic3.phpt38 // fflush and end the output buffering to internal output buffer
H A Dsetlocale_variation1.phpt38 // fflush and end the output buffering to internal output buffer
H A Dsetlocale_variation2.phpt40 // fflush and end the output buffering to internal output buffer
H A Dimplode1.phpt87 echo "\n*** Testing end() on resource type ***\n";
244 *** Testing end() on resource type ***
H A Dchunk_split.phpt8 echo chunk_split("test", 10, "|end") . "\n";
32 test|end
H A Dchop_variation2.phpt6 * Description: Strip whitespace (or other characters) from the end of a string
H A Dchop_variation3.phpt6 * Description: Strip whitespace (or other characters) from the end of a string
H A Dchop_variation4.phpt6 * Description: Strip whitespace (or other characters) from the end of a string

Completed in 41 milliseconds

12345678910>>...26