Home
last modified time | relevance | path

Searched refs:marker (Results 1 – 25 of 37) sorted by last modified time

12

/php-src/ext/reflection/
H A Dphp_reflection.c6821 zend_attribute *marker; in ZEND_METHOD() local
6840 if (NULL == (marker = zend_get_attribute_str(ce->attributes, ZEND_STRL("attribute")))) { in ZEND_METHOD()
6848 if (marker->argc > 0) { in ZEND_METHOD()
6851 if (FAILURE == zend_get_attribute_value(&tmp, marker, 0, ce)) { in ZEND_METHOD()
/php-src/ext/mbstring/
H A Dmbstring.c2521 static zend_string* mb_trim_string(zend_string *input, zend_string *marker, const mbfl_encoding *en… in mb_trim_string() argument
2547 size_t marker_width = mb_get_strwidth(marker, enc); in mb_trim_string()
2551 return zend_string_copy(marker); in mb_trim_string()
2622 if (ZSTR_LEN(marker) > 0) { in mb_trim_string()
2623 MB_CONVERT_BUF_ENSURE((&buf), buf.out, buf.limit, ZSTR_LEN(marker)); in mb_trim_string()
2624 buf.out = zend_mempcpy(buf.out, ZSTR_VAL(marker), ZSTR_LEN(marker)); in mb_trim_string()
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.c1385 lxb_dom_node_t *node, *marker, **oel_list, **afe_list; in lxb_html_tree_adoption_agency_algorithm() local
1391 marker = (lxb_dom_node_t *) lxb_html_tree_active_formatting_marker(); in lxb_html_tree_adoption_agency_algorithm()
1425 if (afe_list[idx] == marker) { in lxb_html_tree_adoption_agency_algorithm()
/php-src/build/
H A Dlibtool.m46254 # Be careful that the start marker always follows a newline.
/php-src/ext/standard/
H A Dvar_unserializer.re380 #define YYMARKER marker
877 const unsigned char *cursor, *limit, *marker, *start;
H A Dimage.c350 int a=0, marker; in php_next_marker() local
356 while ((marker = php_stream_getc(stream)) != 0xff) { in php_next_marker()
357 if (marker == EOF) { in php_next_marker()
368 if ((marker = php_stream_getc(stream)) == EOF) in php_next_marker()
373 } while (marker == 0xff); in php_next_marker()
378 return (unsigned int)marker; in php_next_marker()
412 static int php_read_APP(php_stream * stream, unsigned int marker, zval *info) in php_read_APP() argument
432 snprintf(markername, sizeof(markername), "APP%d", marker - M_APP0); in php_read_APP()
449 unsigned int marker = M_PSEUDO; in php_handle_jpeg() local
453 marker = php_next_marker(stream, marker, ff_read); in php_handle_jpeg()
[all …]
/php-src/ext/mbstring/tests/
H A Dmb_decode_numericentity_large_ints.phpt43 // Originally, the new implementation of mb_decode_numericentity used -1 as a marker indicating
H A Dutf_encodings.phpt1105 // Try codepoint over U+10FFFF; '+ACU-' is the error marker '%'
1109 // If error marker character needs to be ASCII-encoded but is able to serve as an
H A Dutf7imap_encoding.phpt46 echo "Non-ASCII characters convert to illegal char marker... yes!\n";
158 * error marker here for the incorrect termination of Base64 section and no error marker
246 Non-ASCII characters convert to illegal char marker... yes!
H A Dmb_strimwidth.phpt59 // (It will still output the trim marker, pushing the width beyond the stipulated 'maximum')
63 // (Likewise, it will still output the trim marker)
72 // Since the output will not reach the END of the string, the trim marker
88 // Trim marker will be added
91 // With max width of 100, trim marker will not be added
98 // Since width of trim marker is 3, this will only get a single char from string
171 …die("Output should have just been trim marker. string=" . $str . " result=" . $result . " from=" .…
187 die("Expected trim marker");
206 // Try invalid marker
211 // it was wider than requested width, if the trim marker string was wider than
H A Dmb_convert_variables.phpt147 // Make sure both that the correct invalid encoding marker is used,
H A Dmb_str_split_error_conditions.phpt36 // The last string emitted by mb_str_split will include '?' as an error marker,
H A Dmb_substr_count.phpt66 // marker, if the string ended in an illegal state)
/php-src/sapi/cli/tests/
H A Dbug80092.phpt30 …rnings if opcache loads twice or duplicate modules are loaded by searching for the preloaded marker
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます679 # 1st pit entry marker
2438 # last 6 bytes for padding found are 0 or end with 55AAh marker for MBR hybrid
19139 # at offset 8 starts imagedata followed by "RGB " marker
22102 # look for comment marker
32539 # Any number of marker packets are also allowed between each packet,
40233 # jump to document area with some marker and equation
40447 # jump to document area with some marker and word list
40524 # "MP" marker for newer version 4 and above according to TrID
40556 # endian marker FF 99 for little endian
H A Dmagic679 # 1st pit entry marker
2438 # last 6 bytes for padding found are 0 or end with 55AAh marker for MBR hybrid
19139 # at offset 8 starts imagedata followed by "RGB " marker
22102 # look for comment marker
32539 # Any number of marker packets are also allowed between each packet,
40233 # jump to document area with some marker and equation
40447 # jump to document area with some marker and word list
40524 # "MP" marker for newer version 4 and above according to TrID
40556 # endian marker FF 99 for little endian
/php-src/ext/exif/
H A Dexif.c2720 static char * exif_get_markername(int marker) in exif_get_markername() argument
2722 switch(marker) { in exif_get_markername()
3809 if (marker!=0xFF) { in exif_scan_JPEG_header()
3810 marker = 0xff; in exif_scan_JPEG_header()
3816 } while (marker == 0xff); in exif_scan_JPEG_header()
3826 ZEND_ASSERT(marker != 0xff); in exif_scan_JPEG_header()
3865 switch(marker) { in exif_scan_JPEG_header()
3936 last_marker = marker; in exif_scan_JPEG_header()
3950 int n, marker; in exif_scan_thumbnail() local
3981 marker = c; in exif_scan_thumbnail()
[all …]
/php-src/ext/json/
H A Djson_scanner.re26 #define YYMARKER s->marker
/php-src/sapi/phpdbg/
H A Dphpdbg_lexer.h28 unsigned char *marker; member
H A Dphpdbg_lexer.l16 #define YYMARKER LEX(marker)
/php-src/ext/standard/tests/strings/
H A Dhtmlentities_html5.phpt1029 ▮ U+025AE
H A Dget_html_translation_table_basic5.phpt1031 [▮] => ▮
H A Dhtml_entity_decode_html5.phpt1352 "▮",
3486 ▮ => ▮ e296ae
/php-src/ext/standard/tests/image/
H A Dbug13213.phpt8 Warning: getimagesize(): Corrupt JPEG data: 2 extraneous bytes before marker in %s%ebug13213.php on…
H A Dbug72278.phpt10 Warning: getimagesize(): Corrupt JPEG data: 3 extraneous bytes before marker in %s%ebug72278.php on…

Completed in 306 milliseconds

12