Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dxbm.c36 char iname[MAX_XBM_LINE_SIZE]; in gdImageCreateFromXbm() local
56 if (sscanf(fline, "#define %s %d", iname, &value) == 2) { in gdImageCreateFromXbm()
57 if (!(type = strrchr(iname, '_'))) { in gdImageCreateFromXbm()
58 type = iname; in gdImageCreateFromXbm()
70 if ( sscanf(fline, "static unsigned char %s = {", iname) == 1 in gdImageCreateFromXbm()
71 || sscanf(fline, "static char %s = {", iname) == 1) in gdImageCreateFromXbm()
74 } else if (sscanf(fline, "static unsigned short %s = {", iname) == 1 in gdImageCreateFromXbm()
75 || sscanf(fline, "static short %s = {", iname) == 1) in gdImageCreateFromXbm()
84 if (!(type = strrchr(iname, '_'))) { in gdImageCreateFromXbm()
85 type = iname; in gdImageCreateFromXbm()
/PHP-5.5/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-5.5/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-5.5/ext/standard/
H A Dimage.c1017 char *iname; in php_get_xbm() local
1029 iname = estrdup(fline); /* simple way to get necessary buffer of required size */ in php_get_xbm()
1030 if (sscanf(fline, "#define %s %d", iname, &value) == 2) { in php_get_xbm()
1031 if (!(type = strrchr(iname, '_'))) { in php_get_xbm()
1032 type = iname; in php_get_xbm()
1040 efree(iname); in php_get_xbm()
1047 efree(iname); in php_get_xbm()
1053 efree(iname); in php_get_xbm()
/PHP-5.5/ext/phar/tests/zip/
H A Dphar_copy.phpt16 $iname = '/file.txt';
/PHP-5.5/ext/phar/tests/tar/
H A Dphar_copy.phpt17 $iname = '/file.txt';

Completed in 23 milliseconds