strtol 86 Zend/zend_long.h # define ZEND_STRTOL(s0, s1, base) strtol((s0), (s1), (base)) strtol 103 Zend/zend_long.h # define ZEND_STRTOL_PTR strtol strtol 50 ext/date/lib/parse_date.c # define strtoll(s, f, b) strtol(s, f, b) strtol 49 ext/date/lib/parse_iso_intervals.c # define strtoll(s, f, b) strtol(s, f, b) strtol 323 ext/date/lib/timelib.c return HOUR(strtol(begin, NULL, 10)); strtol 328 ext/date/lib/timelib.c tmp = HOUR(strtol(begin, NULL, 10)) + strtol(begin + 2, NULL, 10); strtol 331 ext/date/lib/timelib.c tmp = HOUR(strtol(begin, NULL, 10)) + strtol(begin + 3, NULL, 10); strtol 334 ext/date/lib/timelib.c tmp = strtol(begin, NULL, 10); strtol 338 ext/date/lib/timelib.c tmp = HOUR(strtol(begin, NULL, 10)) + strtol(begin + 3, NULL, 10); strtol 1873 ext/fileinfo/libmagic/apprentice.c m->in_offset = (int32_t)strtol(l, &t, 0); strtol 500 ext/fileinfo/libmagic/file.h #define strtoul(a, b, c) strtol(a, b, c) strtol 51 ext/gd/libgd/gdxpm.c red = strtol(buf, NULL, 16); strtol 54 ext/gd/libgd/gdxpm.c green = strtol(buf, NULL, 16); strtol 57 ext/gd/libgd/gdxpm.c blue = strtol(buf, NULL, 16); strtol 64 ext/gd/libgd/gdxpm.c red = strtol(buf, NULL, 16); strtol 68 ext/gd/libgd/gdxpm.c green = strtol(buf, NULL, 16); strtol 72 ext/gd/libgd/gdxpm.c blue = strtol(buf, NULL, 16); strtol 80 ext/gd/libgd/gdxpm.c red = strtol(buf, NULL, 16); strtol 86 ext/gd/libgd/gdxpm.c green = strtol(buf, NULL, 16); strtol 92 ext/gd/libgd/gdxpm.c blue = strtol(buf, NULL, 16); strtol 102 ext/gd/libgd/gdxpm.c red = strtol(buf, NULL, 16); strtol 109 ext/gd/libgd/gdxpm.c green = strtol(buf, NULL, 16); strtol 116 ext/gd/libgd/gdxpm.c blue = strtol(buf, NULL, 16); strtol 462 ext/mbstring/libmbfl/tests/conv_encoding.tests/gen_exp.c cp_932 = strtol(fields[0], NULL, 0); strtol 468 ext/mbstring/libmbfl/tests/conv_encoding.tests/gen_exp.c cp_uni = strtol(fields[1], NULL, 0); strtol 53 ext/mbstring/libmbfl/tests/strcut.c offset = strtol(argv[3], NULL, 10); strtol 59 ext/mbstring/libmbfl/tests/strcut.c length = strtol(argv[4], NULL, 10); strtol 1391 ext/mbstring/mbstring.c c = strtol(ZSTR_VAL(new_value), &endptr, 0); strtol 88 ext/standard/ftp_fopen_wrapper.c return strtol(buffer, NULL, 10); strtol 3793 ext/standard/string.c *target++=(char)strtol(numtmp, NULL, 16); strtol 3804 ext/standard/string.c *target++=(char)strtol(numtmp, NULL, 8); strtol 163 ext/standard/versioning.c l1 = strtol(p1, NULL, 10); strtol 164 ext/standard/versioning.c l2 = strtol(p2, NULL, 10); strtol 739 ext/wddx/wddx.c snprintf(tmp_buf, sizeof(tmp_buf), "%c", (char)strtol((char *)atts[i], NULL, 16)); strtol 344 ext/xmlrpc/xmlrpc-epi-php.c long index = strtol(id, NULL, 0); strtol 131 sapi/apache2handler/sapi_apache2.c clen = (apr_off_t) strtol(val, (char **) NULL, 10); strtol 2215 sapi/cli/php_cli_server.c port = strtol(p + 1, &p, 10); strtol 2231 sapi/cli/php_cli_server.c port = strtol(p, &p, 10);