Searched refs:iname (Results 1 – 7 of 7) sorted by relevance
/PHP-7.3/ext/gd/libgd/ |
H A D | gd_xbm.c | 37 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.3/ext/spl/examples/ |
H A D | class_tree.php | 52 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.3/ext/phar/tests/ |
H A D | phar_offset_get_error.phpt | 13 $iname = '/file.txt'; 17 $p[$iname] = "foobar\n"; 28 include($pname . $iname);
|
H A D | phar_copy.phpt | 16 $iname = '/file.txt';
|
/PHP-7.3/ext/standard/ |
H A D | image.c | 1022 char *iname; in php_get_xbm() local 1034 iname = estrdup(fline); /* simple way to get necessary buffer of required size */ in php_get_xbm() 1035 if (sscanf(fline, "#define %s %d", iname, &value) == 2) { in php_get_xbm() 1036 if (!(type = strrchr(iname, '_'))) { in php_get_xbm() 1037 type = iname; in php_get_xbm() 1045 efree(iname); in php_get_xbm() 1052 efree(iname); in php_get_xbm() 1058 efree(iname); in php_get_xbm()
|
/PHP-7.3/ext/phar/tests/tar/ |
H A D | phar_copy.phpt | 16 $iname = '/file.txt';
|
/PHP-7.3/ext/phar/tests/zip/ |
H A D | phar_copy.phpt | 15 $iname = '/file.txt';
|
Completed in 12 milliseconds