strtol 355 Zend/zend_ini.c return (ini_entry->orig_value ? strtol(ini_entry->orig_value, NULL, 0) : 0); strtol 357 Zend/zend_ini.c return (ini_entry->value ? strtol(ini_entry->value, NULL, 0) : 0); strtol 944 Zend/zend_language_scanner.c *t++ = (char) strtol(hex_buf, NULL, 16); strtol 965 Zend/zend_language_scanner.c *t++ = (char) strtol(octal_buf, NULL, 8); strtol 2946 Zend/zend_language_scanner.c Z_LVAL_P(zendlval) = strtol(yytext, NULL, 0); strtol 2949 Zend/zend_language_scanner.c Z_LVAL_P(zendlval) = strtol(yytext, NULL, 0); strtol 3312 Zend/zend_language_scanner.c Z_LVAL_P(zendlval) = strtol(bin, NULL, 2); strtol 3348 Zend/zend_language_scanner.c Z_LVAL_P(zendlval) = strtol(hex, NULL, 16); strtol 7656 Zend/zend_language_scanner.c ZVAL_LONG(zendlval, strtol(yytext, NULL, 10)); strtol 89 Zend/zend_operators.c retval = strtol(str, NULL, 0); strtol 117 Zend/zend_operators.c retval = strtol(str, NULL, 0); strtol 266 Zend/zend_operators.c Z_LVAL(holder) = strtol(Z_STRVAL_P(op), NULL, 10); \ strtol 393 Zend/zend_operators.c Z_LVAL_P(op) = strtol(strval, NULL, base); strtol 256 Zend/zend_operators.h *lval = strtol(str, NULL, base); 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 1669 ext/fileinfo/libmagic/apprentice.c m->in_offset = (int32_t)strtol(l, &t, 0); strtol 476 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 331 ext/json/JSON_parser.c ZVAL_LONG(*z, strtol(buf->c, NULL, 10)); 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 1401 ext/mbstring/mbstring.c c = strtol(new_value, &endptr, 0); strtol 2144 ext/mysqlnd/mysqlnd.c major = strtol(p, &p, 10); strtol 2146 ext/mysqlnd/mysqlnd.c minor = strtol(p, &p, 10); strtol 2148 ext/mysqlnd/mysqlnd.c patch = strtol(p, &p, 10); strtol 77 ext/mysqlnd/mysqlnd_result_meta.c *idx = strtol(key, NULL, 10); strtol 82 ext/mysqlnd/mysqlnd_result_meta.c *idx = strtol(key, NULL, 10); strtol 287 ext/session/mod_files.c dirdepth = (size_t) strtol(argv[0], NULL, 10); strtol 296 ext/session/mod_files.c filemode = strtol(argv[1], NULL, 8); strtol 706 ext/session/session.c val = strtol(new_value, &endptr, 10); strtol 347 ext/standard/formatted_print.c register long num = strtol(&buffer[*pos], &endptr, 10); strtol 88 ext/standard/ftp_fopen_wrapper.c return strtol(buffer, NULL, 10); strtol 807 ext/standard/html.c code_l = strtol(*buf, &endptr, hexadecimal ? 16 : 10); strtol 193 ext/standard/php_fopen_wrapper.c max_memory = strtol(path, NULL, 10); strtol 307 ext/standard/php_fopen_wrapper.c fildes_ori = strtol(start, &end, 10); strtol 765 ext/standard/scanf.c fn = (long (*)())strtol; strtol 770 ext/standard/scanf.c fn = (long (*)())strtol; strtol 775 ext/standard/scanf.c fn = (long (*)())strtol; strtol 781 ext/standard/scanf.c fn = (long (*)())strtol; strtol 3457 ext/standard/string.c *target++=(char)strtol(numtmp, NULL, 16); strtol 3468 ext/standard/string.c *target++=(char)strtol(numtmp, NULL, 8); strtol 192 ext/standard/url.c port = strtol(port_buf, NULL, 10); strtol 285 ext/standard/url.c port = strtol(port_buf, NULL, 10); strtol 163 ext/standard/versioning.c l1 = strtol(p1, NULL, 10); strtol 164 ext/standard/versioning.c l2 = strtol(p2, NULL, 10); strtol 1228 ext/sybase_ct/php_sybase_ct.c ZVAL_LONG(&result->data[i][j], strtol(result->tmp_buffer[j], NULL, 10)); strtol 1241 ext/sybase_ct/php_sybase_ct.c Z_LVAL(result->data[i][j]) = strtol(result->tmp_buffer[j], NULL, 10); strtol 777 ext/wddx/wddx.c snprintf(tmp_buf, sizeof(tmp_buf), "%c", (char)strtol(atts[i], NULL, 16)); strtol 347 ext/xmlrpc/xmlrpc-epi-php.c long index = strtol(id, NULL, 0); strtol 200 sapi/apache/mod_php5.c ap_set_content_length(r, strtol(header_content, (char **)NULL, 10)); strtol 129 sapi/apache2filter/sapi_apache2.c ap_set_content_length(ctx->r, strtol(val, (char **)NULL, 10)); strtol 134 sapi/apache2handler/sapi_apache2.c clen = (apr_off_t) strtol(val, (char **) NULL, 10); strtol 2295 sapi/cli/php_cli_server.c port = strtol(p + 1, &p, 10); strtol 2311 sapi/cli/php_cli_server.c port = strtol(p, &p, 10);