Home
last modified time | relevance | path

Searched refs:iname (Results 1 – 7 of 7) sorted by relevance

/PHP-7.2/ext/gd/libgd/
H A Dgd_xbm.c37 char iname[MAX_XBM_LINE_SIZE]; in gdImageCreateFromXbm() local
57 if (sscanf(fline, "#define %s %d", iname, &value) == 2) { in gdImageCreateFromXbm()
58 if (!(type = strrchr(iname, '_'))) { in gdImageCreateFromXbm()
59 type = iname; in gdImageCreateFromXbm()
71 if ( sscanf(fline, "static unsigned char %s = {", iname) == 1 in gdImageCreateFromXbm()
72 || sscanf(fline, "static char %s = {", iname) == 1) in gdImageCreateFromXbm()
75 } else if (sscanf(fline, "static unsigned short %s = {", iname) == 1 in gdImageCreateFromXbm()
76 || sscanf(fline, "static short %s = {", iname) == 1) in gdImageCreateFromXbm()
85 if (!(type = strrchr(iname, '_'))) { in gdImageCreateFromXbm()
86 type = iname; in gdImageCreateFromXbm()
/PHP-7.2/ext/spl/examples/
H A Dclass_tree.php52 foreach(class_implements($cname) as $iname)
54 if (strcasecmp($iname, $base) == 0)
56 if (!$parent || !in_array($iname, $parent_imp))
68 foreach(class_implements($cname) as $iname)
70 if (strcasecmp($iname, $base) == 0)
/PHP-7.2/ext/phar/tests/
H A Dphar_offset_get_error.phpt14 $iname = '/file.txt';
18 $p[$iname] = "foobar\n";
29 include($pname . $iname);
H A Dphar_copy.phpt17 $iname = '/file.txt';
/PHP-7.2/ext/standard/
H A Dimage.c1024 char *iname; in php_get_xbm() local
1036 iname = estrdup(fline); /* simple way to get necessary buffer of required size */ in php_get_xbm()
1037 if (sscanf(fline, "#define %s %d", iname, &value) == 2) { in php_get_xbm()
1038 if (!(type = strrchr(iname, '_'))) { in php_get_xbm()
1039 type = iname; in php_get_xbm()
1047 efree(iname); in php_get_xbm()
1054 efree(iname); in php_get_xbm()
1060 efree(iname); in php_get_xbm()
/PHP-7.2/ext/phar/tests/zip/
H A Dphar_copy.phpt16 $iname = '/file.txt';
/PHP-7.2/ext/phar/tests/tar/
H A Dphar_copy.phpt17 $iname = '/file.txt';

Completed in 40 milliseconds