Home
last modified time | relevance | path

Searched refs:marker (Results 1 – 25 of 37) sorted by relevance

12

/php-src/ext/standard/
H A Diptc.c177 unsigned int marker, done = 0; in PHP_FUNCTION() local
232 marker = php_iptc_next_marker(fp, spool, poi?&poi:0); in PHP_FUNCTION()
234 if (marker == M_EOI) { /* EOF */ in PHP_FUNCTION()
236 } else if (marker != M_APP13) { in PHP_FUNCTION()
237 php_iptc_put1(fp, spool, (unsigned char)marker, poi?&poi:0); in PHP_FUNCTION()
240 switch (marker) { in PHP_FUNCTION()
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/sapi/phpdbg/
H A Dphpdbg_lexer.h28 unsigned char *marker; member
H A Dphpdbg_lexer.l16 #define YYMARKER LEX(marker)
/php-src/ext/gd/libgd/
H A Dgd_jpeg.c443 jpeg_saved_marker_ptr marker; in gdImageCreateFromJpegCtxEx() local
449 marker = cinfo.marker_list; in gdImageCreateFromJpegCtxEx()
450 while (marker) { in gdImageCreateFromJpegCtxEx()
451 …if ((marker->marker == (JPEG_APP0 + 14)) && (marker->data_length >= 12) && (!strncmp((const char *… in gdImageCreateFromJpegCtxEx()
455 marker = marker->next; in gdImageCreateFromJpegCtxEx()
/php-src/Zend/tests/
H A Dflexible-heredoc-error1.phpt2 Flexible heredoc syntax 1: different indentation for body (spaces) ending marker (tabs)
H A Dflexible-heredoc-error3.phpt2 Flexible heredoc syntax error 3: mixing spaces and tabs in ending marker
H A Dflexible-heredoc-error5.phpt2 Flexible heredoc syntax error 5: mixing spaces and tabs in ending marker for 0 length body
H A Dflexible-nowdoc-error1.phpt2 Flexible nowdoc syntax 1: different indentation for body (spaces) ending marker (tabs)
H A Dflexible-nowdoc-error3.phpt2 Flexible nowdoc syntax error 3: mixing spaces and tabs in ending marker
H A Dflexible-nowdoc-error5.phpt2 Flexible nowdoc syntax error 5: mixing spaces and tabs in ending marker for 0 length body
/php-src/ext/json/
H A Dphp_json_scanner.h29 php_json_ctype *marker; /* marker position for backtracking */ member
/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…
/php-src/ext/exif/tests/
H A Dbug79282.phpt12 Warning: exif_read_data(): Missing TIFF alignment marker in %s on line %d
/php-src/ext/mbstring/tests/
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 Diso8859_encodings.phpt24 // Test illegal character marker which can't be represented in target encoding
H A Dmb_str_split_error_conditions.phpt36 // The last string emitted by mb_str_split will include '?' as an error marker,
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_substr_count.phpt66 // marker, if the string ended in an illegal state)
H A Dmb_decode_numericentity_large_ints.phpt43 // Originally, the new implementation of mb_decode_numericentity used -1 as a marker indicating
H A Dmb_convert_variables.phpt147 // Make sure both that the correct invalid encoding marker is used,
/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/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/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()

Completed in 90 milliseconds

12