Home
last modified time | relevance | path

Searched refs:stub (Results 76 – 87 of 87) sorted by relevance

1234

/PHP-7.1/ext/phar/tests/zip/
H A Dphar_begin_setstub_commitU.phpt33 // add portion to test setting stub from resource
H A Dphar_begin_setstub_commit.phpt33 // add portion to test setting stub from resource
/PHP-7.1/ext/standard/
H A Dfilters.c1206 char stub[128]; member
1498 pt = inst->stub; in strfilter_convert_append_bucket()
1512 if (inst->stub_len >= sizeof(inst->stub)) { in strfilter_convert_append_bucket()
1516 inst->stub[inst->stub_len++] = *(ps++); in strfilter_convert_append_bucket()
1518 pt = inst->stub; in strfilter_convert_append_bucket()
1575 memmove(inst->stub, pt, tcnt); in strfilter_convert_append_bucket()
1589 if (icnt > sizeof(inst->stub)) { in strfilter_convert_append_bucket()
1593 memcpy(inst->stub, ps, icnt); in strfilter_convert_append_bucket()
/PHP-7.1/ext/phar/tests/
H A Dfopen_edgecases.phpt80 … corruption of phar "%sfopen_edgecases.2.phar.php" (truncated manifest at stub end) in %sfopen_edg…
98 … corruption of phar "%sfopen_edgecases.2.phar.php" (truncated manifest at stub end) in %sfopen_edg…
H A Ddir.phpt77 Warning: mkdir(): internal corruption of phar "%soops.phar" (truncated manifest at stub end) in %sd…
H A Dphar_createdefaultstub.phpt628 Illegal filename passed in for stub creation, was 401 characters long, and only 400 or less is allo…
928 Illegal web filename passed in for stub creation, was 401 characters long, and only 400 or less is …
H A Dphar_setdefaultstub.phpt943 Illegal filename passed in for stub creation, was 401 characters long, and only 400 or less is allo…
/PHP-7.1/ext/iconv/
H A Diconv.c2588 char stub[128]; member
2664 pt = self->stub; in php_iconv_stream_filter_append_bucket()
2678 if (self->stub_len >= sizeof(self->stub)) { in php_iconv_stream_filter_append_bucket()
2682 self->stub[self->stub_len++] = *(ps++); in php_iconv_stream_filter_append_bucket()
2684 pt = self->stub; in php_iconv_stream_filter_append_bucket()
2744 memmove(self->stub, pt, tcnt); in php_iconv_stream_filter_append_bucket()
2759 if (icnt > sizeof(self->stub)) { in php_iconv_stream_filter_append_bucket()
2763 memcpy(self->stub, ps, icnt); in php_iconv_stream_filter_append_bucket()
/PHP-7.1/ext/phar/
H A Dphar.c552 phar_entry_info *stub; local
559 phar_entry_info *stub;
570 …if (PHAR_G(readonly) && NULL == (stub = zend_hash_str_find_ptr(&(phar->manifest), ".phar/stub.php"…
1298 phar_entry_info *stub; local
1299 …if (NULL == (stub = zend_hash_str_find_ptr(&((*test)->manifest), ".phar/stub.php", sizeof(".phar/s…
/PHP-7.1/ext/pcre/pcrelib/
H A DREADME958 missing ) common stub for a few missing GNU programs while
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic13269 >12 belong 9 dynamically linked shared library stub
14573 >>>>0x40 search/0x40 STUB/32A for MS-DOS, DOS/32A DOS extender (stub)
14574 >>>>0x40 search/0x80 STUB/32C for MS-DOS, DOS/32A DOS extender (configurable stub)
14646 # winarj stores a message in the stub instead of the sig in the MZ header
H A Dmagic私はガラスを食べられます13269 >12 belong 9 dynamically linked shared library stub
14573 >>>>0x40 search/0x40 STUB/32A for MS-DOS, DOS/32A DOS extender (stub)
14574 >>>>0x40 search/0x80 STUB/32C for MS-DOS, DOS/32A DOS extender (configurable stub)
14646 # winarj stores a message in the stub instead of the sig in the MZ header

Completed in 105 milliseconds

1234