atoi               72 Zend/zend.c    		EG(error_reporting) = atoi(ZSTR_VAL(new_value));
atoi              737 Zend/zend_builtin_functions.c 				EG(error_reporting) = atoi(ZSTR_VAL(p->value));
atoi              555 Zend/zend_ini.c 			value = atoi(ZSTR_VAL(tmp_value));
atoi              609 Zend/zend_ini.c 		if (atoi(value) == -1) {
atoi              642 Zend/zend_ini.c 		*p = (zend_bool) atoi(ZSTR_VAL(new_value));
atoi               58 Zend/zend_ini_parser.y 	i_op1 = atoi(Z_STRVAL_P(op1));
atoi               61 Zend/zend_ini_parser.y 		i_op2 = atoi(Z_STRVAL_P(op2));
atoi               62 ext/com_dotnet/com_typeinfo.c 			major_i = (WORD)atoi(major);
atoi               63 ext/com_dotnet/com_typeinfo.c 			minor_i = (WORD)atoi(minor);
atoi               92 ext/dba/libflatfile/flatfile.c 			value_datum.dsize = atoi(buf);
atoi              120 ext/dba/libflatfile/flatfile.c 		num = atoi(buf);
atoi              143 ext/dba/libflatfile/flatfile.c 		num = atoi(buf);
atoi              171 ext/dba/libflatfile/flatfile.c 		num = atoi(buf);
atoi              187 ext/dba/libflatfile/flatfile.c 		num = atoi(buf);
atoi              212 ext/dba/libflatfile/flatfile.c 		num = atoi(buf);
atoi              228 ext/dba/libflatfile/flatfile.c 		num = atoi(buf);
atoi              255 ext/dba/libflatfile/flatfile.c 		num = atoi(buf);
atoi              265 ext/dba/libflatfile/flatfile.c 		num = atoi(buf);
atoi              183 ext/filter/filter.c 		IF_G(default_filter_flags) = atoi(ZSTR_VAL(new_value));
atoi               28 ext/gd/libgd/gd2time.c   c = atoi (argv[2]);
atoi               29 ext/gd/libgd/gd2time.c   x = atoi (argv[3]);
atoi               30 ext/gd/libgd/gd2time.c   y = atoi (argv[4]);
atoi               31 ext/gd/libgd/gd2time.c   w = atoi (argv[5]);
atoi               32 ext/gd/libgd/gd2time.c   h = atoi (argv[6]);
atoi               29 ext/gd/libgd/gdparttopng.c   x = atoi (argv[3]);
atoi               30 ext/gd/libgd/gdparttopng.c   y = atoi (argv[4]);
atoi               31 ext/gd/libgd/gdparttopng.c   w = atoi (argv[5]);
atoi               32 ext/gd/libgd/gdparttopng.c   h = atoi (argv[6]);
atoi               45 ext/gd/libgd/pngtogd2.c   cs = atoi (argv[3]);
atoi               46 ext/gd/libgd/pngtogd2.c   fmt = atoi (argv[4]);
atoi              129 ext/gd/libgd/webpng.c 	      index = atoi (argv[i + 1]);
atoi               86 ext/mysqli/mysqli_warning.c 		w = php_new_warning(row[2], atoi(row[1]));
atoi              639 ext/mysqlnd/mysqlnd_debug.c 						self->nest_level_limit = atoi(value_str);
atoi              540 ext/odbc/php_odbc.c 		if (atoi(value) == -1) {
atoi              594 ext/odbc/php_odbc.c 		switch(atoi(value)) {
atoi              624 ext/odbc/php_odbc.c 		if (atoi(value) <= 0) {
atoi              649 ext/odbc/php_odbc.c 		switch (atoi (value))
atoi              115 ext/opcache/zend_accelerator_module.c 	memsize = atoi(ZSTR_VAL(new_value));
atoi              151 ext/opcache/zend_accelerator_module.c 	size = atoi(ZSTR_VAL(new_value));
atoi              195 ext/opcache/zend_accelerator_module.c 	percentage = atoi(ZSTR_VAL(new_value));
atoi              234 ext/opcache/zend_accelerator_module.c 			atoi(ZSTR_VAL(new_value)) != 0) {
atoi              762 ext/openssl/openssl.c 	thetime.tm_sec = atoi(thestr);
atoi              765 ext/openssl/openssl.c 	thetime.tm_min = atoi(thestr);
atoi              768 ext/openssl/openssl.c 	thetime.tm_hour = atoi(thestr);
atoi              771 ext/openssl/openssl.c 	thetime.tm_mday = atoi(thestr);
atoi              774 ext/openssl/openssl.c 	thetime.tm_mon = atoi(thestr)-1;
atoi              779 ext/openssl/openssl.c 		thetime.tm_year = atoi(thestr);
atoi              786 ext/openssl/openssl.c 		thetime.tm_year = atoi(thestr) - 1900;
atoi              751 ext/pdo_mysql/mysql_driver.c 		port = atoi(vars[3].optval);
atoi             2271 ext/pgsql/pgsql.c 			RETVAL_LONG(atoi(PQcmdTuples(pgsql_result)));
atoi             5567 ext/pgsql/pgsql.c 		add_assoc_long_ex(&elem, "num", sizeof("num") - 1, atoi(PQgetvalue(pg_result, i, 1)));
atoi             5571 ext/pgsql/pgsql.c 		add_assoc_long_ex(&elem, "len", sizeof("len") - 1, atoi(PQgetvalue(pg_result,i,3)));
atoi             5577 ext/pgsql/pgsql.c 		add_assoc_long_ex(&elem, "array dims", sizeof("array dims") - 1, atoi(PQgetvalue(pg_result, i, 6)));
atoi               69 ext/phar/phar.c 		ini = (zend_bool) atoi(ZSTR_VAL(new_value));
atoi              685 ext/session/session.c 		PS(use_trans_sid) = (zend_bool) atoi(ZSTR_VAL(new_value));
atoi             1152 ext/snmp/snmp.c 				session->remote_port = atoi(pptr + 2);
atoi             1161 ext/snmp/snmp.c 			session->remote_port = atoi(pptr + 1);
atoi              917 ext/soap/php_http.c 				http_status = atoi(tmp);
atoi             1387 ext/soap/php_http.c 		header_length = atoi(header);
atoi              827 ext/soap/php_schema.c 	(*valptr)->value = atoi((char*)value->children->content);
atoi              989 ext/soap/php_schema.c 		model->min_occurs = atoi((char*)attr->children->content);
atoi              999 ext/soap/php_schema.c 			model->max_occurs = atoi((char*)attr->children->content);
atoi              486 ext/soap/soap.c 	*p = (char)atoi(ZSTR_VAL(new_value));
atoi             31336 ext/sqlite3/libsqlite/sqlite3.c       useProxy = atoi(envforce)>0;
atoi             148248 ext/sqlite3/libsqlite/sqlite3.c     p->nNodeSize = atoi(&zVal[9]);
atoi             148251 ext/sqlite3/libsqlite/sqlite3.c     p->nMaxPendingData = atoi(&zVal[11]);
atoi             148254 ext/sqlite3/libsqlite/sqlite3.c     p->bNoIncrDoclist = atoi(&zVal[21]);
atoi             4383 ext/standard/basic_functions.c 			int optname_int = atoi(optname);
atoi              495 ext/standard/ftp_fopen_wrapper.c 			file_size = atoi(sizestr);
atoi              820 ext/standard/ftp_fopen_wrapper.c 		ssb->sb.st_size = atoi(tmp_line + 4);
atoi              689 ext/standard/http_fopen_wrapper.c 				response_code = atoi(tmp_line + 9);
atoi              772 ext/standard/http_fopen_wrapper.c 				file_size = atoi(http_header_line + 16);
atoi              148 ext/standard/pack.c 				arg = atoi(&format[i]);
atoi              581 ext/standard/pack.c 				arg = atoi(format);
atoi             1100 ext/tidy/tidy.c 		value = (zend_bool) atoi(ZSTR_VAL(new_value));
atoi               94 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c             XMLRPC_SetValueInt(xCurrent, atoi(el->text.str));
atoi               97 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c             XMLRPC_SetValueBoolean(xCurrent, atoi(el->text.str));
atoi              349 ext/xmlrpc/libxmlrpc/xml_to_soap.c 				XMLRPC_SetValueInt(xCurrent, atoi(el->text.str));
atoi              352 ext/xmlrpc/libxmlrpc/xml_to_soap.c 				XMLRPC_SetValueBoolean(xCurrent, atoi(el->text.str));
atoi              129 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c          XMLRPC_SetValueInt(current_val, atoi(el->text.str));
atoi              132 ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c          XMLRPC_SetValueBoolean(current_val, atoi(el->text.str));
atoi              566 main/SAPI.c    			code = atoi(ptr + 1);
atoi              664 main/fastcgi.c 		port = atoi(s+1);
atoi              671 main/fastcgi.c 		port = atoi(path);
atoi              540 main/network.c 		port = atoi(colon + 2);
atoi              547 main/network.c 		port = atoi(colon + 1);
atoi              575 main/streams/xp_socket.c 		*portno = atoi(p + 2);
atoi              585 main/streams/xp_socket.c 		*portno = atoi(colon + 1);
atoi              389 sapi/cgi/cgi_main.c 				response_status = atoi((s + 1));
atoi              405 sapi/cgi/cgi_main.c 				response_status = atoi((s + 1));
atoi             1953 sapi/cgi/cgi_main.c 			backlog = atoi(getenv("PHP_FCGI_BACKLOG"));
atoi             1968 sapi/cgi/cgi_main.c 			max_requests = atoi(getenv("PHP_FCGI_MAX_REQUESTS"));
atoi             1986 sapi/cgi/cgi_main.c 			children = atoi(children_str);
atoi             2095 sapi/cgi/cgi_main.c 							warmup_repeats = atoi(php_optarg);
atoi             2096 sapi/cgi/cgi_main.c 							repeats = atoi(comma + 1);
atoi             2098 sapi/cgi/cgi_main.c 							repeats = atoi(php_optarg);
atoi              261 sapi/fpm/fpm/fpm_conf.c 	* (int *) ((char *) *config + offset) = atoi(val);
atoi              298 sapi/fpm/fpm/fpm_conf.c 			seconds = 60 * atoi(val);
atoi              302 sapi/fpm/fpm/fpm_conf.c 			seconds = 60 * 60 * atoi(val);
atoi              306 sapi/fpm/fpm/fpm_conf.c 			seconds = 24 * 60 * 60 * atoi(val);
atoi              315 sapi/fpm/fpm/fpm_conf.c 			seconds = atoi(val);
atoi              374 sapi/fpm/fpm/fpm_main.c 				response_status = atoi((s + 1));
atoi              390 sapi/fpm/fpm/fpm_main.c 				response_status = atoi((s + 1));
atoi              263 sapi/fpm/fpm/fpm_sockets.c 		port = atoi(port_str);
atoi              266 sapi/fpm/fpm/fpm_sockets.c 		port = atoi(dup_address);
atoi              347 sapi/fpm/fpm/fpm_sockets.c 			fd_no = atoi(eq + 1);
atoi             2412 sapi/litespeed/lsapilib.c     port = atoi( pEnd );
atoi             3164 sapi/litespeed/lsapilib.c             i = atoi( p );
atoi             3171 sapi/litespeed/lsapilib.c             i = atoi( p );
atoi             3218 sapi/litespeed/lsapilib.c         n = atoi( p );
atoi             3226 sapi/litespeed/lsapilib.c         avoidFork = atoi( p );
atoi             3232 sapi/litespeed/lsapilib.c         s_accept_notify = atoi( p );
atoi             3238 sapi/litespeed/lsapilib.c         n = atoi( p );
atoi             3257 sapi/litespeed/lsapilib.c         n = atoi( p );
atoi             3264 sapi/litespeed/lsapilib.c         n = atoi( p );
atoi             3276 sapi/litespeed/lsapilib.c             n = atoi( p );
atoi             3285 sapi/litespeed/lsapilib.c             LSAPI_Set_Extra_Children( atoi( p ) );
atoi             3289 sapi/litespeed/lsapilib.c             LSAPI_Set_Max_Idle_Children( atoi( p ) );
atoi             3294 sapi/litespeed/lsapilib.c             LSAPI_Set_Server_Max_Idle_Secs( atoi( p ) );
atoi             3299 sapi/litespeed/lsapilib.c             LSAPI_Set_Max_Process_Time( atoi( p ) );
atoi             3308 sapi/litespeed/lsapilib.c             s_dump_debug_info = atoi( p );
atoi              645 sapi/phpdbg/phpdbg_lexer.c 	yylval->num = atoi(yytext);
atoi             1449 sapi/phpdbg/phpdbg_lexer.c 	yylval->num = atoi(text);
atoi             1649 sapi/phpdbg/phpdbg_lexer.c 	yylval->num = atoi(text);