Home
last modified time | relevance | path

Searched refs:end (Results 126 – 150 of 677) sorted by path

12345678910>>...28

/PHP-7.4/ext/exif/tests/
H A Dexif003.phpt89 string(13) "Comment #3end"
H A Dexif_read_exif_data_basic-mb.phpt60 [2] => Comment #3end
H A Dexif_read_exif_data_basic.phpt60 [2] => Comment #3end
/PHP-7.4/ext/ffi/
H A Dffi.c1383 char *end; member
1400 if (buf->end + len > buf->buf + MAX_TYPE_NAME_LEN) { in zend_ffi_ctype_name_append()
1403 memcpy(buf->end, str, len); in zend_ffi_ctype_name_append()
1404 buf->end += len; in zend_ffi_ctype_name_append()
1581 buf1.start = buf1.end = buf1.buf + ((MAX_TYPE_NAME_LEN * 3) / 4); in zend_ffi_pass_incompatible()
1585 *buf1.end = 0; in zend_ffi_pass_incompatible()
1594 *buf2.end = 0; in zend_ffi_pass_incompatible()
1608 buf1.start = buf1.end = buf1.buf + ((MAX_TYPE_NAME_LEN * 3) / 4); in zend_ffi_assign_incompatible()
1612 *buf1.end = 0; in zend_ffi_assign_incompatible()
1621 *buf2.end = 0; in zend_ffi_assign_incompatible()
[all …]
H A Dffi.g63 #define yy_end FFI_G(end)
H A Dffi_parser.c31 #define yy_end FFI_G(end)
H A Dphp_ffi.h53 unsigned const char *end; variable
/PHP-7.4/ext/ffi/tests/
H A D028.phpt50 FFI\ParserException: flexible array member not at end of struct at line 1
51 FFI\ParserException: flexible array member not at end of struct at line 1
/PHP-7.4/ext/fileinfo/libmagic/
H A Dascmagic.c344 unsigned char *end = buf + len; in encode_utf8() local
348 if (end - buf < 1) in encode_utf8()
352 if (end - buf < 2) in encode_utf8()
357 if (end - buf < 3) in encode_utf8()
363 if (end - buf < 4) in encode_utf8()
370 if (end - buf < 5) in encode_utf8()
378 if (end - buf < 6) in encode_utf8()
H A Dsoftmagic.c1313 const char *end; in mcopy() local
1336 end = last = RCAST(const char *, s) + bytecnt + offset; in mcopy()
1338 for (lines = linecnt, b = buf; lines && b < end && in mcopy()
1340 memchr(c = b, '\n', CAST(size_t, (end - b))))) in mcopy()
1342 memchr(c, '\r', CAST(size_t, (end - c)))))); in mcopy()
1344 if (b < end - 1 && b[0] == '\r' && b[1] == '\n') in mcopy()
1346 if (b < end - 1 && b[0] == '\n') in mcopy()
1351 last = end; in mcopy()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic3700 >14 byte 0x54 end slice
9240 >0 belong 5 end of volume,
9259 >0 belong 5 end of volume,
9278 >0 belong 5 end of volume,
10402 # Microsoft MBR IPL end
11008 # x86 bootloader end
13865 #>>>20 lelong x end %d
19442 # look for end of FAT
21182 # end page mostly 0
21277 # end of cell range
[all …]
H A Dmagic私はガラスを食べられます3700 >14 byte 0x54 end slice
9240 >0 belong 5 end of volume,
9259 >0 belong 5 end of volume,
9278 >0 belong 5 end of volume,
10402 # Microsoft MBR IPL end
11008 # x86 bootloader end
13865 #>>>20 lelong x end %d
19442 # look for end of FAT
21182 # end page mostly 0
21277 # end of cell range
[all …]
/PHP-7.4/ext/filter/
H A Dlogical_filters.c128 while (str < end) { in php_filter_parse_int()
152 while (str < end) { in php_filter_parse_octal()
176 while (str < end) { in php_filter_parse_hex()
336 char *str, *end; in php_filter_float() local
359 end = str + len; in php_filter_float()
431 if (str != end) { in php_filter_float()
723 while (str < end) { in _php_filter_validate_ipv4()
743 return str == end; in _php_filter_validate_ipv4()
758 char *end; in _php_filter_validate_ipv6() local
790 end = str + str_len; in _php_filter_validate_ipv6()
[all …]
/PHP-7.4/ext/ftp/
H A Dftp.c418 char *syst, *end; in ftp_syst() local
438 if ((end = strchr(syst, ' '))) { in ftp_syst()
439 *end = 0; in ftp_syst()
442 if (end) { in ftp_syst()
443 *end = ' '; in ftp_syst()
454 char *pwd, *end; in ftp_pwd() local
576 char *mkd, *end; in ftp_mkdir() local
595 *end = 0; in ftp_mkdir()
597 *end = '"'; in ftp_mkdir()
736 end = sp; in ftp_mlsd_parse_line()
[all …]
/PHP-7.4/ext/ftp/tests/
H A D001.phpt30 string(15) "214 end of list"
H A D002.phpt33 string(15) "214 end of list"
H A Dserver.inc186 fputs($s, "214 end of list\r\n");
/PHP-7.4/ext/gd/tests/
H A Dimagearc_variation1.phpt2 Testing passing negative end angle to imagearc() of GD library
H A Dimagefilledarc_variation1.phpt2 Testing passing negative end angle to imagefilledarc() of GD library
/PHP-7.4/ext/imap/
H A Dconfig.m4224 dnl Test the build in the end
H A Dphp_imap.c4377 zend_long charset_token, encoding_token, end_token, end, offset=0, i; in PHP_FUNCTION() local
4387 end = ZSTR_LEN(str); in PHP_FUNCTION()
4389 charset = (char *) safe_emalloc((end + 1), 2, 0); in PHP_FUNCTION()
4390 text = &charset[end + 1]; in PHP_FUNCTION()
4391 while (offset < end) { /* Reached end of the string? */ in PHP_FUNCTION()
4403 …if ((encoding_token = (zend_long)php_memnstr(&string[charset_token+2], "?", 1, string+end))) { /*… in PHP_FUNCTION()
4436 if ((string[offset + i] == '=') && (string[offset + i + 1] == '?') && (offset + i < end)) { in PHP_FUNCTION()
4451 …memcpy(text, &string[charset_token], end - charset_token); /* Extract unencoded text from string */ in PHP_FUNCTION()
4452 text[end - charset_token] = 0x00; in PHP_FUNCTION()
4458 offset = end; /* We have reached the end of the string. */ in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/imap/tests/
H A Dbug46918.phpt75 Notice: Unknown: Unexpected characters at end of address: @two (errflg=3) in Unknown on line 0
H A Dimap_8bit_basic.phpt16 var_dump(imap_8bit("String with CRLF at end \r\n"));
17 //NB this appears to be a bug in cclient; a space at end of string should be encoded as =20
18 var_dump(imap_8bit("String with space at end "));
20 var_dump(imap_8bit("String with tab at end \t"));
27 string(28) "String with CRLF at end=20
29 string(25) "String with space at end "
31 string(26) "String with tab at end =09"
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp262 goto end; in IntlPartsIterator_get_method()
268 end: in IntlPartsIterator_get_method()
/PHP-7.4/ext/intl/locale/
H A Dlocale_methods.c1604 char *end; in PHP_FUNCTION() local
1607 end = strchr(start, ','); in PHP_FUNCTION()
1608 len = end ? end-start : http_accept_len-(start-http_accept); in PHP_FUNCTION()
1614 if(end) { in PHP_FUNCTION()
1615 start = end+1; in PHP_FUNCTION()
1617 } while(end != NULL); in PHP_FUNCTION()

Completed in 387 milliseconds

12345678910>>...28