Home
last modified time | relevance | path

Searched refs:type (Results 201 – 225 of 1876) sorted by path

12345678910>>...76

/PHP-5.5/ext/ereg/regex/
H A Dmain.c221 char *type = (opts & REG_EXTENDED) ? "ERE" : "BRE"; local
235 line, type, eprint(err), len,
241 line, type, f2);
266 line, type, eprint(err), len,
274 line, type);
280 fprintf(stderr, "%d: %s %s\n", line, type, grump);
301 type, i, grump);
315 options(type, s) in options() argument
316 int type; /* 'c' compile, 'e' exec */ in options()
320 register int o = (type == 'c') ? copts : eopts;
[all …]
H A Dmain.ih9 int options(int type, char *s);
H A Dregex.h12 #define API_EXPORT(type) __declspec(dllexport) type __stdcall argument
14 #define API_EXPORT(type) __attribute__ ((visibility("default"))) type
16 #define API_EXPORT(type) type
/PHP-5.5/ext/ereg/tests/
H A Dereg_replace_variation_001.phpt2 Test ereg_replace() function : usage variations - unexpected type arg 1
H A Dereg_replace_variation_002.phpt2 Test ereg_replace() function : usage variations - unexpected type arg 2
H A Dereg_replace_variation_003.phpt2 Test ereg_replace() function : usage variations - unexpected type arg 3
H A Dereg_variation_001.phpt2 Test ereg() function : usage variations - unexpected type arg 1
H A Dereg_variation_002.phpt2 Test ereg() function : usage variations - unexpected type arg 2
H A Dereg_variation_003.phpt2 Test ereg() function : usage variations - unexpected type for arg 3
H A Deregi_replace_variation_001.phpt2 Test eregi_replace() function : usage variations - unexpected type arg 1
H A Deregi_replace_variation_002.phpt2 Test eregi_replace() function : usage variations - unexpected type arg 2
H A Deregi_replace_variation_003.phpt2 Test eregi_replace() function : usage variations - unexpected type arg 3
H A Deregi_variation_001.phpt2 Test eregi() function : usage variations - unexpected type arg 1
H A Deregi_variation_002.phpt2 Test eregi() function : usage variations - unexpected type arg 2
H A Deregi_variation_003.phpt2 Test eregi() function : usage variations - unexpected type for arg 3
H A Dsplit_variation_001.phpt2 Test split() function : usage variations - unexpected type for arg 1
H A Dsplit_variation_002.phpt2 Test split() function : usage variations - unexpected type for arg 2
H A Dsplit_variation_003.phpt2 Test split() function : usage variations - unexpected type for arg 3
H A Dspliti_variation_001.phpt2 Test spliti() function : usage variations - unexpected type for arg 1
H A Dspliti_variation_002.phpt2 Test spliti() function : usage variations - unexpected type for arg 2
H A Dspliti_variation_003.phpt2 Test spliti() function : usage variations - unexpected type for arg 3
H A Dsql_regcase_variation_001.phpt2 Test sql_regcase() function : usage variations - unexpected arg type
/PHP-5.5/ext/exif/
H A Dexif.c1492 int type; member
1574 …cref(const char *docref EXIFERR_DC, const image_info_type *ImageInfo, int type, const char *format… in exif_error_docref() argument
1584 php_verror(docref, ImageInfo->FileName?ImageInfo->FileName:"", type, buf, args TSRMLS_CC); in exif_error_docref()
1588 php_verror(docref, ImageInfo->FileName?ImageInfo->FileName:"", type, format, args TSRMLS_CC); in exif_error_docref()
1608 static int exif_file_sections_add(image_info_type *ImageInfo, int type, size_t size, uchar *data) in exif_file_sections_add() argument
1615 ImageInfo->file.list[count].type = 0xFFFF; in exif_file_sections_add()
1624 ImageInfo->file.list[count].type = type; in exif_file_sections_add()
H A Dtest.txt63 $type= false;
70 switch( $type) {
79 $type = $type[2];
81 $type = false;
83 } else $type = false;
85 if ( $type!==false)
87 $possible[] = array('file'=>$root.$path.'/'.$found, 'type'=>$type);
158 <style type="text/css">
261 $type = $file['type'];
285 if ($type!=IMAGETYPE_JPEG) {// && $type!=IMAGETYPE_TIFF_II && $type!=IMAGETYPE_TIFF_MM) {
[all …]
/PHP-5.5/ext/exif/tests/
H A Dexif_imagetype_basic.phpt12 * Description: Determine the type of an image

Completed in 46 milliseconds

12345678910>>...76